1<!-- 2 Copyright 2024 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <!-- The standard PRIVACY_EXPLAINER banner message. --> 20 <string name="photopicker_privacy_explainer" translation_description="A privacy banner message that is shown to the user when photopicker is opened by the application"><xliff:g id="app_name" example="Calculator">%1$s</xliff:g> will only have access to the photos you select</string> 21 <!-- The permission mode PRIVACY_EXPLAINER banner message. --> 22 <string name="photopicker_privacy_explainer_permission_mode" translation_description="A privacy banner message that is shown to the user when photopicker is used in permission mode.">Manage photos and videos <xliff:g id="app_name" example="Calendar">%1$s</xliff:g> has access to</string> 23 24 <!-- A Generic app name if callingPackageLabel can't be determined at runtime. --> 25 <string name="photopicker_privacy_explainer_generic_app_name" translation_description="A generic identifier of an application that is used in place of the Apps name if one is not defined or can not be fetched.">This app</string> 26 27</resources> 28