1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 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 <!-- String representing the security and privacy brand name [CHAR LIMIT=NONE] --> 20 <string name="security_privacy_brand_name">Security & privacy</string> 21 <!-- Header for the controls category on the privacy subpage of Safety Center [CHAR LIMIT=NONE] --> 22 <string name="privacy_subpage_controls_header">Controls</string> 23 24 <!-- Title shown for Health Connect [CHAR LIMIT=50] --> 25 <string name="health_connect_title" description="Health connect title">Health Connect</string> 26 <string name="health_connect_summary" description="Health connect summary, which describes what user can do when they click Health Connect">Manage app access to health data</string> 27 28 <!-- Title for the link to location settings [CHAR LIMIT=30] --> 29 <string name="location_settings">Location access</string> 30 31 <!-- Describes what is affected by the mic toggle. Unlike the similar tc/9163104307990677157, there should NOT be a full stop at the end of this sentence. [CHAR LIMIT=NONE] --> 32 <string name="mic_toggle_description">For apps and services. If this setting is off, microphone data may still be shared when you call an emergency number</string> 33 <!-- Subtitle for the link to location settings [CHAR LIMIT=NONE] --> 34</resources> 35