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

Commit 4838c59f authored by Steven Ross's avatar Steven Ross Committed by Android (Google) Code Review
Browse files

Merge "Excluding ChooseLockGeneric from recents"

parents dd98ff19 b7a9e952
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -731,7 +731,8 @@
            android:windowSoftInputMode="stateVisible|adjustResize"/>

        <activity android:name="ChooseLockGeneric"
            android:label="@string/lockpassword_choose_lock_generic_header">
            android:label="@string/lockpassword_choose_lock_generic_header"
            android:excludeFromRecents="true" >
            <intent-filter>
                <action android:name="android.app.action.SET_NEW_PASSWORD" />
                <category android:name="android.intent.category.DEFAULT" />