Add setup chooselock internal activity to manifest.

Declare SetupChooseLockGeneric$InternalActivity in AndroidManifest.xml
so that it can be launched properly.

Change-Id: Ia924f759c16d01c17a4f6a99d7c43bf13c0f494a
Fixes: 112706989
Test: atest com.android.settings.password.SetupChooseLockGenericTest
This commit is contained in:
Doris Ling
2018-11-13 14:54:26 -08:00
parent f68130c7c7
commit 069d293ba5

View File

@@ -1598,6 +1598,11 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
android:theme="@style/GlifTheme.Light"
android:exported="false"
android:excludeFromRecents="true" />
<activity android:name=".password.ChooseLockGeneric" <activity android:name=".password.ChooseLockGeneric"
android:label="@string/lockpassword_choose_lock_generic_header" android:label="@string/lockpassword_choose_lock_generic_header"
android:excludeFromRecents="true" android:excludeFromRecents="true"