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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user