| 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.
|
|
|