diff options
author | Steven Ross <stross@google.com> | 2011-10-03 10:06:44 -0400 |
---|---|---|
committer | Steven Ross <stross@google.com> | 2011-10-03 10:06:44 -0400 |
commit | b7a9e9522ccd8fdd54d3ad6bcae8d8e90c5a55b6 (patch) | |
tree | 12b277d96099a1d8763332bff8a4c219486b4294 /AndroidManifest.xml | |
parent | c4fea5f9d2211ed8c48e7f901364df0e7dbbee26 (diff) | |
download | packages_apps_settings-b7a9e9522ccd8fdd54d3ad6bcae8d8e90c5a55b6.zip packages_apps_settings-b7a9e9522ccd8fdd54d3ad6bcae8d8e90c5a55b6.tar.gz packages_apps_settings-b7a9e9522ccd8fdd54d3ad6bcae8d8e90c5a55b6.tar.bz2 |
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 71a2d7f..adf36a2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" /> |