From 39b56008be0ad0b50fd65ec8fc1c6f9d81d60959 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 29 Mar 2013 11:12:55 -0700 Subject: [PATCH] Add KeyStore storage type to Settings UI Give the user an idea of what kind of credential storage is in use on this device for keystore daemon. Change-Id: Ic970fb908989662665bf1af968ca4a6a9dbfb55a --- res/values/strings.xml | 6 ++++++ res/xml/security_settings_misc.xml | 5 +++++ src/com/android/settings/SecuritySettings.java | 13 +++++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index caca2b9dbeb..652871fd515 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3511,6 +3511,12 @@ Trusted credentials Display trusted CA certificates + + Storage type + + Hardware-backed + + Software only Draw your unlock pattern diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml index ee87e515a25..10fc98f2b4f 100644 --- a/res/xml/security_settings_misc.xml +++ b/res/xml/security_settings_misc.xml @@ -63,6 +63,11 @@ + +