Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 2c0c3b0150a36bc24845100495d49fa517e528ea..0fd2c6f68b4e114c33b2b660f88eff019b4172ae 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -422,6 +422,14 @@ by a child template that "extends" this file. |
| android:windowSoftInputMode="stateHidden|adjustPan" |
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"> |
| </activity> |
| + <activity android:name="org.chromium.chrome.browser.vr_shell.VrFirstRunActivity" |
| + android:exported="false" |
| + android:theme="@style/VrActivityTheme" |
|
mthiesse
2017/07/13 17:26:48
You'll need to surround this android:theme and and
ymalik
2017/07/14 06:14:29
Thanks for the tip! Surrounded the entire activity
|
| + android:excludeFromRecents="true" |
| + android:enableVrMode="@string/gvr_vr_mode_component" |
| + android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode"> |
| + {{ self.supports_vr() }} |
| + </activity> |
| <activity android:name="org.chromium.chrome.browser.signin.AccountSigninActivity" |
| android:theme="@style/DialogWhenLarge" |
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"> |