Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: shell/android/apk/AndroidManifest.xml.jinja2

Issue 1431663002: Update android SDK to API version 23. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Folloe review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/apk/src/org/chromium/mojo/shell/BaseActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/apk/AndroidManifest.xml.jinja2
diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
index 9408fd47e6b1030d9bd53cd27023641b5a450d5a..bf86632a37fb40a000ed5157504b09cfa68340cb 100644
--- a/shell/android/apk/AndroidManifest.xml.jinja2
+++ b/shell/android/apk/AndroidManifest.xml.jinja2
@@ -30,7 +30,7 @@
<activity android:name="org.chromium.mojo.shell.MojoShellActivity"
android:launchMode="standard"
android:documentLaunchMode="none"
- android:theme="@android:style/Theme.NoDisplay">
+ android:theme="@style/Theme.Transparent">
<intent-filter>
<!-- A mojo://host/path url will load the app at the
https://host/path URL.
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/apk/src/org/chromium/mojo/shell/BaseActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698