diff options
author | Lars Greiss <kufikugel@googlemail.com> | 2013-07-03 22:44:11 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2013-07-04 15:47:47 +0200 |
commit | 943c2686c5e8595c286f2bb8a926d6798c563657 (patch) | |
tree | 0a65412ac0f58848faf68c927b04e44493df6b7c /res/values/cm_strings.xml | |
parent | 4df4c3e727ce0820169bff5807da30ed2348c27f (diff) | |
download | packages_apps_Settings-943c2686c5e8595c286f2bb8a926d6798c563657.zip packages_apps_Settings-943c2686c5e8595c286f2bb8a926d6798c563657.tar.gz packages_apps_Settings-943c2686c5e8595c286f2bb8a926d6798c563657.tar.bz2 |
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
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <string name="privacy_guard_switch_label">Enable Privacy Guard</string> <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string> <string name="privacy_guard_dlg_text">When Privacy Guard is enabled, the app will not be able to access personal data such as contacts, messages or call logs.</string> + <string name="privacy_guard_dlg_system_app_text">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.</string> <string name="privacy_guard_default_title">Enabled by default</string> <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string> <string name="privacy_guard_manager_title">Privacy Guard</string> @@ -990,8 +991,8 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="privacy_guard_filter_does_not_match">No apps with relevant permissions are installed</string> <string name="privacy_guard_help_title">Help</string> <string name="privacy_guard_reset_title">Reset</string> - <string name="privacy_guard_help_text">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.</string> - <string name="privacy_guard_manager_show_system_apps">Show system apps</string> + <string name="privacy_guard_help_text">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.</string> + <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string> <string name="privacy_guard_manager_filter_permissions">Permission filter</string> </resources> |