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

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

Issue 2062083002: Implements the Lightweight First Run Experience (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/res/layout/lightweight_fre_tos.xml » ('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 161f6a777851b15fae5b29d9538118861c3e5d16..56c6ca8eea0816b0a735a82fcb340263e10e5e21 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -323,6 +323,12 @@ by a child template that "extends" this file.
android:theme="@style/MainTheme"
android:autoRemoveFromRecents="true">
</activity>
+ <activity android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity"
+ android:theme="@style/LightweightFreDialog"
+ android:launchMode="singleTop"
+ android:windowSoftInputMode="stateHidden|adjustPan"
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
+ </activity>
<activity android:name="org.chromium.chrome.browser.firstrun.FirstRunActivity"
android:theme="@style/DialogWhenLarge"
android:label="@string/fre_label"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/lightweight_fre_tos.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698