From 943c2686c5e8595c286f2bb8a926d6798c563657 Mon Sep 17 00:00:00 2001 From: Lars Greiss Date: Wed, 3 Jul 2013 22:44:11 +0200 Subject: Settings: privacy Guard enhance app logic This commit changes the following - do not show apps signed with the plaform certificate at all (like settings, systemUI, android system etc) IMO the user should trust the android signed apps to be save and this will prevent weird behaviours user can get when they activate it on this packages all other system apps (like calculator, browser) and all which are not signed with android key are not effected. - to go inline with AOSP disable the checkbox in detail app screen for built in apps cheers SlimRoms Change-Id: I12b5522f6e58047173778381fb7290bb1c71bab3 --- res/values/cm_strings.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/values') diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 0aa84be..8b2629a 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -982,6 +982,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte Enable Privacy Guard Enable Privacy Guard? When Privacy Guard is enabled, the app will not be able to access personal data such as contacts, messages or call logs. + When enabling Privacy Guard for a built-in app, the app will not be able to access or provide personal data. This may cause other apps to misbehave. Enabled by default Enable by default for newly-installed apps Privacy Guard @@ -990,8 +991,8 @@ two in order to insert additional control points. \'Remove\' deletes the selecte No apps with relevant permissions are installed Help Reset - In this screen you can choose for which apps Privacy Guard should be active by simply tapping on them. Selected apps will not be able to access your personal data, such as contacts, messages or call logs. Long pressing on an entry opens the app details screen for that app.\n\nBy default system apps are not shown. If you want to show them or filter apps to show only the ones requesting access to personal data by their permissions, select the respective options in the menu. - Show system apps + In this screen you can choose for which apps Privacy Guard should be active by simply tapping on them. Selected apps will not be able to access your personal data, such as contacts, messages or call logs. Long pressing on an entry opens the app details screen for that app.\n\nBy default built-in apps are not shown. If you want to show them or filter apps to show only the ones requesting access to personal data by their permissions, select the respective options in the menu. + Show built-in apps Permission filter -- cgit v1.1