summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_encrypted.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/security_settings_encrypted.xml')
-rw-r--r--res/xml/security_settings_encrypted.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/security_settings_encrypted.xml b/res/xml/security_settings_encrypted.xml
index 2399243..f05bad5 100644
--- a/res/xml/security_settings_encrypted.xml
+++ b/res/xml/security_settings_encrypted.xml
@@ -27,6 +27,16 @@
android:title="@string/crypt_keeper_encrypt_title"
android:summary="@string/crypt_keeper_encrypted_summary"/>
+ <Preference
+ android:key="crypt_keeper_change_password"
+ android:title="@string/crypt_keeper_change_password_title"
+ android:summary="@string/crypt_keeper_change_password_summary">
+
+ <intent android:action="android.intent.action.MAIN"
+ android:targetPackage="com.android.settings"
+ android:targetClass="com.android.settings.ChooseEncryptionPassword" />
+ </Preference>
+
</PreferenceCategory>