diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
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 --> |