Merge "Add activity label to encryption interstitial" into nyc-dev am: 19c0046422

am: 2ddf85b94b

* commit '2ddf85b94b696730189dfda4e680d25a47874eb8':
  Add activity label to encryption interstitial

Change-Id: I3922ed6182b5b3b34e0a031af872c5e1a7069143
This commit is contained in:
Maurice Lam
2016-05-27 00:30:00 +00:00
committed by android-build-merger

View File

@@ -1729,6 +1729,7 @@
android:windowSoftInputMode="stateVisible|adjustResize"/> android:windowSoftInputMode="stateVisible|adjustResize"/>
<activity android:name=".SetupEncryptionInterstitial" <activity android:name=".SetupEncryptionInterstitial"
android:label="@string/encryption_interstitial_header"
android:taskAffinity="com.android.wizard" android:taskAffinity="com.android.wizard"
android:theme="@style/SetupWizardDisableAppStartingTheme"/> android:theme="@style/SetupWizardDisableAppStartingTheme"/>