summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanielle Millett <dmillett@google.com>2012-11-21 15:44:16 -0500
committerDanielle Millett <dmillett@google.com>2012-11-21 15:44:16 -0500
commit12c1451f1fbcbc8b2b0dbf68886b6742e8eb83e2 (patch)
treea6f2a9cdd7af5baff16f488dc4371be3ee9ca8d3 /AndroidManifest.xml
parente9f89cfbf5309453e8efc2826815592660e9e1c2 (diff)
downloadpackages_apps_settings-12c1451f1fbcbc8b2b0dbf68886b6742e8eb83e2.zip
packages_apps_settings-12c1451f1fbcbc8b2b0dbf68886b6742e8eb83e2.tar.gz
packages_apps_settings-12c1451f1fbcbc8b2b0dbf68886b6742e8eb83e2.tar.bz2
Removing tutorial for choosing a pattern as part of b/7459863
Removing the tutorial that is shown the first time a user sets up a pattern as their lock type. Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 71cc520..67d0276 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -956,8 +956,6 @@
<activity android:name="ChooseLockPassword" android:exported="false"
android:windowSoftInputMode="stateVisible|adjustResize"/>
- <activity android:name="ChooseLockPatternTutorial" android:exported="false"/>
-
<!-- Runs in the phone process since it needs access to the Phone object -->
<activity android:name=".deviceinfo.Status"
android:label="@string/device_status_activity_title"