| Index: shell/android/apk/AndroidManifest.xml.jinja2
|
| diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
|
| index 3ab590fb5e3ed7308211df6916a41516e246f6fa..45640bcfeeecc5ef2269413971c7d486bb1ec1bf 100644
|
| --- a/shell/android/apk/AndroidManifest.xml.jinja2
|
| +++ b/shell/android/apk/AndroidManifest.xml.jinja2
|
| @@ -28,7 +28,7 @@
|
| <activity android:name="org.chromium.mojo.shell.MojoShellActivity"
|
| android:launchMode="standard"
|
| android:documentLaunchMode="none"
|
| - android:theme="@style/Theme.Transparent">
|
| + android:theme="@android:style/Theme.NoDisplay">
|
| <intent-filter>
|
| <!-- A mojo://host/path url will load the app at the
|
| https://host/path URL.
|
|
|