summaryrefslogtreecommitdiffstats
path: root/res/xml/sim_lock_settings.xml
diff options
context:
space:
mode:
authorGustaf Nilklint <gustaf.nilklint@sonyericsson.com>2010-12-06 10:21:13 +0100
committerJohan Redestig <johan.redestig@sonyericsson.com>2010-12-06 10:21:13 +0100
commit83fc19df76b7fb4bcc3040e96ddd8306e4006ac6 (patch)
tree87a19a0a3b7d35e2e8b0186e82a14e61dd859e22 /res/xml/sim_lock_settings.xml
parent04b646df1e9f00719d2d547fa1da59407bb6be67 (diff)
downloadpackages_apps_Settings-83fc19df76b7fb4bcc3040e96ddd8306e4006ac6.zip
packages_apps_Settings-83fc19df76b7fb4bcc3040e96ddd8306e4006ac6.tar.gz
packages_apps_Settings-83fc19df76b7fb4bcc3040e96ddd8306e4006ac6.tar.bz2
Disable change PIN when PIN is inactive
Disabled the option to change PIN code when PIN lock is disabled. This is done by adding dependency to the checkbox above in the XML file. Change-Id: Idafae0820297b8f7ba7a14f5ebe4f7e691547cc8
Diffstat (limited to 'res/xml/sim_lock_settings.xml')
-rw-r--r--res/xml/sim_lock_settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/sim_lock_settings.xml b/res/xml/sim_lock_settings.xml
index b2ecb11..8c3a0a0 100644
--- a/res/xml/sim_lock_settings.xml
+++ b/res/xml/sim_lock_settings.xml
@@ -25,6 +25,7 @@
android:summaryOff="@string/sim_lock_off"/>
<com.android.settings.EditPinPreference
android:key="sim_pin"
+ android:dependency="sim_toggle"
android:title="@string/sim_pin_change"
android:dialogTitle="@string/sim_change_pin"
android:dialogMessage="@string/sim_enter_old"