1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17 18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- The Safety Center resources package is an internal system package that provides 20 configuration values for the Safety Center. This is the name of the package to display in 21 the list of system apps. [CHAR LIMIT=40] --> 22 <string name="safetyCenterResourcesAppLabel">Safety Center Resources</string> 23 24 <!-- Lock Screen --> 25 <string name="lock_screen_sources_title" description="The title of the group of safety settings relating to screen lock and biometrics">Device lock</string> 26 <string name="lock_screen_sources_summary" description="The summary of the group of safety settings relating to screen lock and biometrics, which describes the group contents"></string> 27 <string name="lock_screen_title" description="The default title of the setting for managing the screen lock on the device">Screen lock</string> 28 <string name="lock_screen_summary_disabled" description="The default summary of the setting for managing screen lock on the device before the current state is known to safety center">No info yet</string> 29 <string name="lock_screen_search_terms" description="Search keywords of the setting for managing the screen lock on the device">Device lock, Screen lock, Lock screen, Lockscreen, Password, Pin, Pattern</string> 30 <string name="biometrics_title" description="The default title of the setting for managing biometric options on the device">Biometrics</string> 31 <string name="biometrics_search_terms" description="Search keywords of the setting for managing biometric options on the device">Fingerprint, Finger, Add fingerprint, Face unlock, Face</string> 32 33 <!-- Privacy --> 34 <string name="privacy_sources_title" description="The title of the group of safety settings relating to privacy">Privacy</string> 35 <string name="privacy_sources_summary" description="The summary of the group of safety settings relating to privacy, which describes the group contents">Dashboard, permissions, controls</string> 36 <string name="permission_usage_title" description="Permission usage title">Privacy dashboard</string> 37 <string name="permission_usage_summary" description="Permission usage summary, which describes what the permissions usage does">Show which apps recently used permissions</string> 38 <string name="permission_usage_search_terms" description="Permission usage search keywords">Privacy, Privacy dashboard</string> 39 <string name="permission_manager_title" description="Permission manager title">Permission manager</string> 40 <string name="permission_manager_summary" description="Permission manager summary, which describes what the permission manager does">Control app access to your data</string> 41 <string name="permission_manager_search_terms" description="Permission manager search keywords">Permissions, Permissions manager</string> 42 <string name="privacy_controls_title" description="Privacy controls title">Privacy controls</string> 43 <string name="privacy_controls_summary" description="Privacy controls summary, which describes what the privacy controls are">Control device access to microphone, camera, and more</string> 44 <string name="privacy_controls_search_terms" description="Privacy controls search keywords">Privacy, Privacy controls</string> 45 46 <!-- Advanced --> 47 <string name="advanced_title" description="The title of the group of advanced settings">More settings</string> 48 <string name="advanced_security_title" description="The title of the entry for advanced security settings">More security settings</string> 49 <string name="advanced_security_summary" description="The summary of the entry for advanced security settings, which describes the page contents">Encryption, credentials, and more</string> 50 <string name="advanced_security_search_terms" description="Search keywords of the entry for advanced security settings"></string> 51 <string name="advanced_privacy_title" description="The title of the entry for advanced privacy settings">More privacy settings</string> 52 <string name="advanced_privacy_summary" description="The summary of the entry for advanced privacy settings, which describes the page contents">Autofill, activity controls, and more</string> 53 <string name="advanced_privacy_search_terms" description="Search keywords of the entry for advanced privacy settings"></string> 54</resources> 55