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

Commit bc90ee87 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in settings"

parents 25336515 02d54879
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1356,12 +1356,14 @@

        <!-- Note this must not be exported since it returns the password in the intent -->
        <activity android:name="ConfirmLockPattern$InternalActivity"
            android:exported="false"/>
            android:exported="false"
            android:theme="@style/Theme.ConfirmDeviceCredentials"/>

        <!-- Note this must not be exported since it returns the password in the intent -->
        <activity android:name="ConfirmLockPassword$InternalActivity"
            android:exported="false"
            android:windowSoftInputMode="stateVisible|adjustResize"/>
            android:windowSoftInputMode="stateVisible|adjustResize"
            android:theme="@style/Theme.ConfirmDeviceCredentials"/>

        <activity android:name="SetupChooseLockGeneric"
            android:taskAffinity="com.android.wizard"