Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 069d293b authored by Doris Ling's avatar Doris Ling
Browse files

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
parent f68130c7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1598,6 +1598,11 @@
            </intent-filter>
        </activity>

        <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
            android:theme="@style/GlifTheme.Light"
            android:exported="false"
            android:excludeFromRecents="true" />

        <activity android:name=".password.ChooseLockGeneric"
            android:label="@string/lockpassword_choose_lock_generic_header"
            android:excludeFromRecents="true"