diff options
Diffstat (limited to 'res/xml/security_settings_encryption.xml')
-rw-r--r-- | res/xml/security_settings_encryption.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/res/xml/security_settings_encryption.xml b/res/xml/security_settings_encryption.xml index fa6d70e..00213df 100644 --- a/res/xml/security_settings_encryption.xml +++ b/res/xml/security_settings_encryption.xml @@ -18,14 +18,15 @@ <PreferenceCategory android:key="security_category" - android:title="@string/encryption_settings_title"> + android:title="@string/crypt_keeper_settings_title"> <PreferenceScreen android:key="encryption" - android:title="@string/encrypt_title" - android:summary="@string/encrypt_summary" - android:persistent="false"/> - + android:title="@string/crypt_keeper_encrypt_title" + android:summary="@string/crypt_keeper_encrypt_summary" + android:fragment="com.android.settings.CryptKeeperSettings" /> + </PreferenceCategory> + </PreferenceScreen> |