Excluding ChooseLockGeneric from recents

This excludes ChooseLockGeneric from the list of recent activities,
so that the backup lock doesn't show up there.
This should only impact ChooseLockGeneric.

Change-Id: If9b9d7b7287191cec1a7f41221b1f0451593a5e8
This commit is contained in:
Steven Ross
2011-10-03 10:06:44 -04:00
parent c4fea5f9d2
commit b7a9e9522c

View File

@@ -731,7 +731,8 @@
android:windowSoftInputMode="stateVisible|adjustResize"/> android:windowSoftInputMode="stateVisible|adjustResize"/>
<activity android:name="ChooseLockGeneric" <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> <intent-filter>
<action android:name="android.app.action.SET_NEW_PASSWORD" /> <action android:name="android.app.action.SET_NEW_PASSWORD" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />