From b7a9e9522ccd8fdd54d3ad6bcae8d8e90c5a55b6 Mon Sep 17 00:00:00 2001 From: Steven Ross Date: Mon, 3 Oct 2011 10:06:44 -0400 Subject: [PATCH] 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 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 71a2d7f1219..adf36a26baa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -731,7 +731,8 @@ android:windowSoftInputMode="stateVisible|adjustResize"/> + android:label="@string/lockpassword_choose_lock_generic_header" + android:excludeFromRecents="true" >