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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2980453002: [vr] Show DOFF when starting Chrome with a VR intent without FRE completion (Closed)
Patch Set: more review comments Created 3 years, 5 months 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunFlowSequencer.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunFlowSequencer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698