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

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: rebase 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
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 2c0c3b0150a36bc24845100495d49fa517e528ea..91a89db04c74880aa14a7d872a2212b01ba83357 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -422,6 +422,13 @@ 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="@android:style/Theme.Translucent.NoTitleBar"
mthiesse 2017/07/12 14:44:46 Use "@style/VrActivityTheme" Also you should prob
ymalik 2017/07/12 15:33:03 Done.
+ android:excludeFromRecents="true"
+ android:enableVrMode="@string/gvr_vr_mode_component">
+ {{ 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">

Powered by Google App Engine
This is Rietveld 408576698