summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorrich cannings <richc@google.com>2012-09-07 13:20:44 -0700
committerrich cannings <richc@google.com>2012-09-07 17:09:11 -0700
commitd5d60655a9c23ba02b5fc1264fb1680f599b3b07 (patch)
treea72993de65bd175a8f897bd61bbf05dce12fc863 /res/values
parentd4b711e60361a2a05ffa11a4199cceea54d3ea96 (diff)
downloadpackages_apps_Settings-d5d60655a9c23ba02b5fc1264fb1680f599b3b07.zip
packages_apps_Settings-d5d60655a9c23ba02b5fc1264fb1680f599b3b07.tar.gz
packages_apps_Settings-d5d60655a9c23ba02b5fc1264fb1680f599b3b07.tar.bz2
Add package verification to settings app
Adds a dialog/toggle in security settings to turn package verification on and off. Bug: 7082362 Change-Id: I9985437ae28e4a999992c91a7e88547495ccbda2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fd00184..ba3f386 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2385,6 +2385,10 @@
from unknown sources. You agree that you are solely responsible for any
damage to your phone or loss of data that may result from using
these apps.</string>
+ <!-- Applications settings screen, setting check box title. If checked, the system will send package verification requests to package verifiers on the device who will ultimately allow or reject the installation of applications. -->
+ <string name="verify_applications">App check</string>
+ <!-- Applications settings screen, setting check box summary. This is the summary for "App Check" checkbox. -->
+ <string name="verify_applications_summary">Disallow or warn before installation of apps that may cause harm</string>
<!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
<string name="advanced_settings">Advanced settings</string>
<!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox -->