summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrich cannings <richc@google.com>2014-07-21 16:12:49 -0700
committerrich cannings <richc@google.com>2014-07-24 15:13:23 -0700
commitb8684d573e1357ee573f26d511a630b39e368d0f (patch)
tree3bbeb685cab32a8e3d7a7152998b6a08a45557e0 /res
parentc3bd8097d8d4085cbe855ce3f1d570f6edc54891 (diff)
downloadpackages_apps_Settings-b8684d573e1357ee573f26d511a630b39e368d0f.zip
packages_apps_Settings-b8684d573e1357ee573f26d511a630b39e368d0f.tar.gz
packages_apps_Settings-b8684d573e1357ee573f26d511a630b39e368d0f.tar.bz2
Remove "Verify apps" from Security settings
The setting moved to Google settings Bug: 15588470 Change-Id: I40c0b6073949a69bfb8f0fa8f9fd405fbf9946de
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/xml/security_settings_misc.xml6
2 files changed, 0 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index beff7d9..fd3c249 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2821,10 +2821,6 @@
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. [CHAR LIMIT=30] -->
- <string name="verify_applications">Verify apps</string>
- <!-- Applications settings screen, setting check box summary. This is the summary for "App Check" checkbox. [CHAR LIMIT=none] -->
- <string name="verify_applications_summary">Regularly check device activity for security problems, and prevent or warn about potential 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 -->
diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml
index 06743a5..ed63028 100644
--- a/res/xml/security_settings_misc.xml
+++ b/res/xml/security_settings_misc.xml
@@ -57,12 +57,6 @@
android:summaryOn="@string/install_unknown_applications"
android:persistent="false" />
- <CheckBoxPreference android:key="toggle_verify_applications"
- android:title="@string/verify_applications"
- android:summaryOff="@string/verify_applications_summary"
- android:summaryOn="@string/verify_applications_summary"
- android:persistent="false" />
-
</PreferenceCategory>
<PreferenceCategory android:key="credentials_management"