SetupWizard: Aggressively hide nav bar on soft key devices

Change-Id: Ic23fd7e605a323411fe2f581235ff3ed45bfcaed
(cherry picked from commit 1d7988a4c7)
This commit is contained in:
cretin45
2015-04-09 10:44:41 -07:00
committed by Ed Carrigan
parent 317a15e0eb
commit 714be1a490
2 changed files with 24 additions and 6 deletions

View File

@@ -66,6 +66,7 @@
<application android:label="@string/app_name"
android:icon="@drawable/icon"
android:theme="@style/Theme.Setup"
android:uiOptions="none"
android:name=".SetupWizardApp">
<meta-data android:name="com.google.android.gms.version"
@@ -75,9 +76,9 @@
android:label="@string/product_name"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:uiOptions="none"
android:configChanges="themeChange|mcc|mnc"
android:immersive="true">
android:immersive="true"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter android:priority="9">