From 028634b6af87665c5d62b0aee669ce376cef065d 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. (cherry picked from commit 39b56008be0ad0b50fd65ec8fc1c6f9d81d60959) Change-Id: Id89a1e210b3627914f080b0925bd0d0585872dd2 --- 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 7b028db6711..7c9ccd30055 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3522,6 +3522,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 @@ + +