• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 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    <!-- [CHAR LIMIT=60] -->
19    <string name="app_name">Permission controller</string>
20
21    <!-- [CHAR LIMIT=15] -->
22    <string name="ok">OK</string>
23
24    <!-- Keyword in the Settings app's search functionality that can be used to find links to the permissions management screens [CHAR LIMIT=none] -->
25    <string name="permission_search_keyword">permissions</string>
26
27    <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
28    <string name="cancel">Cancel</string>
29
30    <!-- Button label for back action [CHAR LIMIT=20] -->
31    <string name="back">Back</string>
32
33    <!-- Label indicating access is allowed. If you update this string, please
34    update the string "quick_settings_camera_mic_available" in System Ui [CHAR LIMIT=NONE] -->
35    <string name="available">Available</string>
36
37    <!-- Label indicating access is blocked. If you update this string, please
38    update the string "quick_settings_camera_mic_blocked" in SystemUi [CHAR LIMIT=NONE] -->
39    <string name="blocked">Blocked</string>
40
41    <!-- Label indicating sensor is on. If you update this string, please update the string
42    "switch_bar_on" in SystemUI or do not use the default string for the LocationTile [CHAR LIMIT=NONE] -->
43    <string name="on">On</string>
44
45    <!-- Label indicating sensor is off. If you update this string, please update the string
46    "switch_bar_off" in SystemUI or do not use the default string for the LocationTile [CHAR LIMIT=NONE] -->
47    <string name="off">Off</string>
48
49    <!-- Button label for uninstall or disable actions [CHAR LIMIT=none] -->
50    <string name="uninstall_or_disable">Uninstall or disable</string>
51
52    <!--  [CHAR LIMIT=30] -->
53    <string name="app_not_found_dlg_title">App not found</string>
54
55    <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=20] -->
56    <string name="grant_dialog_button_deny">Don\u2019t allow</string>
57
58    <!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] -->
59    <string name="grant_dialog_button_deny_and_dont_ask_again">Don\u2019t allow \u0026 don\u2019t ask again</string>
60
61    <!-- Title for the dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] -->
62    <string name="grant_dialog_button_no_upgrade">Keep \u201cWhile the app is in use\u201d</string>
63
64    <!-- Title for the dialog button to deny a change from one-time to background permission grant. [CHAR LIMIT=60] -->
65    <string name="grant_dialog_button_no_upgrade_one_time">Keep \u201cOnly this time\u201d</string>
66
67    <!-- Title for the dialog button to get more info about a permission. [CHAR LIMIT=15] -->
68    <string name="grant_dialog_button_more_info">More info</string>
69
70    <!-- Title for the dialog button to allow access to all of a resource. [CHAR LIMIT=60] -->
71    <string name="grant_dialog_button_allow_all">Allow all</string>
72
73    <!-- Title for the dialog button to allow access to all of a resource always. [CHAR LIMIT=60] -->
74    <string name="grant_dialog_button_always_allow_all">Always allow all</string>
75
76    <!-- Title for the dialog button to allow access to select photos to be shared. [CHAR LIMIT=60] -->
77    <string name="grant_dialog_button_allow_selected_photos">Select photos and videos</string>
78
79    <!-- Title for the dialog button to allow access to select more photos to be shared. [CHAR LIMIT=60] -->
80    <string name="grant_dialog_button_allow_more_selected_photos">Select more</string>
81
82    <!-- Title for the dialog button to not select more data (example: photos or contacts) to be shared. [CHAR LIMIT=60] -->
83    <string name="grant_dialog_button_dont_select_more">Don\u2019t select more</string>
84
85    <!-- Title for the dialog button to deny a permission grant despite a warning of implications. [CHAR LIMIT=30] -->
86    <string name="grant_dialog_button_deny_anyway">Don\u2019t allow anyway</string>
87
88    <!-- Alternative dialog button to deny a permission, but phrased as dismissing the dialog. Currently only used in automotive. [CHAR LIMIT=20] -->
89    <string name="grant_dialog_button_dismiss">Dismiss</string>
90
91    <!-- Template for the current permission from the total number of permissions. [CHAR LIMIT=100] -->
92    <string name="current_permission_template">
93        <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of
94        <xliff:g id="permission_count" example="2">%2$s</xliff:g></string>
95
96    <!-- Template for the warning message when an app requests a permission. [CHAR LIMIT=100] -->
97    <string name="permission_warning_template">Allow
98        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to
99        <xliff:g id="action" example="do something">%2$s</xliff:g>?</string>
100
101    <!-- Template for the warning message when an app requests the permission to access a
102    resource even while in the background (i.e. always). [CHAR LIMIT=100] -->
103    <string name="permission_add_background_warning_template">Always allow
104        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to
105        <xliff:g id="action" example="do something">%2$s</xliff:g>?</string>
106
107    <!-- Radio button shown for permissions that can be granted either only while the app is in
108    foreground or always. If this button is selected the app only gets the permission while in
109    foreground [CHAR LIMIT=50] -->
110    <string name="allow_permission_foreground_only">Only while using app</string>
111
112    <!-- Radio button shown for permissions that can be granted either only while the app is in
113    foreground or always. If this button is selected the app always gets the permission (while in
114    foreground _and_ while in background) [CHAR LIMIT=50] -->
115    <string name="allow_permission_always">Always</string>
116
117    <!-- Radio button shown for permissions that can be granted either only while the app is in
118    foreground or always. If this button is selected the app does not get the permission and the
119    permissions will always be denied from now on [CHAR LIMIT=50] -->
120    <string name="deny_permission_deny_and_dont_ask_again">Don\u2019t allow and don\u2019t ask again</string>
121
122    <!-- Template for the message how many permissions are disabled. [CHAR LIMIT=30] -->
123    <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string>
124
125    <!-- Message that all permissions are disabled. [CHAR LIMIT=30]  -->
126    <string name="permission_revoked_all">all disabled</string>
127
128    <!-- Message that no permissions are disabled. [CHAR LIMIT=30]  -->
129    <string name="permission_revoked_none">none disabled</string>
130
131    <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15]  -->
132    <string name="grant_dialog_button_allow">Allow</string>
133
134    <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] -->
135    <string name="grant_dialog_button_allow_always">Allow all the time</string>
136
137    <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] -->
138    <string name="grant_dialog_button_allow_foreground">While using the app</string>
139
140    <!-- Title for the dialog button to change to precise location. [CHAR LIMIT=60] -->
141    <string name="grant_dialog_button_change_to_precise_location">Change to precise location</string>
142
143    <!-- Title for the dialog button to keep approximate location. [CHAR LIMIT=60] -->
144    <string name="grant_dialog_button_keey_approximate_location">Keep approximate location</string>
145
146    <!-- Title for the dialog button to allow a permission grant temporarily in teh foreground. [CHAR LIMIT=60] -->
147    <string name="grant_dialog_button_allow_one_time">Only this time</string>
148
149    <!-- Title for the dialog button to allow a change from foreground to background permission grant. [CHAR LIMIT=60]  -->
150    <string name="grant_dialog_button_allow_background">Allow all the time</string>
151
152    <!-- Title for the dialog button to allow a permission grant for all files. [CHAR LIMIT=60]  -->
153    <string name="grant_dialog_button_allow_all_files">Allow management of all files</string>
154
155    <!-- Title for the dialog button to allow a permission grant for media files only. [CHAR LIMIT=60]  -->
156    <string name="grant_dialog_button_allow_media_only">Allow access to media files</string>
157
158    <!-- Breadcrumb for page of managing application permissions [CHAR LIMIT=50] -->
159    <string name="app_permissions_breadcrumb">Apps</string>
160
161    <!-- Title for page of managing application permissions [CHAR LIMIT=30] -->
162    <string name="app_permissions">App permissions</string>
163
164    <!-- Title for the page of manage unused apps [CHAR LIMIT=30] -->
165    <string name="unused_apps">Unused apps</string>
166
167    <!-- Label when there are no unused apps [CHAR LIMIT=30] -->
168    <string name="no_unused_apps">No unused apps</string>
169
170    <!-- Label when there are zero unused apps [CHAR LIMIT=30] -->
171    <string name="zero_unused_apps">0 unused apps</string>
172
173    <!-- Title for the page to review permission decisions [CHAR LIMIT=30] -->
174    <string name="review_permission_decisions">Recent permission decisions</string>
175
176    <!-- Title for the preference row to view all recent permission decisions. [CHAR LIMIT=80] -->
177    <string name="review_permission_decisions_view_all">View all recent permission decisions</string>
178
179    <!-- Title for the preference row describing that the user hasn't made any recent permission decisions. [CHAR LIMIT=80] -->
180    <string name="review_permission_decisions_empty">No recent permission decisions</string>
181
182    <!-- Summary of the row linking to permission manager on Auto devices [CHAR LIMIT=80] -->
183    <string name="auto_permission_manager_summary">Manage data access to calendar, call logs, and more</string>
184
185    <!-- Label for reviewing a permission decision grant [CHAR LIMIT=80] -->
186    <string name="granted_permission_decision">You gave <xliff:g id="app_name" example="Google Maps">%1$s</xliff:g> access to <xliff:g id="permission_name" example="contacts">%2$s</xliff:g></string>
187
188    <!-- Label for reviewing a permission decision denial [CHAR LIMIT=80] -->
189    <string name="denied_permission_decision">You denied <xliff:g id="app_name" example="Google Maps">%1$s</xliff:g> access to <xliff:g id="permission_name" example="contacts">%2$s</xliff:g></string>
190
191    <!-- The number of days ago [CHAR LIMIT=NONE] -->
192    <string name="days_ago">{count, plural,
193        =0    {Today}
194        =1    {1 day ago}
195        other {# days ago}
196        }</string>
197
198    <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app -->
199    <string name="app_disable_dlg_positive">Disable app</string>
200
201    <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling apps -->
202    <string name="app_disable_dlg_text">If you disable this app, Android and other apps may no longer function as intended. Keep in mind, you can\u2019t delete this app since it came pre-installed on your device. By disabling, you turn this app off and hide it on your device.</string>
203
204    <!-- Title for page of managing application permissions [CHAR LIMIT=30] -->
205    <string name="app_permission_manager">Permission manager</string>
206
207    <!-- Checkbox that allows user to not be questioned about this permission
208         request again [CHAR LIMIT=30] -->
209    <string name="never_ask_again">Don\'t ask again</string>
210
211    <!-- Label when app requests no permissions [CHAR LIMIT=30] -->
212    <string name="no_permissions">No permissions</string>
213
214    <!-- Label for button that leads to more permissions [CHAR LIMIT=40] -->
215    <string name="additional_permissions">Additional permissions</string>
216
217    <!-- Accessibility label for button opening the app-info when clicked [CHAR LIMIT=none] -->
218    <string name="app_permissions_info_button_label">Open app info</string>
219
220    <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] -->
221    <string name="additional_permissions_more">{count, plural,
222        =1      {# more}
223        other   {# more}
224    }</string>
225
226    <!-- Warning for turning off permissions on older apps [CHAR LIMIT=none] -->
227    <string name="old_sdk_deny_warning">This app was designed for an older version of Android. Denying permission may cause it to no longer function as intended.</string>
228
229    <!-- Warning for allowing storage permissions on older apps [CHAR LIMIT=none] -->
230    <string name="storage_supergroup_warning_allow">This app was designed for an older version of Android. If you allow this permission, then access to all storage (including photos, videos, music, audio, and other files) will be allowed.</string>
231
232    <!-- Warning for denying storage permissions on older apps [CHAR LIMIT=none] -->
233    <string name="storage_supergroup_warning_deny">This app was designed for an older version of Android. If you deny this permission, then access to all storage (including photos, videos, music, audio, and other files) will be denied.</string>
234
235    <!-- The default description of a permission, i.e. what it does.  [CHAR LIMIT=40] -->
236    <string name="default_permission_description">perform an unknown action</string>
237
238    <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] -->
239   <string name="app_permissions_group_summary"><xliff:g id="count" example="10">%1$d</xliff:g> of <xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string>
240
241    <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] -->
242    <string name="app_permissions_group_summary2"><xliff:g id="count" example="10">%1$d</xliff:g>/<xliff:g id="count" example="10">%2$d</xliff:g> apps allowed</string>
243
244    <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown -->
245    <string name="menu_show_system">Show system</string>
246
247    <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden -->
248    <string name="menu_hide_system">Hide system</string>
249
250    <!-- [CHAR LIMIT=NONE] Menu for showing permission usages for the past 7 days in privacy dashboard-->
251    <string name="menu_show_7_days_data">Show 7 days</string>
252
253    <!-- [CHAR LIMIT=NONE] Menu for showing permission usages for the past 24 hours in privacy dashboard-->
254    <string name="menu_show_24_hours_data">Show 24 hours</string>
255
256    <!-- FAB text of permission usage fragment [CHAR LIMIT=30] -->
257    <string name="manage_permission">Manage permission</string>
258
259   <!-- [CHAR LIMIT=NONE] Label when no apps requesting this permission -->
260   <string name="no_apps">No apps</string>
261
262   <!-- [CHAR LIMIT=30] Title of button that leads to location settings -->
263   <string name="location_settings">Location Settings</string>
264
265   <!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled -->
266   <string name="location_warning"><xliff:g id="app_name" example="Package Installer">%1$s</xliff:g> is a provider of location services for this device. Location access can be modified from location settings.</string>
267
268   <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps -->
269   <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string>
270
271    <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps -->
272    <string name="deny_read_media_visual_warning">This app was designed for an older version of Android. If you deny this app access to photos &amp; videos, access to music &amp; other audio will also be denied.</string>
273
274    <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps -->
275    <string name="deny_read_media_aural_warning">This app was designed for an older version of Android. If you deny this app access to music &amp; other audio, access to photos &amp; videos will also be denied.</string>
276
277    <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for an app managing a companion device -->
278    <string name="cdm_profile_revoke_warning">If you deny this permission, some features of your device managed by this app may no longer function as intended.</string>
279
280   <!-- [CHAR LIMIT=NONE] Summary of a permission switch when it's enforced by policy -->
281   <string name="permission_summary_enforced_by_policy">Enforced by policy</string>
282
283   <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by policy -->
284   <string name="permission_summary_disabled_by_policy_background_only">Background access disabled by policy</string>
285
286   <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy -->
287   <string name="permission_summary_enabled_by_policy_background_only">Background access enabled by policy</string>
288
289   <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy -->
290   <string name="permission_summary_enabled_by_policy_foreground_only">Foreground access enabled by policy</string>
291
292    <!-- [CHAR LIMIT=60] Summary of a permission switch when it's enforced by an administrator -->
293   <string name="permission_summary_enforced_by_admin">Controlled by admin</string>
294
295    <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by an admin -->
296    <string name="permission_summary_disabled_by_admin_background_only">Background access disabled by admin</string>
297
298    <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin -->
299    <string name="permission_summary_enabled_by_admin_background_only">Background access enabled by admin</string>
300
301    <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin -->
302    <string name="permission_summary_enabled_by_admin_foreground_only">Foreground access enabled by admin</string>
303
304    <!-- [CHAR LIMIT=60] Summary of a permission switch when the access is enabled by the system -->
305    <string name="permission_summary_enabled_system_fixed">Device requires this permission to operate</string>
306
307    <string-array name="background_access_chooser_dialog_choices">
308       <item>@string/permission_access_always</item>
309       <item>@string/permission_access_only_foreground</item>
310       <item>@string/permission_access_never</item>
311   </string-array>
312
313   <!-- [CHAR LIMIT=60] App can always (when app is in foreground or background) access the resource protected by the permission -->
314   <string name="permission_access_always">Allow all the time</string>
315
316   <!-- [CHAR LIMIT=60] App can only access the resource protected by the permission while app is in foreground -->
317   <string name="permission_access_only_foreground">Allow only while using the app</string>
318
319   <!-- [CHAR LIMIT=60] App can never access the resource protected by the permission (Not while app is in foregound and not while app is in background) -->
320   <string name="permission_access_never">Don\u2019t allow</string>
321
322    <!-- Text displayed until loading is done [CHAR LIMIT=50] -->
323   <string name="loading">Loading\u2026</string>
324
325   <!-- [CHAR LIMIT=45] Title of all permissions settings -->
326   <string name="all_permissions">All permissions</string>
327   <!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. -->
328   <string name="other_permissions">Other app capabilities</string>
329
330   <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] -->
331   <string name="permission_request_title">Permission request</string>
332
333    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] -->
334    <string name="wear_not_allowed_dlg_title">Android Wear</string>
335    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] -->
336    <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string>
337
338    <!-- Review of runtime permissions for legacy apps -->
339
340    <!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] -->
341    <string name="permission_review_title_template_install">Choose what to allow
342        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access</string>
343
344    <!-- Template for the screen title when app permissions are reviewed on update. [CHAR LIMIT=none] -->
345    <string name="permission_review_title_template_update">
346        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> has been updated.
347        Choose what to allow this app to access.</string>
348
349    <!-- Title for the dialog button to cancel the detailed permission review. [CHAR LIMIT=15] -->
350    <string name="review_button_cancel">Cancel</string>
351
352    <!-- Title for the dialog button to continue accepting the detailed permission review. [CHAR LIMIT=15] -->
353    <string name="review_button_continue">Continue</string>
354
355    <!-- Title for the category listing the new permissions used by an app. [CHAR LIMIT=30] -->
356    <string name="new_permissions_category">New permissions</string>
357
358    <!-- Title for the category listing the current permissions used by an app. [CHAR LIMIT=30] -->
359    <string name="current_permissions_category">Current permissions</string>
360
361    <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] -->
362    <string name="message_staging">Staging app&#8230;</string>
363
364    <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] -->
365    <string name="app_name_unknown">Unknown</string>
366
367    <!-- Help URL, application permissions [DO NOT TRANSLATE] -->
368    <string name="help_app_permissions" translatable="false"></string>
369
370    <!-- Title for permission usage [CHAR LIMIT=30] -->
371    <string name="permission_usage_title">Privacy dashboard</string>
372
373    <!-- Summary for permission usage preference row [CHAR LIMIT=60] -->
374    <string name="auto_permission_usage_summary">View which apps recently used permissions</string>
375
376    <!-- Title for permission group usage [CHAR LIMIT=30] -->
377    <string name="permission_group_usage_title"><xliff:g id="permgroup" example="Location">%1$s</xliff:g> usage</string>
378
379    <!-- Title for permission usage advanced info [CHAR LIMIT=30] -->
380    <string name="perm_usage_adv_info_title">See other permissions</string>
381
382    <!-- Summary for permission usage advanced info for 2 items [CHAR LIMIT=60] -->
383    <string name="perm_usage_adv_info_summary_2_items"><xliff:g id="permgroup" example="Location">%1$s</xliff:g>,\u0020<xliff:g id="permgroup" example="Location">%2$s</xliff:g></string>
384
385    <!-- Summary for permission usage advanced info for 3 or more items [CHAR LIMIT=60] -->
386    <string name="perm_usage_adv_info_summary_more_items"><xliff:g id="permgroup" example="Location">%1$s</xliff:g>,\u0020<xliff:g id="permgroup" example="Location">%2$s</xliff:g>, and\u0020<xliff:g id="num" example="7">%3$s</xliff:g> more</string>
387
388    <!-- Subtitle for permission group usage for the past 24 hours[CHAR LIMIT=100] -->
389    <string name="permission_group_usage_subtitle_24h">Timeline of when apps used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> in the past 24 hours</string>
390
391    <!-- Subtitle for permission group usage for the past 7 days [CHAR LIMIT=100] -->
392    <string name="permission_group_usage_subtitle_7d">Timeline of when apps used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> in the past 7 days</string>
393
394    <!-- Subtitle for access time list dialog [CHAR LIMIT=100] -->
395    <string name="permission_usage_access_dialog_subtitle">When this app used your <xliff:g id="permgroup" example="Location">%1$s</xliff:g> permission</string>
396
397    <!-- Link text for intent out to location provider [CHAR LIMIT=20] -->
398    <string name="permission_usage_access_dialog_learn_more">Learn more</string>
399
400    <!-- Content description for the learn more info icon on Privacy Dashboard and app permission groups page [CHAR LIMIT=100] -->
401    <string name="learn_more_content_description">Learn more about <xliff:g id="permgroup" example="Location">%1$s</xliff:g></string>
402
403    <!-- Summary for preference to manage a permission for a group like location or microphone [CHAR LIMIT=60] -->
404    <string name="manage_permission_summary">Control app access to your <xliff:g id="permgroup" example="Location">%1$s</xliff:g></string>
405
406    <!-- Summary for preference about microphone usage on Auto. On Auto, the access time is combined with the summary text. [CHAR LIMIT=60] -->
407    <string name="auto_permission_usage_timeline_summary"><xliff:g id="access_time" example="12:23am">%1$s</xliff:g> \u2022 <xliff:g id="summary_text" example="2 mins">%2$s</xliff:g></string>
408
409    <!-- Label which separates a combination of 2 of the following 3 in order : an attribution text, proxy app name (an app which uses a permission on behalf of another app), and a usage duration, with a bullet point [CHAR LIMIT=NONE]-->
410    <string name="history_preference_subtext_2"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> \u2022 <xliff:g id="truncated_time" example="1 hr 20min">%2$s</xliff:g></string>
411
412    <!-- Label which separates an attribution text, a proxy app name (an app which uses a permission on behalf of another app), and a usage duration, with bullet points [CHAR LIMIT=NONE]-->
413    <string name="history_preference_subtext_3"><xliff:g id="attribution_name" example="Nearby Share">%1$s</xliff:g> \u2022 <xliff:g id="app_name" example="Gmail">%2$s</xliff:g> \u2022 <xliff:g id="truncated_time" example="1 hr 20min">%3$s</xliff:g></string>
414
415    <!-- Duration used for a permission in days -->
416    <string name="duration_used_days">{count, plural,
417        =1      {# day}
418        other   {# days}
419    }</string>
420
421    <!-- Duration used for a permission in hours -->
422    <string name="duration_used_hours">{count, plural,
423        =1      {# hour}
424        other   {# hours}
425    }</string>
426
427    <!-- Duration used for a permission in minutes -->
428    <string name="duration_used_minutes">{count, plural,
429        =1      {# min}
430        other   {# mins}
431    }</string>
432
433    <!-- Duration used for a permission in seconds -->
434    <string name="duration_used_seconds">{count, plural,
435        =1      {# sec}
436        other   {# secs}
437    }</string>
438
439    <!-- Description for showing permission accesses with any permission [CHAR LIMIT=30] -->
440    <string name="permission_usage_any_permission">Any permission</string>
441
442    <!-- Description for showing permission accesses accessed any time [CHAR LIMIT=30] -->
443    <string name="permission_usage_any_time">Any time</string>
444
445    <!-- Description for showing permissions accessed in the last n days [CHAR LIMIT=30] -->
446    <string name="permission_usage_last_n_days">{count, plural,
447        =1    {Last # day}
448        other {Last # days}
449    }</string>
450
451    <!-- Description for showing permissions accessed in the last n hours [CHAR LIMIT=30] -->
452    <string name="permission_usage_last_n_hours">{count, plural,
453        =1    {Last # hour}
454        other {Last # hours}
455    }</string>
456
457    <!-- Description for showing permissions accessed in the last n minutes [CHAR LIMIT=30] -->
458    <string name="permission_usage_last_n_minutes">{count, plural,
459        =1    {Last # minute}
460        other {Last # minutes}
461    }</string>
462
463    <!-- Label when no apps have used the requested permissions [CHAR LIMIT=30] -->
464    <string name="no_permission_usages">No permission usages</string>
465
466    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
467    <string name="permission_usage_list_title_any_time">Most recent access at any time</string>
468
469    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
470    <string name="permission_usage_list_title_last_7_days">Most recent access in last 7 days</string>
471
472    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
473    <string name="permission_usage_list_title_last_day">Most recent access in last 24 hours</string>
474
475    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
476    <string name="permission_usage_list_title_last_hour">Most recent access in last 1 hour</string>
477
478    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
479    <string name="permission_usage_list_title_last_15_minutes">Most recent access in last 15 minutes</string>
480
481    <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] -->
482    <string name="permission_usage_list_title_last_minute">Most recent access in last 1 minute</string>
483
484    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
485    <string name="permission_usage_bar_chart_title_any_time">Permission usage at any time</string>
486
487    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
488    <string name="permission_usage_bar_chart_title_last_7_days">Permission usage in last 7 days</string>
489
490    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
491    <string name="permission_usage_bar_chart_title_last_day">Permission usage in last 24 hours</string>
492
493    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
494    <string name="permission_usage_bar_chart_title_last_hour">Permission usage in last 1 hour</string>
495
496    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
497    <string name="permission_usage_bar_chart_title_last_15_minutes">Permission usage in last 15 minutes</string>
498
499    <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] -->
500    <string name="permission_usage_bar_chart_title_last_minute">Permission usage in last 1 minute</string>
501
502    <!-- Summary text if a permission usage is not used in past n days [CHAR LIMIT=60] -->
503    <string name="permission_usage_preference_summary_not_used_in_past_n_days">{count, plural,
504        =1    {Not used in past # day}
505        other {Not used in past # days}
506    }</string>
507
508    <!-- Summary text if a permission usage is not used in past n hours [CHAR LIMIT=60] -->
509    <string name="permission_usage_preference_summary_not_used_in_past_n_hours">{count, plural,
510        =1    {Not used in past # hour}
511        other {Not used in past # hours}
512    }</string>
513
514    <!-- Label for the permission usage preference that shows how many apps have used various permissions [CHAR LIMIT=50] -->
515    <string name="permission_usage_preference_label">{count, plural,
516        =1      {Used by 1 app}
517        other   {Used by # apps}
518    }</string>
519
520    <!-- Label for the button to bring the user to view the details of recent permission accesses [CHAR LIMIT=42] -->
521    <string name="permission_usage_view_details">See all in Dashboard</string>
522
523    <!-- DO NOT TRANSLATE Summary placeholder -->
524    <string name="summary_placeholder" translatable="false">&#160;</string>
525
526    <!-- Label for filtered view that shows permission usages of a single permission [CHAR LIMIT=40] -->
527    <string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string>
528
529    <!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] -->
530    <string name="app_permission_usage_remove_filter">Remove filter</string>
531
532    <!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] -->
533    <string name="filter_by_title">Filter by</string>
534
535    <!-- Label for the menu item allowing filtering by permissions [CHAR LIMIT=none] -->
536    <string name="filter_by_permissions">Filter by permissions</string>
537
538    <!-- Label for the menu item allowing filtering by time [CHAR LIMIT=none] -->
539    <string name="filter_by_time">Filter by time</string>
540
541    <!-- Label for sorting usages by the number of permissions used [CHAR LIMIT=30] -->
542    <string name="sort_spinner_most_permissions">Most permissions</string>
543
544    <!-- Label for sorting usages by the number of accesses [CHAR LIMIT=30] -->
545    <string name="sort_spinner_most_accesses">Most accesses</string>
546
547    <!-- Label for sorting usages by the most recent accesses [CHAR LIMIT=30] -->
548    <string name="sort_spinner_recent">Recent</string>
549
550    <!-- Label for sorting usages by which app used a permission most recently [CHAR LIMIT=30] -->
551    <string name="sort_by_app">Sort by app usage</string>
552
553    <!-- Label for sorting usages by access time [CHAR LIMIT=30] -->
554    <string name="sort_by_time">Sort by time</string>
555
556    <!-- Separator for a list of items. Include spaces before and after if needed [CHAR LIMIT=10] -->
557    <string name="item_separator">,\u0020</string>
558
559    <!-- Label for refreshing the list of permission usages. [CHAR LIMIT=30] -->
560    <string name="permission_usage_refresh">Refresh</string>
561
562    <!-- Label for the title of permission history. [CHAR LIMIT=20] -->
563    <string name="permission_history_title">Permission history</string>
564
565    <!-- Label for the category title of permission history of today. [CHAR LIMIT=20] -->
566    <string name="permission_history_category_today">Today</string>
567
568    <!-- Label for the category title of permission history of yesterday. [CHAR LIMIT=20] -->
569    <string name="permission_history_category_yesterday">Yesterday</string>
570
571    <!-- Help URL, permission usage [DO NOT TRANSLATE] -->
572    <string name="help_permission_usage" translatable="false"></string>
573
574    <!-- Title for permission usage [CHAR LIMIT=30] -->
575    <string name="app_permission_usage_title">App permissions usage</string>
576
577    <!-- Summary for an app's use of a permission [CHAR LIMIT=none] -->
578    <string name="app_permission_usage_summary">Access: <xliff:g id="num" example="2">%1$s</xliff:g> times. Total duration: <xliff:g id="duration" example="2 hours">%2$s</xliff:g>. Last used <xliff:g id="time" example="2 hours">%3$s</xliff:g> ago.</string>
579
580    <!-- Summary for an app's use of a permission without duration [CHAR LIMIT=none] -->
581    <string name="app_permission_usage_summary_no_duration">Access: <xliff:g id="num" example="2">%1$s</xliff:g> times. Last used <xliff:g id="time" example="2 hours">%2$s</xliff:g> ago.</string>
582
583    <!-- Title for the dialog button to allow a permission grant when you cannot only allow in the foreground. [CHAR LIMIT=60] -->
584    <string name="app_permission_button_allow">Allow</string>
585
586    <!-- Title for the dialog button to allow a storage permission grant for all files [CHAR LIMIT=60] -->
587    <string name="app_permission_button_allow_all_files">Allow management of all files</string>
588
589    <!-- Title for the dialog button to allow a storage permission grant for media files only [CHAR LIMIT=60] -->
590    <string name="app_permission_button_allow_media_only">Allow access to media only</string>
591
592    <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] -->
593    <string name="app_permission_button_allow_always">Allow all the time</string>
594
595    <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] -->
596    <string name="app_permission_button_allow_foreground">Allow only while using the app</string>
597
598    <!-- Title for the dialog button to allow the user to always allow access to all resources guarded by a permission. [CHAR LIMIT=60] -->
599    <string name="app_permission_button_always_allow_all">Always allow all</string>
600
601    <!-- Title for the dialog button to require an app to ask for a permission next time they need it. [CHAR LIMIT=60] -->
602    <string name="app_permission_button_ask">Ask every time</string>
603
604    <!-- Title for the dialog button to deny with prejudice a permission grant. [CHAR LIMIT=60] -->
605    <string name="app_permission_button_deny">Don\u2019t allow</string>
606
607    <!-- Content description for precise location image. [CHAR LIMIT=50] -->
608    <string name="precise_image_description">Precise location</string>
609
610    <!-- Content description for approximate location image. [CHAR LIMIT=50] -->
611    <string name="approximate_image_description">Approximate location</string>
612
613    <!-- Title for location accuracy switch in location settings. [CHAR LIMIT=60] -->
614    <string name="app_permission_location_accuracy">Use precise location</string>
615
616    <!-- Subtitle for location accuracy switch in location settings. [CHAR LIMIT=none] -->
617    <string name="app_permission_location_accuracy_subtitle">When precise location is off, apps can access your approximate location</string>
618
619    <!-- Title for app permission [CHAR LIMIT=30] -->
620    <string name="app_permission_title"><xliff:g id="perm" example="location">%1$s</xliff:g> permission</string>
621
622    <!-- Description for showing an app's permission [CHAR LIMIT=60] -->
623    <string name="app_permission_header"><xliff:g id="perm" example="location">%1$s</xliff:g> access for this app</string>
624
625    <!-- Text for linking to the page that shows an app's permissions [CHAR LIMIT=none] -->
626    <string name="app_permission_footer_app_permissions_link">See all <xliff:g id="app" example="Maps">%1$s</xliff:g> permissions</string>
627
628    <!-- Text for linking to the page that shows the apps with a given permission [CHAR LIMIT=none] -->
629    <string name="app_permission_footer_permission_apps_link">See all apps with this permission</string>
630
631    <!-- Label for the assistant mic display switch [CHAR LIMIT=60] -->
632    <string name="assistant_mic_label">Show assistant microphone usage</string>
633
634    <!-- Category title for unused apps on T+ devices [CHAR LIMIT=40] -->
635    <string name="unused_apps_category_title">Unused app settings</string>
636
637    <!-- Label for the auto revoke switch on pre-S devices [CHAR LIMIT=60] -->
638    <string name="auto_revoke_label">Remove permissions if app isn\u2019t used</string>
639
640    <!-- Label for the hibernation / auto revoke switch on S devices [CHAR LIMIT=40] -->
641    <string name="unused_apps_label">Remove permissions and free up space</string>
642
643    <!-- Label for the hibernation / auto revoke switch on T+ devices [CHAR LIMIT=40] -->
644    <string name="unused_apps_label_v2">Pause app activity if unused</string>
645
646    <!-- Hibernation switch preference summary which describes what the toggle does on T+ devices [CHAR LIMIT=NONE] -->
647    <string name="unused_apps_summary">Remove permissions, delete temporary files, and stop notifications</string>
648
649    <!-- Summary for stating that permissions will be removed [CHAR LIMIT=none] -->
650    <string name="auto_revoke_summary">To protect your data, permissions for this app will be removed if the app is unused for a few months.</string>
651
652    <!-- Summary for stating that permissions will be removed, which includes a list of permissions which will be removed [CHAR LIMIT=none] -->
653    <string name="auto_revoke_summary_with_permissions">To protect your data, if the app is unused for a few months, the following permissions will be removed: <xliff:g id="perms" example="location, contacts, and phone">%1$s</xliff:g></string>
654
655    <!-- Summary for the screen that shows all apps that have had permissions removed [CHAR LIMIT=none] -->
656    <string name="auto_revoked_apps_page_summary">To protect your data, permissions have been removed from apps that you haven\u2019t used in a few months.</string>
657
658    <!-- Message which tells users to open an app to grant permissions [CHAR LIMIT=none]-->
659    <string name="auto_revoke_open_app_message">If you want to allow permissions again, open the app.</string>
660
661    <!-- Summary for stating that auto revoke is disabled for the current app [CHAR LIMIT=none] -->
662    <string name="auto_revoke_disabled">Automatic removal is currently disabled for this app.</string>
663
664    <!-- Summary for stating that no permission groups that are granted and auto revocable[CHAR LIMIT=none] -->
665    <string name="auto_revocable_permissions_none">No auto revocable permissions are currently granted</string>
666
667    <!-- Summary for stating that one permission will be auto revoked[CHAR LIMIT=none] -->
668    <string name="auto_revocable_permissions_one"><xliff:g id="perm" example="location">%1$s</xliff:g> permission will be removed.</string>
669
670    <!-- Summary for stating that two permissions will be auto revoked[CHAR LIMIT=none] -->
671    <string name="auto_revocable_permissions_two"><xliff:g id="perm" example="location">%1$s</xliff:g> and <xliff:g id="perm" example="contacts">%2$s</xliff:g> permissions will be removed.</string>
672
673    <!-- Summary for stating that more than two permissions will be auto revoked[CHAR LIMIT=none] -->
674    <string name="auto_revocable_permissions_many">Permissions that will be removed: <xliff:g id="perms" example="location, contacts, and phone">%1$s</xliff:g>.</string>
675
676    <!-- Title for a page where users can manage whether or not they want Android to automatically remove permissions [CHAR LIMIT=40] -->
677    <string name="auto_manage_title">Manage permissions automatically</string>
678
679    <!-- Summary describing the permissions that have been removed from an app, when one permission is removed [CHAR LIMIT=none] -->
680    <string name="auto_revoked_app_summary_one"><xliff:g id="permission_name" example="Location">%s</xliff:g> permission removed</string>
681
682    <!-- Summary describing the permissions that have been removed from an app, when two permissions are removed [CHAR LIMIT=none] -->
683    <string name="auto_revoked_app_summary_two"><xliff:g id="permission_name" example="Camera">%1$s</xliff:g> and <xliff:g id="permission_name" example="Contacts">%2$s</xliff:g> permissions removed</string>
684
685    <!-- Summary describing the permissions that have been removed from an app, when more than two permissions are removed [CHAR LIMIT=none] -->
686    <string name="auto_revoked_app_summary_many"><xliff:g id="permission_name" example="Microphone">%1$s</xliff:g> and <xliff:g id="number" example="2">%2$s</xliff:g> other permissions removed</string>
687
688    <!-- The title of a page showing unused apps that have been hibernated [CHAR LIMIT=60]-->
689    <string name="unused_apps_page_title">Unused apps</string>
690
691    <!-- Summary for the screen that shows all unused apps that have been hibernated [CHAR LIMIT=none] -->
692    <string name="unused_apps_page_summary">If an app is unused for a few months:\n\n\u2022 Permissions are removed to protect your data\n\u2022 Notifications are stopped to save battery\n\u2022 Temporary files are removed to free up space\n\nTo allow permissions and notifications again, open the app.</string>
693
694    <!-- Summary for the screen on TV that shows all unused apps that have been hibernated [CHAR LIMIT=none] -->
695    <string name="unused_apps_page_tv_summary">If an app is unused for a month:\n\n\u2022 Permissions are removed to protect your data\n\u2022 Temporary files are removed to free up space\n\nTo allow permissions again, open the app.</string>
696
697    <!-- Title for a category of apps that were last used several months ago [CHAR LIMIT=none] -->
698    <string name="last_opened_category_title"> {count, plural,
699        =1{Last opened more than # month ago}
700        other{Last opened more than # months ago}
701        }
702    </string>
703
704    <!-- Summary for showing when an app was last used [CHAR LIMIT=none] -->
705    <string name="last_opened_summary">App last opened on <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string>
706
707    <!-- Summary for showing when an app was last used, shorter version [CHAR LIMIT=none] -->
708    <string name="last_opened_summary_short">Last opened <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string>
709
710    <!-- Text that explains that an app has access to all files[CHAR LIMIT=none] -->
711    <string name="app_permission_footer_special_file_access">If you allow management of all files, this app can access, modify, and delete any files in common storage on this device or connected storage devices. The app may access files without asking you.</string>
712
713    <!-- Text that explains that an app requests full file access, and links to the settings page[CHAR LIMIT=none] -->
714    <string name="special_file_access_dialog">Allow this app to access, modify and delete files on the device, or any connected storage devices? This app may access files without asking you.</string>
715
716    <!-- Label for showing a permission group's description in the header of the list of apps that have that permission [CHAR LIMIT=none] -->
717    <string name="permission_description_summary_generic">Apps with this permission can <xliff:g id="description" example="record audio">%1$s</xliff:g></string>
718
719    <!-- Label for showing a permission group's description in the header of the list of apps that have the activity recognition permission [CHAR LIMIT=none] -->
720    <string name="permission_description_summary_activity_recognition">Apps with this permission can access your physical activity, like walking, biking, driving, step count, and more</string>
721
722    <!-- Label for showing a permission group's description in the header of the list of apps that have the calendar permission [CHAR LIMIT=none] -->
723    <string name="permission_description_summary_calendar">Apps with this permission can access your calendar</string>
724
725    <!-- Label for showing a permission group's description in the header of the list of apps that have the call log permission [CHAR LIMIT=none] -->
726    <string name="permission_description_summary_call_log">Apps with this permission can read and write phone call log</string>
727
728    <!-- Label for showing a permission group's description in the header of the list of apps that have the camera permission [CHAR LIMIT=none] -->
729    <string name="permission_description_summary_camera">Apps with this permission can take pictures and record video</string>
730
731    <!-- Label for showing a permission group's description in the header of the list of apps that have the contacts permission [CHAR LIMIT=none] -->
732    <string name="permission_description_summary_contacts">Apps with this permission can access your contacts</string>
733
734    <!-- Label for showing a permission group's description in the header of the list of apps that have the location permission [CHAR LIMIT=none] -->
735    <string name="permission_description_summary_location">Apps with this permission can access this device\'s location</string>
736
737    <!-- Label for showing a permission group's description in the header of the list of apps that have the nearby devices permission [CHAR LIMIT=none] -->
738    <string name="permission_description_summary_nearby_devices">Apps with this permission can find, connect to, and determine the relative position of nearby devices</string>
739
740    <!-- Label for showing a permission group's description in the header of the list of apps that have the microphone permission [CHAR LIMIT=none] -->
741    <string name="permission_description_summary_microphone">Apps with this permission can record audio</string>
742
743    <!-- Label for showing a permission group's description in the header of the list of apps that have the phone permission [CHAR LIMIT=none] -->
744    <string name="permission_description_summary_phone">Apps with this permission can make and manage phone calls</string>
745
746    <!-- Label for showing a permission group's description in the header of the list of apps that have the sensors permission [CHAR LIMIT=none] -->
747    <string name="permission_description_summary_sensors">Apps with this permission can access sensor data about your vital signs</string>
748
749    <!-- Label for showing a permission group's description in the header of the list of apps that have the SMS permission [CHAR LIMIT=none] -->
750    <string name="permission_description_summary_sms">Apps with this permission can send and view SMS messages</string>
751
752    <!-- Label for showing a permission group's description in the header of the list of apps that have the Storage permission [CHAR LIMIT=none] -->
753    <string name="permission_description_summary_storage">Apps with this permission can access photos, media, and files on your device</string>
754
755    <!-- Label for showing a permission group's description in the header of the list of apps that have the nearby devices permission [CHAR LIMIT=none] -->
756    <string name="permission_description_summary_read_media_aural">Apps with this permission can access music and other audio files on this device</string>
757
758    <!-- Label for showing a permission group's description in the header of the list of apps that have the nearby devices permission [CHAR LIMIT=none] -->
759    <string name="permission_description_summary_read_media_visual">Apps with this permission can access photos and videos on this device</string>
760
761    <!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] -->
762    <string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
763
764    <!-- Summary for showing the time and/or date of the most recent access of a denied permission by an app [CHAR LIMIT=60] -->
765    <string name="app_permission_most_recent_denied_summary">Currently denied / Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
766
767    <!-- Summary for showing that a denied app has not accessed a permission. [CHAR LIMIT=60] -->
768    <string name="app_permission_never_accessed_summary">Never accessed</string>
769
770    <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] -->
771    <string name="app_permission_never_accessed_denied_summary">Denied / Never accessed</string>
772
773    <!-- Header for granted permissions/apps [CHAR LIMIT=40] -->
774    <string name="allowed_header">Allowed</string>
775
776    <!-- Header for granted apps that can access the permission in the foreground and the background [CHAR LIMIT=40] -->
777    <string name="allowed_always_header">Allowed all the time</string>
778
779    <!-- Header for permissions/apps that are granted only when in the foreground [CHAR LIMIT=40] -->
780    <string name="allowed_foreground_header">Allowed only while in use</string>
781
782    <!-- Subtitle for scoped storage permissions, showing apps that have access to media files only [CHAR LIMIT=45] -->
783    <string name="allowed_storage_scoped">Allowed access to media only</string>
784
785    <!-- Subtitle for full storage permissions, showing apps that have access to all files [CHAR LIMIT=45] -->
786    <string name="allowed_storage_full">Allowed to manage all files</string>
787
788    <!-- Header for permissions/apps which need to ask next time they want to use the permission. Note: Permission may or may not be currently granted [CHAR LIMIT=60] -->
789    <string name="ask_header">Ask every time</string>
790
791    <!-- Header for denied permissions/apps [CHAR LIMIT=40] -->
792    <string name="denied_header">Not allowed</string>
793
794    <!-- Text of hyperlink shown in storage_footer [CHAR LIMIT=60] -->
795    <string name="storage_footer_hyperlink_text">See more apps that can access all files</string>
796
797    <!-- Time in days -->
798    <string name="days">{count, plural,
799        =1      {1 day}
800        other   {# days}
801    }</string>
802
803    <!-- Time in hours -->
804    <string name="hours">{count, plural,
805        =1      {# hour}
806        other   {# hours}
807    }</string>
808
809    <!-- Time in minutes -->
810    <string name="minutes">{count, plural,
811        =1      {# minute}
812        other   {# minutes}
813    }</string>
814
815    <!-- Time in seconds -->
816    <string name="seconds">{count, plural,
817        =1      {# second}
818        other   {# seconds}
819    }</string>
820
821    <!-- The name of the notification channel containing reminders about permission [CHAR LIMIT=60]-->
822    <string name="permission_reminders">Permission reminders</string>
823
824    <!-- The notification title for the notification that a permission auto revoke has happened for one app (outdated) [CHAR LIMIT=60] -->
825    <string name="auto_revoke_permission_reminder_notification_title_one">1 unused app</string>
826
827    <!-- The notification title for the notification that a permission auto revoke has happened for more than one app (outdated) [CHAR LIMIT=60] -->
828    <string name="auto_revoke_permission_reminder_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> unused apps</string>
829
830    <!-- The notification content for the auto revoke reminder notification (outdated) [CHAR LIMIT=none] -->
831    <string name="auto_revoke_permission_reminder_notification_content">Permissions removed to protect your privacy. Tap to review</string>
832
833    <!-- The notification title for the notification that a permission auto revoked has happened [CHAR LIMIT=60] -->
834    <string name="auto_revoke_permission_notification_title">Permissions removed for unused apps</string>
835
836    <!-- The notification content for the auto revoke reminder notification [CHAR LIMIT=none] -->
837    <string name="auto_revoke_permission_notification_content">Some apps haven\u2019t been used in a few months. Tap to review.</string>
838
839    <!-- The notification title for the notification that app hibernation has happened [CHAR LIMIT=60] -->
840    <string name="unused_apps_notification_title">{count, plural,
841        =1      {# unused app}
842        other   {# unused apps}
843    }</string>
844
845    <!-- The notification content for the hibernation reminder notification [CHAR LIMIT=none] -->
846    <string name="unused_apps_notification_content">Permissions and temporary files have been removed and notifications were stopped. Tap to review.</string>
847
848    <!-- The safety center card title for apps being auto-revoked [CHAR LIMIT=60] -->
849    <string name="unused_apps_safety_center_card_title">Review apps with permissions removed</string>
850
851    <!-- The safety center card summary for apps being auto-revoked [CHAR LIMIT=none] -->
852    <string name="unused_apps_safety_center_card_content">For apps that you haven\u2019t used in a while, permissions and temporary files were removed and notifications were stopped.</string>
853
854    <!-- The action on the auto-revoked card to see unused apps [CHAR LIMIT=60] -->
855    <string name="unused_apps_safety_center_action_title">Review apps</string>
856
857    <!-- The notification title for the notification that shows up at the end of a drive where the user made a permission decision [CHAR LIMIT=60] -->
858    <string name="post_drive_permission_decision_reminder_title">Check recent permissions</string>
859
860    <!-- The notification summary for the notification that shows up at the end of a drive where the user made a permission decision for a single app [CHAR LIMIT=90] -->
861    <string name="post_drive_permission_decision_reminder_summary_1_app_1_permission">While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> access to <xliff:g id="permission" example="location">%2$s</xliff:g></string>
862
863    <!-- The notification summary for the notification that shows up at the end of a drive where the user made 2 permission decisions for a single app [CHAR LIMIT=90] -->
864    <string name="post_drive_permission_decision_reminder_summary_1_app_2_permissions">While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> access to <xliff:g id="permission_1" example="location">%2$s</xliff:g> &amp; <xliff:g id="permission_2" example="microphone">%3$s</xliff:g></string>
865
866    <!-- The notification summary for the notification that shows up at the end of a drive where the user made 3 or more permission decisions for a single app [CHAR LIMIT=90] -->
867    <string name="post_drive_permission_decision_reminder_summary_1_app_multi_permission">While driving, you granted <xliff:g id="count" example="2">%1$d</xliff:g> permissions to <xliff:g id="app" example="Waze">%2$s</xliff:g></string>
868
869    <!-- The notification summary for the notification that shows up at the end of a drive where the user made permission decisions for multiple apps [CHAR LIMIT=NONE] -->
870    <string name="post_drive_permission_decision_reminder_summary_multi_apps">{count, plural,
871        =1      {While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> &amp; # other app access}
872        other   {While driving, you gave <xliff:g id="app" example="Waze">%1$s</xliff:g> &amp; # other apps access}
873        }</string>
874
875    <!-- The text of a button for an action in a notification that opens the Settings app [CHAR LIMIT=60] -->
876    <string name="go_to_settings">Go to Settings</string>
877
878    <!-- The subtitle for the auto revoke settings card [CHAR LIMIT=none] -->
879    <string name="auto_revoke_setting_subtitle">Some apps haven\u2019t been used in a few months</string>
880
881    <!-- The title of the category showing apps with removed permissions [CHAR LIMIT=60] -->
882    <string name="permissions_removed_category_title">Removed permissions</string>
883
884    <!-- The title of a page showing apps with removed permissions [CHAR LIMIT=60]-->
885    <string name="permission_removed_page_title">Permissions removed</string>
886
887    <!-- The title of the category showing all unused apps [CHAR LIMIT=60]-->
888    <string name="all_unused_apps_category_title">All unused apps</string>
889
890    <!-- String stating how many months ago an app was used [CHAR LIMIT=none] -->
891    <string name="months_ago"><xliff:g id="count" example="2">%1$d</xliff:g> months ago</string>
892
893    <!-- The summary for the auto revoke preference [CHAR LIMIT=none] -->
894    <string name="auto_revoke_preference_summary">Permissions removed to protect your privacy</string>
895
896    <!-- The notification title for background location access reminder notification [CHAR LIMIT=60] -->
897    <string name="background_location_access_reminder_notification_title"><xliff:g id="app_name" example="Gmail">%s</xliff:g> got your location in the background</string>
898
899    <!-- The notification content for background location access reminder notification [CHAR LIMIT=none] -->
900    <string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string>
901
902    <!-- The notification title for notification listener reminder notification [CHAR LIMIT=60] -->
903    <string name="notification_listener_reminder_notification_title">Review app with access to your notifications</string>
904
905    <!-- The notification content for notification listener reminder notification [CHAR LIMIT=none] -->
906    <string name="notification_listener_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can dismiss, act on, and access content inside your notifications</string>
907
908    <!-- The warning card (in safety center) content for notification listener access [CHAR LIMIT=none] -->
909    <string name="notification_listener_warning_card_content">This app can dismiss, act on, and access content inside your notifications. Some apps require this access to function as intended.</string>
910
911    <!-- The label for remove access button on safety center warning card [CHAR LIMIT=60] -->
912    <string name="notification_listener_remove_access_button_label">Remove access</string>
913
914    <!-- The label for notification listener settings button from safety center warning card [CHAR LIMIT=60] -->
915    <string name="notification_listener_review_app_button_label">See more options</string>
916
917    <!-- Success message for remove access action on safety center warning card [CHAR LIMIT=60] -->
918    <string name="notification_listener_remove_access_success_label">Access removed</string>
919
920    <!-- The title for notification reminders, and for warning cards in safety center, for apps with full device (accessibility) access [CHAR LIMIT=60] -->
921    <string name="accessibility_access_reminder_notification_title">Review app with full device access</string>
922
923    <!-- The notification content for full device (accessibility) access reminder notification [CHAR LIMIT=none] -->
924    <string name="accessibility_access_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can view your screen and perform actions on your device. Accessibility apps need this type of access to function as intended.</string>
925
926    <!-- The warning card (in safety center) content for full device (accessibility) access [CHAR LIMIT=none] -->
927    <string name="accessibility_access_warning_card_content">This app can view your screen and perform actions on your device. Accessibility apps need this type of access to function as intended, but check the app and make sure you trust it.</string>
928
929    <!-- The label for button on safety center warning card to remove full (accessibility) access from a given app [CHAR LIMIT=60] -->
930    <string name="accessibility_remove_access_button_label">Remove access</string>
931
932    <!-- The label button on safety center warning card to view full list of apps with full (accessibility) access [CHAR LIMIT=60] -->
933    <string name="accessibility_show_all_apps_button_label">View apps with full access</string>
934
935    <!-- Success message for remove access action on safety center warning card [CHAR LIMIT=60] -->
936    <string name="accessibility_remove_access_success_label">Access removed</string>
937
938    <!-- Fallback for notification title (name of app delivering notification) in case PbA string not defined [CHAR LIMIT=60] -->
939    <string name="safety_center_notification_app_label">Android System</string>
940
941    <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] -->
942    <string name="auto_revoke_after_notification_title">App permissions removed to protect privacy</string>
943
944    <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] -->
945    <string name="auto_revoke_after_notification_content_one"><xliff:g id="app_name" example="Gmail">%s</xliff:g> hasn\u2019t been used in a few months. Tap to review.</string>
946
947    <!-- The notification content for the notification that a permission auto revoke has happened for two apps [CHAR LIMIT=none] -->
948    <string name="auto_revoke_after_notification_content_two"><xliff:g id="app_name" example="Gmail">%s</xliff:g> and 1 other app haven\u2019t been used in a few months. Tap to review.</string>
949
950    <!-- The notification content for the notification that a permission auto revoke has happened for more than two apps [CHAR LIMIT=none] -->
951    <string name="auto_revoke_after_notification_content_many"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> and <xliff:g id="number_of_apps" example="4">%2$s</xliff:g> other apps haven\u2019t been used in a few months. Tap to review.</string>
952
953    <!-- The notification title for the notification that 1 app is unused [CHAR LIMIT=60] -->
954    <string name="auto_revoke_before_notification_title_one">1 app is unused</string>
955
956    <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] -->
957    <string name="auto_revoke_before_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps are unused</string>
958
959    <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] -->
960    <string name="auto_revoke_before_notification_content_one">Permissions will be removed to protect your privacy. Tap to review.</string>
961
962    <!-- Title for the unused app screen [CHAR LIMIT=30] -->
963    <string name="unused_apps_title">Unused apps</string>
964
965    <!-- Subtitle for the unused app screen, after permissions have been removed [CHAR LIMIT=none] -->
966    <string name="unused_apps_subtitle_after">Permissions removed from</string>
967
968    <!-- Subtitle for the unused app screen, before permissions have been removed [CHAR LIMIT=none] -->
969    <string name="unused_apps_subtitle_before">Permissions will be removed from</string>
970
971    <!-- Subtitle for an app with unused permissions, listing two permissions [CHAR LIMIT=none] -->
972    <string name="unused_permissions_subtitle_two"><xliff:g id="perm_name" example="Location">%1$s</xliff:g> and <xliff:g id="perm_name" example="Contacts">%2$s</xliff:g></string>
973
974    <!-- Subtitle for an app with unused permissions, listing more than two permissions [CHAR LIMIT=none] -->
975    <string name="unused_permissions_subtitle_many"><xliff:g id="perm_name" example="Location">%1$s</xliff:g>, <xliff:g id="perm_name" example="Contacts">%2$s</xliff:g>, and <xliff:g id="number_of_permissions" example="4">%3$s</xliff:g> more</string>
976
977    <!-- Summary explaining that permissions for unused apps have be removed [CHAR LIMIT=none] -->
978    <string name="unused_app_permissions_removed_summary">To protect your data, permissions have been removed from apps that you haven\u2019t used in a few months</string>
979
980    <!-- Summary explaining that permissions for unused apps have be removed. Has "some apps", instead of "apps" [CHAR LIMIT=none] -->
981    <string name="unused_app_permissions_removed_summary_some">To protect your data, permissions have been removed from some apps that you haven\u2019t used in a few months</string>
982
983    <!-- Summary listing that one app is unused [CHAR LIMIT=none] -->
984    <string name="one_unused_app_summary">1 app hasen\u2019t been used for a few months</string>
985
986    <!-- Summary listing how many apps are unused [CHAR LIMIT=none] -->
987    <string name="num_unused_apps_summary"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps haven\u2019t been used for a few months</string>
988
989    <!-- Subtitle for the preference that is currently granted only when the app is in the foreground. [CHAR LIMIT=60] -->
990    <string name="permission_subtitle_only_in_foreground">Only while app is in use</string>
991
992    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=60] -->
993    <string name="permission_subtitle_media_only">Media</string>
994
995    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=60] -->
996    <string name="permission_subtitle_all_files">All Files</string>
997
998    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=60] -->
999    <string name="permission_subtitle_background">Allowed all the time</string>
1000
1001    <!-- Summary for showing the last access text for sensor data permissions for today [CHAR LIMIT=70] -->
1002    <string name="app_perms_24h_access">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
1003
1004    <!-- Summary for showing the last access text for sensor data permissions for yesterday [CHAR LIMIT=70] -->
1005    <string name="app_perms_24h_access_yest">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string>
1006
1007    <!-- Summary for showing the last access text for sensor data permissions for yesterday [CHAR LIMIT=70] -->
1008    <string name="app_perms_7d_access">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g></string>
1009
1010    <!-- Summary for showing the last access text for content provider permissions [CHAR LIMIT=70] -->
1011    <string name="app_perms_content_provider_24h">Accessed in past 24 hours</string>
1012
1013    <!-- Summary for showing the last access text for content provider permissions [CHAR LIMIT=70] -->
1014    <string name="app_perms_content_provider_7d">Accessed in past 7 days</string>
1015
1016    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] -->
1017    <string name="app_perms_24h_access_background">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Allowed all the time</string>
1018
1019    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] -->
1020    <string name="app_perms_24h_access_yest_background">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Allowed all the time</string>
1021
1022    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] -->
1023    <string name="app_perms_7d_access_background">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 Allowed all the time</string>
1024
1025    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] -->
1026    <string name="app_perms_content_provider_24h_background">Accessed in past 24 hours \u2022 Allowed all the time</string>
1027
1028    <!-- Subtitle for the preference that the permission is currently always granted. [CHAR LIMIT=70] -->
1029    <string name="app_perms_content_provider_7d_background">Accessed in past 7 days \u2022 Allowed all the time</string>
1030
1031    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] -->
1032    <string name="app_perms_24h_access_media_only">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Media</string>
1033
1034    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] -->
1035    <string name="app_perms_24h_access_yest_media_only">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 Media</string>
1036
1037    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] -->
1038    <string name="app_perms_7d_access_media_only">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 Media</string>
1039
1040    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] -->
1041    <string name="app_perms_content_provider_24h_media_only">Accessed in past 24 hours \u2022 Media</string>
1042
1043    <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=70] -->
1044    <string name="app_perms_content_provider_7d_media_only">Accessed in past 7 days \u2022 Media</string>
1045
1046    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] -->
1047    <string name="app_perms_24h_access_all_files">Last accessed <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 All Files</string>
1048
1049    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] -->
1050    <string name="app_perms_24h_access_yest_all_files">Last accessed yesterday at <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g> \u2022 All Files</string>
1051
1052    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] -->
1053    <string name="app_perms_7d_access_all_files">Last accessed <xliff:g id="time_date" example="Jan 3">%1$s</xliff:g> at <xliff:g id="time_date" example="12:42 PM">%2$s</xliff:g> \u2022 All Files</string>
1054
1055    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] -->
1056    <string name="app_perms_content_provider_24h_all_files">Accessed in past 24 hours \u2022 All Files</string>
1057
1058    <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=70] -->
1059    <string name="app_perms_content_provider_7d_all_files">Accessed in past 7 days \u2022 All Files</string>
1060
1061    <!-- Label when app has been granted no permissions [CHAR LIMIT=none] -->
1062    <string name="no_permissions_allowed">No permissions allowed</string>
1063
1064    <!-- Label when app has been denied no permissions [CHAR LIMIT=none] -->
1065    <string name="no_permissions_denied">No permissions denied</string>
1066
1067    <!-- Label when no apps have been granted a given permission [CHAR LIMIT=none] -->
1068    <string name="no_apps_allowed">No apps allowed</string>
1069
1070    <!-- Label when no apps have ben granted storage access to all files on a devie [CHAR LIMIT=none] -->
1071    <string name="no_apps_allowed_full">No apps allowed for all files</string>
1072
1073    <!-- Label when no apps have been granted storage access to media files on a device [CHAR LIMIT=none] -->
1074    <string name="no_apps_allowed_scoped">No apps allowed for media only</string>
1075
1076    <!-- Label when no apps have been denied a given permission [CHAR LIMIT=none] -->
1077    <string name="no_apps_denied">No apps denied</string>
1078
1079    <!-- Label for the selected permission state for a given permission and application [CHAR LIMIT=30] -->
1080    <string name="car_permission_selected">Selected</string>
1081
1082    <!-- Label for button that opens up the Settings [CHAR LIMIT=20] -->
1083    <string name="settings">Settings</string>
1084
1085    <!-- Title for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] -->
1086    <string name="accessibility_service_dialog_title_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> has full access to your device</string>
1087
1088    <!-- Title for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] -->
1089    <string name="accessibility_service_dialog_title_multiple"><xliff:g id="num_services" example="2">%s</xliff:g> accessibility apps have full access to your device</string>
1090
1091    <!-- Text for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] -->
1092    <string name="accessibility_service_dialog_bottom_text_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> can view your screen, actions, and inputs, perform actions, and control the display.</string>
1093
1094    <!-- Text for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] -->
1095    <string name="accessibility_service_dialog_bottom_text_multiple">These apps can view your screen, actions, and inputs, perform actions, and control the display.</string>
1096
1097    <!-- Label for the assistant role. [CHAR LIMIT=30] -->
1098    <string name="role_assistant_label">Default digital assistant app</string>
1099    <!-- Short label for the assistant role. [CHAR LIMIT=30] -->
1100    <string name="role_assistant_short_label">Digital assistant app</string>
1101    <!-- Description for the assistant role. [CHAR LIMIT=NONE] -->
1102    <string name="role_assistant_description">Assist apps can help you based on information from the screen you\u2019re viewing. Some apps support both launcher and voice input services to give you integrated assistance.</string>
1103
1104    <!-- Label for the browser role. [CHAR LIMIT=30] -->
1105    <string name="role_browser_label">Default browser app</string>
1106    <!-- Short label for the browser role. [CHAR LIMIT=30] -->
1107    <string name="role_browser_short_label">Browser app</string>
1108    <!-- Description for the browser role. [CHAR LIMIT=NONE] -->
1109    <string name="role_browser_description">Apps that give you access to the internet and display links that you tap</string>
1110    <!-- Template for the title when an app requests to become the default browser app. [CHAR LIMIT=100] -->
1111    <string name="role_browser_request_title">Set <xliff:g id="app_name" example="Super Browser">%1$s</xliff:g> as your default browser app?</string>
1112    <!-- Description when an app requests to become the default browser app. [CHAR LIMIT=60] -->
1113    <string name="role_browser_request_description">No permissions needed</string>
1114
1115    <!-- Label for the dialer role. [CHAR LIMIT=30] -->
1116    <string name="role_dialer_label">Default phone app</string>
1117    <!-- Short label for the dialer role. [CHAR LIMIT=30] -->
1118    <string name="role_dialer_short_label">Phone app</string>
1119    <!-- Description for the dialer role. [CHAR LIMIT=NONE] -->
1120    <string name="role_dialer_description">Apps that allow you to make and receive telephone calls on your device</string>
1121    <!-- Template for the title when an app requests to become the default dialer app. [CHAR LIMIT=100] -->
1122    <string name="role_dialer_request_title">Set <xliff:g id="app_name" example="Super Phone">%1$s</xliff:g> as your default phone app?</string>
1123    <!-- Description when an app requests to become the default dialer app. [CHAR LIMIT=NONE] -->
1124    <string name="role_dialer_request_description">This app will be given access to your Camera, Contacts, Microphone, Phone, and SMS</string>
1125    <!-- Search keywords for the dialer role. [CHAR LIMIT=NONE] -->
1126    <string name="role_dialer_search_keywords">dialer</string>
1127
1128    <!-- Label for the SMS role. [CHAR LIMIT=30] -->
1129    <string name="role_sms_label">Default SMS app</string>
1130    <!-- Short label for the SMS role. [CHAR LIMIT=30] -->
1131    <string name="role_sms_short_label">SMS app</string>
1132    <!-- Description for the SMS role. [CHAR LIMIT=NONE] -->
1133    <string name="role_sms_description">Apps that allow you to use your phone number to send and receive short text messages, photos, videos, and more</string>
1134    <!-- Template for the title when an app requests to become the default SMS app. [CHAR LIMIT=100] -->
1135    <string name="role_sms_request_title">Set <xliff:g id="app_name" example="Super SMS">%1$s</xliff:g> as your default SMS app?</string>
1136    <!-- Description when an app requests to become the default SMS app. [CHAR LIMIT=NONE] -->
1137    <string name="role_sms_request_description">This app will be given access to your Camera, Contacts, Files and media, Microphone, Phone, and SMS</string>
1138    <!-- Search keywords for the SMS role. [CHAR LIMIT=NONE] -->
1139    <string name="role_sms_search_keywords">text message, texting, messages, messaging</string>
1140
1141    <!-- Label for the emergency role. [CHAR LIMIT=30] -->
1142    <string name="role_emergency_label">Default emergency app</string>
1143    <!-- Short label for the emergency role. [CHAR LIMIT=30] -->
1144    <string name="role_emergency_short_label">Emergency app</string>
1145    <!-- Description for the emergency role. [CHAR LIMIT=NONE] -->
1146    <string name="role_emergency_description">Apps that allow you to record your medical info and make it accessible to emergency responders; to get alerts about severe weather events and disasters; to notify others when you need help</string>
1147    <!-- Template for the title when an app requests to become the default emergency app. [CHAR LIMIT=100] -->
1148    <string name="role_emergency_request_title">Set <xliff:g id="app_name" example="Super Emergency">%1$s</xliff:g> as your default emergency app?</string>
1149    <!-- Description when an app requests to become the default emergency app. [CHAR LIMIT=60] -->
1150    <string name="role_emergency_request_description">No permissions needed</string>
1151    <!-- Search keywords for the emergency role. The word "ICE" here is short for In Case of Emergency, not frozen water. [CHAR LIMIT=NONE] -->
1152    <string name="role_emergency_search_keywords">ice</string>
1153
1154    <!-- Label for the home role. [CHAR LIMIT=30] -->
1155    <string name="role_home_label">Default home app</string>
1156    <!-- Short label for the home role. [CHAR LIMIT=30] -->
1157    <string name="role_home_short_label">Home app</string>
1158    <!-- Description for the home role. [CHAR LIMIT=NONE] -->
1159    <string name="role_home_description">Apps, often called launchers, that replace the Home screens on your Android device and give you access to the contents and features of your device</string>
1160    <!-- Template for the title when an app requests to become the default home app. [CHAR LIMIT=100] -->
1161    <string name="role_home_request_title">Set <xliff:g id="app_name" example="Super Home">%1$s</xliff:g> as your default home app?</string>
1162    <!-- Description when an app requests to become the default home app. [CHAR LIMIT=60] -->
1163    <string name="role_home_request_description">No permissions needed</string>
1164    <!-- Search keywords for the home role. [CHAR LIMIT=NONE] -->
1165    <string name="role_home_search_keywords">launcher</string>
1166
1167    <!-- Label for the call redirection role. [CHAR LIMIT=30] -->
1168    <string name="role_call_redirection_label">Default call redirecting app</string>
1169    <!-- Short label for the call redirection role. [CHAR LIMIT=30] -->
1170    <string name="role_call_redirection_short_label">Call redirecting app</string>
1171    <!-- Description for the call redirection role. [CHAR LIMIT=NONE] -->
1172    <string name="role_call_redirection_description">Apps that allow you to forward outgoing calls to another phone number</string>
1173    <!-- Template for the title when an app requests to become the default call redirection app. [CHAR LIMIT=100] -->
1174    <string name="role_call_redirection_request_title">Set <xliff:g id="app_name" example="Super Call Redirection">%1$s</xliff:g> as your default call redirection app?</string>
1175    <!-- Description when an app requests to become the default call redirection app. [CHAR LIMIT=60] -->
1176    <string name="role_call_redirection_request_description">No permissions needed</string>
1177
1178    <!-- Label for the call screening role. [CHAR LIMIT=45] -->
1179    <string name="role_call_screening_label">Default caller ID &amp; spam app</string>
1180    <!-- Short label for the call screening role. [CHAR LIMIT=30] -->
1181    <string name="role_call_screening_short_label">Caller ID &amp; spam app</string>
1182    <!-- Description for the call screening role. [CHAR LIMIT=NONE] -->
1183    <string name="role_call_screening_description">Apps that allow you to identify calls and block spam, robocalls, or unwanted numbers</string>
1184    <!-- Template for the title when an app requests to become the default call screening app. [CHAR LIMIT=100] -->
1185    <string name="role_call_screening_request_title">Set <xliff:g id="app_name" example="Super Call Screening">%1$s</xliff:g> as your default caller ID &amp; spam app?</string>
1186    <!-- Description when an app requests to become the default call screening app. [CHAR LIMIT=60] -->
1187    <string name="role_call_screening_request_description">No permissions needed</string>
1188
1189    <!-- Label for the automotive navigation role. [CHAR LIMIT=45] -->
1190    <string name="role_automotive_navigation_label">Default navigation app</string>
1191    <!-- Short label for the automotive navigation role. [CHAR LIMIT=30] -->
1192    <string name="role_automotive_navigation_short_label">Navigation app</string>
1193    <!-- Description for the automotive navigation role. [CHAR LIMIT=NONE] -->
1194    <string name="role_automotive_navigation_description">Apps that can provide point-of-interest search and turn-by-turn navigation guidance</string>
1195    <!-- Template for the title when an app requests to become the default automotive navigation app. [CHAR LIMIT=100] -->
1196    <string name="role_automotive_navigation_request_title">Set <xliff:g id="app_name" example="Super Navigation">%1$s</xliff:g> as your default navigation app?</string>
1197    <!-- Description when an app requests to become the default automotive navigation app. [CHAR LIMIT=60] -->
1198    <string name="role_automotive_navigation_request_description">No permissions needed</string>
1199
1200    <!-- Description for the watch profile role. [CHAR LIMIT=NONE] -->
1201    <string name="role_watch_description"><xliff:g id="app_name" example="Wear">%1$s</xliff:g> will be allowed to interact with your notifications and access your Phone, SMS, Contacts and Calendar permissions.</string>
1202
1203    <!-- Description for the app streaming profile role. [CHAR LIMIT=NONE] -->
1204    <string name="role_app_streaming_description"><xliff:g id="app_name" example="Cross-Device Communciation">%1$s</xliff:g> will be allowed to interact with your notifications and stream your apps to the connected device.</string>
1205
1206    <!-- Description for the companion device computer profile role. [CHAR LIMIT=NONE] -->
1207    <string name="role_companion_device_computer_description">This service shares your photos, media, and notifications from your phone to other devices.</string>
1208
1209    <!-- Label for the NOTES role. [CHAR LIMIT=30] -->
1210    <string name="role_notes_label">Default notes app</string>
1211    <!-- Short label for the NOTES role. [CHAR LIMIT=30] -->
1212    <string name="role_notes_short_label">Notes app</string>
1213    <!-- Description for the NOTES role. [CHAR LIMIT=NONE] -->
1214    <string name="role_notes_description">Apps that allow you to take notes on your device</string>
1215    <!-- Search keywords for the NOTES role. [CHAR LIMIT=NONE] -->
1216    <string name="role_notes_search_keywords">notes</string>
1217
1218    <!-- Subtitle for the application that is the current default application [CHAR LIMIT=30] -->
1219    <string name="request_role_current_default">Current default</string>
1220
1221    <!-- Label for the checkbox to always deny a role request from an application from now on [CHAR LIMIT=30] -->
1222    <string name="request_role_dont_ask_again">Don\u2019t ask again</string>
1223
1224    <!-- Label for the button to set an application as the default application [CHAR LIMIT=20] -->
1225    <string name="request_role_set_as_default">Set as default</string>
1226
1227    <!-- Message telling the user that a phone call is currently using the microphone [CHAR LIMIT=none] -->
1228    <string name="phone_call_uses_microphone">Microphone is used in &lt;b>phone call&lt;/b></string>
1229    <!-- Message telling the user that a phone call is currently using the microphone and the camera [CHAR LIMIT=none] -->
1230    <string name="phone_call_uses_microphone_and_camera">Camera and Microphone are used in &lt;b>video call&lt;/b></string>
1231    <!-- Message telling the user that a phone call is currently using the camera [CHAR LIMIT=none] -->
1232    <string name="phone_call_uses_camera">Camera is used in &lt;b>video call&lt;/b></string>
1233
1234    <!-- Message telling the user that a system service is currently using the microphone [CHAR LIMIT=none] -->
1235    <string name="system_uses_microphone">Microphone is accessed using system service</string>
1236    <!-- Message telling the user that a system service is currently using the microphone and the camera [CHAR LIMIT=none] -->
1237    <string name="system_uses_microphone_and_camera">Camera and Microphone are accessed using system service</string>
1238    <!-- Message telling the user that a system service is currently using the camera [CHAR LIMIT=none] -->
1239    <string name="system_uses_camera">Camera is accessed using system service</string>
1240
1241    <!-- Line above a list of other apps and system service that are currently microphone or camera [CHAR LIMIT=60] -->
1242    <string name="other_use">Other use:</string>
1243
1244    <!-- Action for accepting the Ongoing usage dialog [CHAR LIMIT=10]-->
1245    <string name="ongoing_usage_dialog_ok">Got it</string>
1246
1247    <!-- Title for Ongoing usage dialog title when multiple apps are using app ops [CHAR LIMIT=NONE] -->
1248    <string name="ongoing_usage_dialog_title">Recent use of <xliff:g id="types_list" example="camera( and location)">%s</xliff:g></string>
1249
1250    <!-- Title for Ongoing usage dialog title when apps are using microphone [CHAR LIMIT=NONE] -->
1251    <string name="ongoing_usage_dialog_title_mic">Recent use of Microphone</string>
1252
1253    <!-- Title for Ongoing usage dialog title when apps are using camera [CHAR LIMIT=NONE] -->
1254    <string name="ongoing_usage_dialog_title_camera">Recent use of Camera</string>
1255
1256    <!-- Title for Ongoing usage dialog title when apps are using camera and microphone [CHAR LIMIT=NONE] -->
1257    <string name="ongoing_usage_dialog_title_mic_camera">Recent use of Microphone &amp; Camera</string>
1258
1259    <!-- Separator for permissions. Include spaces before and after if needed [CHAR LIMIT=10] -->
1260    <string name="ongoing_usage_dialog_separator">,\u0020</string>
1261
1262    <!-- Separator for permissions, before last type. Include spaces before and after if needed [CHAR LIMIT=10] -->
1263    <string name="ongoing_usage_dialog_last_separator">\u0020and\u0020</string>
1264
1265    <!-- Keyword in the Settings app's search functionality that can be used to find links to the default app management screens [CHAR LIMIT=none] -->
1266    <string name="default_app_search_keyword">default apps</string>
1267
1268    <!-- List of the two permission group names for microphone (android:string/permgrouplab_microphone) and camera (android:string/permgrouplab_camera) [CHAR LIMIT=60]-->
1269    <string name="permgroup_list_microphone_and_camera">Microphone &amp; Camera</string>
1270
1271    <!-- Accessibility label for button that opens a settings screen [CHAR LIMIT=NONE] -->
1272    <string name="settings_button">Settings</string>
1273
1274    <!-- Title for page of managing default apps. [CHAR LIMIT=30] -->
1275    <string name="default_apps">Default apps</string>
1276
1277    <!-- Help URI, default apps [DO NOT TRANSLATE] -->
1278    <string name="help_uri_default_apps" translatable="false"></string>
1279
1280    <!-- Label when there is no default apps [CHAR LIMIT=30] -->
1281    <string name="no_default_apps">No default apps</string>
1282
1283    <!-- Title for preference item that will open a screen to manage more default apps [CHAR LIMIT=30] -->
1284    <string name="default_apps_more">More defaults</string>
1285
1286    <!-- Title for preference item that will show the user's preferences for this app's priority for opening links to websites that it claims to support [CHAR LIMIT=30] -->
1287    <string name="default_apps_manage_domain_urls">Opening links</string>
1288
1289    <!-- Title for category of default apps for work [CHAR LIMIT=30] -->
1290    <string name="default_apps_for_work">Default for work</string>
1291
1292    <!-- Summary of a default app when there is no app set [CHAR LIMIT=60] -->
1293    <string name="default_app_none">None</string>
1294
1295    <!-- Label for a system default app [CHAR LIMIT=60] -->
1296    <string name="default_app_system_default">(System default)</string>
1297
1298    <!-- Label when there are no apps available for a default app [CHAR LIMIT=30] -->
1299    <string name="default_app_no_apps">No apps</string>
1300
1301    <!-- Label for the selected default app for default app [CHAR LIMIT=30] -->
1302    <string name="car_default_app_selected">Selected</string>
1303
1304    <!-- Label for the selected default app for default app when it has additional information to show [CHAR LIMIT=30] -->
1305    <string name="car_default_app_selected_with_info">Selected - <xliff:g id="additional_info" example="(System default)">%1$s</xliff:g></string>
1306
1307    <!-- Keyword in the Settings app's search functionality that can be used to find links to the special app access management screens [CHAR LIMIT=none] -->
1308    <string name="special_app_access_search_keyword">special app access</string>
1309
1310    <!-- Title for page of managing special app access. [CHAR LIMIT=30] -->
1311    <string name="special_app_access">Special app access</string>
1312
1313    <!-- Help URI, special app access [DO NOT TRANSLATE] -->
1314    <string name="help_uri_special_app_access" translatable="false"></string>
1315
1316    <!-- Label when there is no special app access [CHAR LIMIT=30] -->
1317    <string name="no_special_app_access">No special app access</string>
1318
1319    <!-- Label when there are no apps available for a special app access [CHAR LIMIT=30] -->
1320    <string name="special_app_access_no_apps">No apps</string>
1321
1322    <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] -->
1323    <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string>
1324
1325    <!-- Dialog message explaining that the app just selected by the user will not work after a reboot until the user enters their credentials, such as a PIN or password. [CHAR LIMIT=NONE] -->
1326    <string name="encryption_unaware_confirmation_message">Note: If you restart your device and have a screen lock set, this app can\u2019t start until you unlock your device.</string>
1327
1328    <!-- Dialog message warning about security implications of setting an assistant, displayed when the user selects an assistant. The assitant app here is a generic concept and can be any assistant app. [CHAR LIMIT=NONE] -->
1329    <string name="assistant_confirmation_message">The assistant will be able to read information about apps in use on your system, including information visible on your screen or accessible within the apps.</string>
1330
1331    <!-- Name for the notification channel for incident / bug report confirmation. Appears in
1332    Settings.
1333    [CHAR LIMIT=50] -->
1334    <string name="incident_report_channel_name">Share Debugging Data</string>
1335
1336    <!-- Title for notification shown when the user should confirm an incident / bug report.
1337    [CHAR LIMIT=60] -->
1338    <string name="incident_report_notification_title">Share detailed debugging data?</string>
1339
1340    <!-- Content for notification shown when the user should confirm an incident / bug report.
1341    [CHAR LIMIT=120] -->
1342    <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string>
1343
1344    <!-- Title for the incident / bug report confirmation dialog. [CHAR LIMIT=50] -->
1345    <string name="incident_report_dialog_title">Share debugging data?</string>
1346
1347    <!-- Title text for introduction to incident / bug report confirmation dialog.
1348    Following this text is a bulleted list of reasons that a bug is being collected (e.g. "bad
1349    battery life detected"). Please try to keep this as short as possible (<40 chars if possible).
1350    The dialog is getting full, but going over is ok if necessary.  [CHAR LIMIT=60] -->
1351    <string name="incident_report_dialog_intro">The system has detected a problem.</string>
1352
1353    <!-- Content for dialog shown when the user should confirm an incident / bug report.
1354    [CHAR LIMIT=none] -->
1355    <string name="incident_report_dialog_text">"<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is requesting to upload a bug report from this device taken on <xliff:g id="date" example="December 26, 2018">%2$s</xliff:g> at <xliff:g id="time" example="1:20 PM">%3$s</xliff:g>. Bug reports include personal information about your device or logged by apps, for example, user names, location data, device identifiers, and network information. Only share bug reports with people and apps you trust with this information.
1356
1357Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string>
1358
1359    <!-- Content for dialog shown when there was an error parsing the incident / bug report.
1360    [CHAR LIMIT=none] -->
1361    <string name="incident_report_error_dialog_text">"There was an error processing the bug report for <xliff:g id="app_name" example="Gmail">%1$s</xliff:g>. So sharing the detailed debugging data has been denied. Sorry for the interruption."</string>
1362
1363    <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]-->
1364    <string name="incident_report_dialog_allow_label">Allow</string>
1365
1366    <!-- Label for the button to NOT allow sharing of the report. [CHAR LIMIT=20] -->
1367    <string name="incident_report_dialog_deny_label">Deny</string>
1368
1369    <!-- Label for screen allowing the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] -->
1370    <string name="adjust_user_sensitive_title">Advanced settings</string>
1371
1372    <!-- Label for link to the screen allowing the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=30] -->
1373    <string name="menu_adjust_user_sensitive">Advanced settings</string>
1374
1375    <!-- Title for global switch that enables/disables the ability for the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] -->
1376    <string name="adjust_user_sensitive_globally_title">Show system app usage</string>
1377
1378    <!-- Subtitle for global switch that enables/disables the ability for the user to force certain apps to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=none] -->
1379    <string name="adjust_user_sensitive_globally_summary">Show system app use of permissions in status bar, dashboard \u0026 elsewhere</string>
1380
1381    <!-- Header above the per app switches that enables/disables the ability for the user to force the app to always be shown in permission controller settings ui instead of being hidden behind "system app" menu. [CHAR LIMIT=60] -->
1382    <string name="adjust_user_sensitive_per_app_header">Highlight usage for the following</string>
1383
1384    <!-- Title for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=60] -->
1385    <string name="assistant_record_audio_user_sensitive_title">Show assistant trigger detection</string>
1386
1387    <!-- Subtitle for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=none] -->
1388    <string name="assistant_record_audio_user_sensitive_summary">Show icon in status bar when microphone is used to activate voice assistant</string>
1389
1390    <!-- Message shown to the user when the apps requests permission from this group. Shows in the isolated storage case. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1391    <string name="permgrouprequest_storage_isolated">Allow
1392        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access photos and media on your device?</string>
1393
1394    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1395    <string name="permgrouprequest_contacts">Allow
1396        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your contacts?</string>
1397
1398    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1399    <string name="permgrouprequest_location">Allow
1400        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\u2019s location?</string>
1401    <!-- Subtitle of the message shown to the user when the apps requests permission to use the location only while app is in foreground [CHAR LIMIT=150]-->
1402    <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app</string>
1403    <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1404    <string name="permgroupbackgroundrequest_location">Allow
1405        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\u2019s location?</string>
1406    <!-- Subtitle of the message shown to the user when the apps requests permission to use the location while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1407    <string name="permgroupbackgroundrequestdetail_location">This app may want to access your location all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1408    <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1409    <string name="permgroupupgraderequest_location">Change location access for &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b>?</string>
1410    <!-- Subtitle of the message shown to the user when the apps requests permission to use the location while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1411    <string name="permgroupupgraderequestdetail_location">This app wants to access your location all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1412
1413    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1414    <string name="permgrouprequest_nearby_devices">Allow
1415        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to find, connect to, and determine the relative position of nearby devices?</string>
1416    <!-- Subtitle of the message shown to the user when the apps requests permission to discovery and connect to nearby devices while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1417    <string name="permgroupupgraderequestdetail_nearby_devices">Allow &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to find, connect to, and determine the relative position of nearby devices? <annotation id="link">Allow in settings.</annotation></string>
1418
1419    <!-- Message shown to the user when the app requests permission to upgrade to fine location [CHAR LIMIT=120] -->
1420    <string name="permgrouprequest_fineupgrade">Change <xliff:g id="app_name" example="Gmail">&lt;b&gt;%1$s&lt;/b&gt;</xliff:g>\u2019s location access from approximate to precise?</string>
1421    <!-- Message shown to the user when the app requests permission to use coarse location [CHAR LIMIT=120] -->
1422    <string name="permgrouprequest_coarselocation">Allow &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\u2019s approximate location?</string>
1423    <!-- Text for the FINE location image [CHAR LIMIT=20] -->
1424    <string name="permgrouprequest_finelocation_imagetext">Precise</string>
1425    <!-- Text for the COARSE location image [CHAR LIMIT=20] -->
1426    <string name="permgrouprequest_coarselocation_imagetext">Approximate</string>
1427
1428    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1429    <string name="permgrouprequest_calendar">Allow
1430        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your calendar?</string>
1431
1432    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1433    <string name="permgrouprequest_sms">Allow
1434        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to send and view SMS messages?</string>
1435
1436    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1437    <string name="permgrouprequest_storage">Allow
1438        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access photos, media, and files on your device?</string>
1439
1440    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1441    <string name="permgrouprequest_storage_q_to_s">Allow
1442        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access &lt;b>photos, videos, music, and audio&lt;/b> on this device?</string>
1443
1444    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1445    <string name="permgrouprequest_storage_pre_q">Allow
1446        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access &lt;b>photos, videos, music, audio, and other files&lt;/b> on this device?</string>
1447
1448    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1449    <string name="permgrouprequest_read_media_aural">Allow &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access music and audio on this device?</string>
1450
1451    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1452    <string name="permgrouprequest_read_media_visual">Allow &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access photos and videos on this device?</string>
1453
1454    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1455    <string name="permgrouprequest_more_photos">Allow
1456        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access more photos and videos on this device?</string>
1457
1458    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1459    <string name="permgrouprequest_microphone">Allow
1460        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to record audio?</string>
1461    <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone only while app is in foreground [CHAR LIMIT=150]-->
1462    <string name="permgrouprequestdetail_microphone">The app will only be able to record audio while you\u2019re using the app</string>
1463    <!-- Message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1464    <string name="permgroupbackgroundrequest_microphone">Allow
1465        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to record audio?</string>
1466    <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1467    <string name="permgroupbackgroundrequestdetail_microphone">This app may want to record audio all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1468    <!-- Message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1469    <string name="permgroupupgraderequest_microphone">Change microphone access for &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b>?</string>
1470    <!-- Subtitle of the message shown to the user when the apps requests permission to use the microphone while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1471    <string name="permgroupupgraderequestdetail_microphone">This app wants to record audio all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1472
1473    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1474    <string name="permgrouprequest_activityRecognition">Allow
1475        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your physical activity?</string>
1476
1477    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1478    <string name="permgrouprequest_camera">Allow
1479        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to take pictures and record video?</string>
1480    <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera only while app is in foreground [CHAR LIMIT=150]-->
1481    <string name="permgrouprequestdetail_camera">The app will only be able to take pictures and record video while you\u2019re using the app</string>
1482    <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1483    <string name="permgroupbackgroundrequest_camera">Allow
1484        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to take pictures and record video?</string>
1485    <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1486    <string name="permgroupbackgroundrequestdetail_camera">This app may want to take pictures and record video all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1487    <!-- Message shown to the user when the apps requests permission to use the camera while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1488    <string name="permgroupupgraderequest_camera">Change camera access for &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b>?</string>
1489    <!-- Subtitle of the message shown to the user when the apps requests permission to use the camera while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=150] -->
1490    <string name="permgroupupgraderequestdetail_camera">This app wants to take pictures and record video all the time, even when you\u2019re not using the app. <annotation id="link">Allow in settings.</annotation></string>
1491
1492    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1493    <string name="permgrouprequest_calllog">Allow
1494        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access your phone call logs?</string>
1495
1496    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1497    <string name="permgrouprequest_phone">Allow
1498        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to make and manage phone calls?</string>
1499
1500    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1501    <string name="permgrouprequest_sensors">Allow
1502        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access sensor data about your vital signs?</string>
1503
1504    <!-- Subtitle of the message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=NONE] -->
1505    <string name="permgroupupgraderequestdetail_sensors">This app wants to access sensor data about your vital signs all the time, even when you\u2019re not using the app. To make this change, <annotation id="link">go to settings.</annotation></string>
1506    <!-- Message shown to the user when the apps requests permission to use the bosy sensors while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1507    <string name="permgroupbackgroundrequest_sensors">Allow
1508        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access the sensor data about your vital signs?</string>
1509    <!-- Subtitle of the message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background. Try to keep the link annotation at the end of the string [CHAR LIMIT=NONE] -->
1510    <string name="permgroupbackgroundrequestdetail_sensors">To let this app access body sensor data all the time, even when you\u2019re not using the app, <annotation id="link">go to settings.</annotation></string>
1511    <!-- Message shown to the user when the apps requests permission to use the body sensors while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1512    <string name="permgroupupgraderequest_sensors">Keep allowing &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access body sensor data while app is in use?</string>
1513
1514    <!-- Message shown to the user when the apps requests permission from this group. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
1515    <string name="permgrouprequest_notifications">Allow
1516        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to send you notifications?</string>
1517
1518    <!-- Notification shown to the user when location permissions are auto-granted by admin policy. These are for when the admin is forcing the permission and the user cannot control it. [CHAR LIMIT=120]-->
1519    <string name="auto_granted_permissions">Controlled permissions</string>
1520    <!-- Title of the notification [CHAR LIMIT=120]-->
1521    <string name="auto_granted_location_permission_notification_title"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> has location access</string>
1522    <!-- Body of the notification, that does not include the app name and is specific to location permissions. [CHAR LIMIT=120]-->
1523    <string name="auto_granted_permission_notification_body">Your organization allows <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> to access your location</string>
1524
1525    <!-- The title of (and the button label for a link to) the screen that lists permissions that aren't considered the most relevant to the user at the moment, and thus did not make to the "main" screen. [CHAR LIMIT=80] -->
1526    <string name="other_permissions_label">Other permissions</string>
1527
1528    <!-- Title for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=80] -->
1529    <string name="not_used_permissions_label">Permission used by the system</string>
1530    <!-- Subtitle for a list of permissions that are not requested by any of the installed applications. [CHAR LIMIT=none] -->
1531    <string name="not_used_permissions_description">Permissions used only by the system applications.</string>
1532
1533    <!-- Title for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=80] -->
1534    <string name="additional_permissions_label">Additional permissions</string>
1535    <!-- Subtitle for a list of "custom" permissions (defined by applications, not the platform). [CHAR LIMIT=none] -->
1536    <string name="additional_permissions_description">Permissions defined by applications.</string>
1537
1538    <!-- Permission label for camera. [CHAR LIMIT=20] -->
1539    <string name="privdash_label_camera">Camera</string>
1540    <!-- Permission label for microphone. [CHAR LIMIT=20] -->
1541    <string name="privdash_label_microphone">Microphone</string>
1542    <!-- Permission label for location. [CHAR LIMIT=20] -->
1543    <string name="privdash_label_location">Location</string>
1544    <!-- Permission label for "other" (not camera, microphone, or location). [CHAR LIMIT=20] -->
1545    <string name="privdash_label_other">Other</string>
1546    <!-- Permission label for "none" (not anything). [CHAR LIMIT=20] -->
1547    <string name="privdash_label_none">None</string>
1548    <!-- Label that describes a "past 24 hours" time window, prefer two lines. [CHAR LIMIT=20] -->
1549    <string name="privdash_label_24h">Past\n24 hours</string>
1550    <!-- Label that describes a "past 7 days" time window, prefer two lines. [CHAR LIMIT=20] -->
1551    <string name="privdash_label_7d">Past\n7 days</string>
1552
1553    <!-- Info label for status bar indicator permissions (Mic and Camera) for apps holding special exempted roles. [CHAR LIMIT=none] -->
1554    <string name="exempt_mic_camera_info_label"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is protected by Android. Because your data is processed on this device, this app’s permission usage isn’t shown on the status bar or your privacy dashboard. </string>
1555    <!-- Info label for permissions for apps holding special exempted roles. [CHAR LIMIT=none] -->
1556    <string name="exempt_info_label"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is protected by Android. Because your data is processed on this device, this app’s permission usage isn’t shown on your privacy dashboard. </string>
1557
1558    <!-- Info label for the warning banner title if camera is blocked [CHAR LIMIT=none] -->
1559    <string name="blocked_camera_title">Device camera is blocked</string>
1560    <!-- Info label for the warning banner title if microphone is blocked [CHAR LIMIT=none] -->
1561    <string name="blocked_microphone_title">Device microphone is blocked</string>
1562    <!-- Info label for the warning banner title if location is off [CHAR LIMIT=none] -->
1563    <string name="blocked_location_title">Device location is off</string>
1564    <!-- Info label to display that the sensor is blocked for apps and services [CHAR LIMIT=none] -->
1565    <string name="blocked_sensor_summary">For apps and services</string>
1566    <!-- Info label to display that the mic is blocked for apps and services [CHAR LIMIT=none] -->
1567    <string name="blocked_mic_summary">Microphone data may still be shared when you call an emergency number.</string>
1568    <!-- Label for the button to change the sensor status  [CHAR LIMIT=none] -->
1569    <string name="blocked_sensor_button_label">Change</string>
1570
1571    <!-- Title for page containing overall view of device safety status [CHAR LIMIT=30] -->
1572    <string name="safety_center_dashboard_page_title">Security &amp; privacy</string>
1573    <!-- Label for the button that triggers a new scan for safety center data [CHAR LIMIT=60] -->
1574    <string name="safety_center_rescan_button">Scan device</string>
1575    <!-- Content description for the button dismisses a safety center issue [CHAR LIMIT=NONE] -->
1576    <string name="safety_center_issue_card_dismiss_button">Dismiss</string>
1577    <!-- Title for a dialog confirming if a user wants to dismiss a safety center issue [CHAR LIMIT=NONE] -->
1578    <string name="safety_center_issue_card_dismiss_confirmation_title">Dismiss this alert?</string>
1579    <!-- Message for a dialog confirming if a user wants to dismiss a safety center issue [CHAR LIMIT=NONE] -->
1580    <string name="safety_center_issue_card_dismiss_confirmation_message">Review your security and privacy settings any time to add more protection</string>
1581    <!-- Label for a button to dismiss a safety center issue in a confirmation dialog [CHAR LIMIT=30] -->
1582    <string name="safety_center_issue_card_confirm_dismiss_button">Dismiss</string>
1583    <!-- Label for a button to cancel dismissing a safety center issue in a confirmation dialog [CHAR LIMIT=30] -->
1584    <string name="safety_center_issue_card_cancel_dismiss_button">Cancel</string>
1585    <!-- Title for a section that contains security and privacy related settings on the Security and Privacy page [CHAR LIMIT=60] -->
1586    <string name="safety_center_entries_category_title">Settings</string>
1587    <!-- Content description for the safety status preference title and summary in the Safety Center [CHAR LIMIT=NONE]-->
1588    <string name="safety_status_preference_title_and_summary_content_description">Security and privacy status. <xliff:g id="overall safety status" example="Looks Good">%1$s</xliff:g>. <xliff:g id="summary of device status" example="This device is up to date">%2$s</xliff:g></string>
1589    <!-- Label for the button that takes the user to the settings page for Android Security  [CHAR LIMIT=60] -->
1590    <string name="security_settings">Security Settings</string>
1591    <!-- Label for the permission usage section of safety center QS page[CHAR LIMIT=30] -->
1592    <string name="sensor_permissions_qs">Permissions</string>
1593    <!-- Title of the safety and privacy quick settings tile [CHAR LIMIT=NONE] -->
1594    <string name="safety_privacy_qs_tile_title">Security &amp; privacy</string>
1595    <!-- Subtitle of the safety and privacy quick settings tile [CHAR LIMIT=NONE] -->
1596    <string name="safety_privacy_qs_tile_subtitle">Check status</string>
1597    <!-- Label for the privacy controls section of safety center QS page [CHAR LIMIT=30] -->
1598    <string name="privacy_controls_qs">Your privacy controls</string>
1599    <!-- Label for the button that opens safety center in safety center QS page [CHAR LIMIT=30] -->
1600    <string name="security_settings_button_label_qs">More settings</string>
1601    <!-- Label for the toggle that changes camera access in safety center QS page [CHAR LIMIT=30] -->
1602    <string name="camera_toggle_label_qs">Camera access</string>
1603    <!-- Label for the toggle that changes microphone access in safety center QS page [CHAR LIMIT=30] -->
1604    <string name="microphone_toggle_label_qs">Mic access</string>
1605    <!-- Label when permissions were removed via safety center QS page [CHAR LIMIT=30] -->
1606    <string name="permissions_removed_qs">Permission removed</string>
1607    <!-- Label to see camera usage in safety center QS page [CHAR LIMIT=50] -->
1608    <string name="camera_usage_qs">See recent camera usage</string>
1609    <!-- Label to see microphone usage in safety center QS page [CHAR LIMIT=50] -->
1610    <string name="microphone_usage_qs">See recent mic usage</string>
1611    <!-- Label to remove camera permission for an app in safety center QS page [CHAR LIMIT=50] -->
1612    <string name="remove_camera_qs">Remove permission for this app</string>
1613    <!-- Label to remove microphone permission for an app in safety center QS page [CHAR LIMIT=50] -->
1614    <string name="remove_microphone_qs">Remove permission for this app</string>
1615    <!-- Label to manage service in safety center QS page [CHAR LIMIT=50] -->
1616    <string name="manage_service_qs">Manage service</string>
1617    <!-- Label to manage permissions in safety center QS page [CHAR LIMIT=50] -->
1618    <string name="manage_permissions_qs">Manage permissions</string>
1619    <!-- Label for active usage by phone call in safety center QS page [CHAR LIMIT=50] -->
1620    <string name="active_call_usage_qs">Being used by phone call</string>
1621    <!-- Label for recent usage by phone call in safety center QS page [CHAR LIMIT=50] -->
1622    <string name="recent_call_usage_qs">Recently used in phone call</string>
1623    <!-- Label for active app usage in safety center QS page [CHAR LIMIT=50] -->
1624    <string name="active_app_usage_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string>
1625    <!-- Label for recent app usage in safety center QS page [CHAR LIMIT=50] -->
1626    <string name="recent_app_usage_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string>
1627    <!-- Label for active app usage with sub-attribution or proxy label in safety center QS page [CHAR LIMIT=NONE] -->
1628    <string name="active_app_usage_1_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string>
1629    <!-- Label for recent app usage with sub-attribution or proxy label in safety center QS page [CHAR LIMIT=NONE] -->
1630    <string name="recent_app_usage_1_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string>
1631    <!-- Label for active app usage with sub-attribution and proxy label in safety center QS page [CHAR LIMIT=NONE] -->
1632    <string name="active_app_usage_2_qs">Being used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>  \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string>
1633    <!-- Label for recent app usage with sub-attribution and proxy label in safety center QS page [CHAR LIMIT=NONE] -->
1634    <string name="recent_app_usage_2_qs">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>  \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string>
1635
1636    <!-- Positive button for media confirm dialog [CHAR LIMIT=40] -->
1637    <string name="media_confirm_dialog_positive_button">Confirm</string>
1638    <!-- Negative button for media confirm dialog [CHAR LIMIT=40] -->
1639    <string name="media_confirm_dialog_negative_button">Back</string>
1640    <!-- Title for media confirm dialog (when user allows aural group of pre-q app) [CHAR LIMIT=NONE] -->
1641    <string name="media_confirm_dialog_title_a_to_p_aural_allow">Access to other files will also be allowed</string>
1642    <!-- Title for media confirm dialog (when user denies aural group of pre-q app) [CHAR LIMIT=NONE] -->
1643    <string name="media_confirm_dialog_title_a_to_p_aural_deny">Access to other files also won\u2019t be allowed</string>
1644    <!-- Title for media confirm dialog (when user allows visual group of pre-q app) [CHAR LIMIT=NONE] -->
1645    <string name="media_confirm_dialog_title_a_to_p_visual_allow">Access to other files will also be allowed</string>
1646    <!-- Title for media confirm dialog (when user denies visual group of pre-q app) [CHAR LIMIT=NONE] -->
1647    <string name="media_confirm_dialog_title_a_to_p_visual_deny">Access to other files also won\u2019t be allowed</string>
1648    <!-- Title for media confirm dialog (when user allows aural group of q_to_s app) [CHAR LIMIT=NONE] -->
1649    <string name="media_confirm_dialog_title_q_to_s_aural_allow">Access to photos and videos will also be allowed</string>
1650    <!-- Title for media confirm dialog (when user denies aural group of q_to_s app) [CHAR LIMIT=NONE] -->
1651    <string name="media_confirm_dialog_title_q_to_s_aural_deny">Access to photos and videos also won\u2019t be allowed</string>
1652    <!-- Title for media confirm dialog (when user allows visual group of q_to_s app) [CHAR LIMIT=NONE] -->
1653    <string name="media_confirm_dialog_title_q_to_s_visual_allow">Access to music and audio files will also be allowed</string>
1654    <!-- Title for media confirm dialog (when user denies visual group of q_to_s app) [CHAR LIMIT=NONE] -->
1655    <string name="media_confirm_dialog_title_q_to_s_visual_deny">Access to music and audio files also won\u2019t be allowed</string>
1656    <!-- Message for media confirm dialog (when user allows aural group of pre-q app) [CHAR LIMIT=NONE] -->
1657    <string name="media_confirm_dialog_message_a_to_p_aural_allow">This app doesn\u2019t support the latest version of Android. If this app can access music and audio files, it will also be allowed to access photos, videos, and other files.</string>
1658    <!-- Message for media confirm dialog (when user denies aural group of pre-q app) [CHAR LIMIT=NONE] -->
1659    <string name="media_confirm_dialog_message_a_to_p_aural_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos, videos, and other files.</string>
1660    <!-- Message for media confirm dialog (when user allows visual group of pre-q app) [CHAR LIMIT=NONE] -->
1661    <string name="media_confirm_dialog_message_a_to_p_visual_allow">This app doesn\u2019t support the latest version of Android. If this app can access photos and videos, it will also be allowed to access music, audio, and other files.</string>
1662    <!-- Message for media confirm dialog (when user denies visual group of pre-q app) [CHAR LIMIT=NONE] -->
1663    <string name="media_confirm_dialog_message_a_to_p_visual_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access photos and videos, it also won\u2019t be allowed to access music, audio, other files.</string>
1664    <!-- Message for media confirm dialog (when user allows aural group of q_to_s app) [CHAR LIMIT=NONE] -->
1665    <string name="media_confirm_dialog_message_q_to_s_aural_allow">This app doesn\u2019t support the latest version of Android. If this app can access music and audio files, it will also be allowed to access photos and videos.</string>
1666    <!-- Message for media confirm dialog (when user denies aural group of q_to_s app) [CHAR LIMIT=NONE] -->
1667    <string name="media_confirm_dialog_message_q_to_s_aural_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos and videos.</string>
1668    <!-- Message for media confirm dialog (when user allows visual group of q_to_s app) [CHAR LIMIT=NONE] -->
1669    <string name="media_confirm_dialog_message_q_to_s_visual_allow">This app doesn\u2019t support the latest version of Android. If this app can access photos and videos, it will also be allowed to access music and audio files.</string>
1670    <!-- Message for media confirm dialog (when user denies visual group of q_to_s app) [CHAR LIMIT=NONE] -->
1671    <string name="media_confirm_dialog_message_q_to_s_visual_deny">This app doesn\u2019t support the latest version of Android. If this app can\u2019t access music and audio files, it also won\u2019t be allowed to access photos and videos.</string>
1672
1673    <!-- Title for background location access reminder notification [CHAR LIMIT=80] -->
1674    <string name="safety_center_background_location_access_notification_title">Review app with background location access</string>
1675    <!-- Content for background location access reminder notification [CHAR LIMIT=80]-->
1676    <string name="safety_center_background_location_access_reminder_notification_content"><xliff:g id="app_name" example="Gmail">%s</xliff:g> can always access your location, even when the app is closed</string>
1677    <!-- Title for background location access reminder warning card [CHAR LIMIT=80]-->
1678    <string name="safety_center_background_location_access_reminder_title">Review app with background location access</string>
1679    <!-- Content for background location access reminder warning card [CHAR LIMIT=NONE] -->
1680    <string name="safety_center_background_location_access_reminder_summary">This app can always access your location, even when it\u2019s closed.\u000a\u000aSome safety and emergency apps require access to your location in the background to work as intended.</string>
1681    <!-- Success message when background location access permission is changed [CHAR LIMIT=40]-->
1682    <string name="safety_center_background_location_access_revoked">Access changed</string>
1683    <!-- Label for button to view recent location access [CHAR LIMIT=60]-->
1684    <string name="safety_center_view_recent_location_access">See recent location usage</string>
1685
1686    <!-- Do not translate. config value for the camera toggle -->
1687    <string name="camera_toggle_enable_config">camera_toggle_enabled</string>
1688    <!-- Do not translate. config value for the mic toggle -->
1689    <string name="mic_toggle_enable_config">mic_toggle_enabled</string>
1690    <!-- Do not translate. config value for whether to show clipboard access notifications -->
1691    <string name="clipboard_show_access_notifications_config">clipboard_show_access_notifications</string>
1692    <!-- Do not translate. config value for the default state of the clipboard access notifications -->
1693    <string name="show_access_notifications_default_config">show_access_notifications</string>
1694
1695    <!-- Title of the Privacy controls page[CHAR LIMIT=NONE] -->
1696    <string name="privacy_controls_title">Privacy controls</string>
1697    <!-- Label for the camera use toggle [CHAR LIMIT=40] -->
1698    <string name="camera_toggle_title">Camera access</string>
1699    <!-- Label for the mic use toggle [CHAR LIMIT=40] -->
1700    <string name="mic_toggle_title">Microphone access</string>
1701    <!-- Describes what is affected by a permission toggle [CHAR LIMIT=NONE] -->
1702    <string name="perm_toggle_description">For apps and services</string>
1703    <!-- Describes what is affected by the mic toggle [CHAR LIMIT=NONE] -->
1704    <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>
1705    <!-- Subtitle for the link to location settings [CHAR LIMIT=NONE] -->
1706    <string name="location_settings_subtitle">See apps and services that have access to location</string>
1707    <!-- Title for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=50] -->
1708    <string name="show_clip_access_notification_title">Show clipboard access</string>
1709    <!-- Summary for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=NONE] -->
1710    <string name="show_clip_access_notification_summary">Show a message when apps access text, images, or other content you\u2019ve copied</string>
1711    <!-- Title for toggle controlling whether to show the first letter while typing passwords. [CHAR LIMIT=50]-->
1712    <string name="show_password_title">Show passwords</string>
1713    <!-- Summary for toggle controlling whether to show the first letter while typing passwords. [CHAR LIMIT=NONE] -->
1714    <string name="show_password_summary">Display characters briefly as you type</string>
1715
1716    <!-- Link for Safety Label Data Sharing help center page. [CHAR LIMIT=NONE]-->
1717    <string name="data_sharing_help_center_link" translatable="false"></string>
1718
1719    <!-- Permission Rationale - Start -->
1720
1721    <!-- Permission rationale message when an app requests a location permission. Third parties are
1722    other organizations outside of the app developer. These could be companies or even governmental
1723    organizations. But because we aren't able to be inclusive of all possibilities, phrasing should
1724    be as generic as possible while still helping users understand they aren't just sharing data
1725    with the developer company. [CHAR LIMIT=130] -->
1726    <string name="permission_rationale_message_location">This app stated it may share location data with third parties</string>
1727
1728    <!-- Title message shown for Permission Rationale dialog for Location permission [CHAR LIMIT=50] -->
1729    <string name="permission_rationale_location_title">Data sharing and location</string>
1730
1731    <!-- Title shown for Permission Rationale "where data sharing come from" section [CHAR LIMIT=70] -->
1732    <string name="permission_rationale_data_sharing_source_title">Where data sharing info comes from</string>
1733
1734    <!-- Message shown to the user letting them know that data usage information was provided by
1735     the developer to the device manufacturer." [CHAR LIMIT=200] -->
1736    <string name="permission_rationale_data_sharing_device_manufacturer_message">The developer provided info to this device\'s manufacturer about how this app shares data. The developer may update this info over time.</string>
1737
1738   <!-- Message shown to the user letting them know where data usage information came from which
1739    will map to app store labels/names." [CHAR LIMIT=200] -->
1740    <string name="permission_rationale_data_sharing_source_message">The developer provided info to <annotation id="link"><annotation id="install_source" example="App Store">%1$s</annotation></annotation> about how this app shares data. The developer may update this info over time.</string>
1741
1742    <!-- Title shown for Permission Rationale data sharing purposes section [CHAR LIMIT=50] -->
1743    <string name="permission_rationale_location_purpose_title">This app may share location data for:</string>
1744
1745    <!-- Message shown to the user letting them know that data will be shared and for which
1746    purposes. Purposes will be in bullet list form and are one or many of the following: "app
1747    functionality", "analytics", "developer communications", "advertising or marketing",
1748    "fraud prevention, security, and compliance", "personalization", "account management".
1749    [CHAR LIMIT=NONE] -->
1750    <string name="permission_rationale_purpose_message" translatable="false"><annotation id="purpose_list" example="purpose 1, purpose 2, purpose 3">%1$s</annotation></string>
1751
1752    <!-- Title shown for Permission Rationale "Data sharing varies" section [CHAR LIMIT=50] -->
1753    <string name="permission_rationale_permission_data_sharing_varies_title">Data sharing varies</string>
1754
1755    <!-- Message shown for Permission Rationale "Data sharing varies" section [CHAR LIMIT=200] -->
1756    <string name="permission_rationale_data_sharing_varies_message">Data practices may vary based on your app version, use, region, and age. <annotation id="link">More about data sharing</annotation></string>
1757
1758    <!-- Message shown for Permission Rationale "Data sharing varies" section, but without learn more link [CHAR LIMIT=200] -->
1759    <string name="permission_rationale_data_sharing_varies_message_without_link">Data practices may vary based on your app version, use, region, and age.</string>
1760
1761    <!-- Title shown for Permission Rationale location permission settings section [CHAR LIMIT=40] -->
1762    <string name="permission_rationale_location_settings_title">Your location data</string>
1763
1764    <!-- Message shown to the user letting them where to change permission settings in the future [CHAR LIMIT=100] -->
1765    <string name="permission_rationale_permission_settings_message">Change this app’s access in <annotation id="link">privacy settings</annotation></string>
1766
1767    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1768    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=30] -->
1769    <string name="permission_rationale_purpose_app_functionality">App functionality</string>
1770
1771    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1772    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=30] -->
1773    <string name="permission_rationale_purpose_analytics">Analytics</string>
1774
1775    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1776    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] -->
1777    <string name="permission_rationale_purpose_developer_communications">Developer communications</string>
1778
1779    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1780    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] -->
1781    <string name="permission_rationale_purpose_advertising">Advertising or marketing</string>
1782
1783    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1784    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=75] -->
1785    <string name="permission_rationale_purpose_fraud_prevention_security">Fraud prevention, security, and compliance</string>
1786
1787    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1788    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] -->
1789    <string name="permission_rationale_purpose_personalization">Personalization</string>
1790
1791    <!-- Permission usage purpose shown for Permission Rationale. This will be used with the
1792    permission_rationale_purpose_message string in for of bullet list. [CHAR LIMIT=50] -->
1793    <string name="permission_rationale_purpose_account_management">Account management</string>
1794
1795    <!-- Text for an app's permission rationale header [CHAR LIMIT=60]-->
1796    <string name="app_permission_rationale_message">Data safety</string>
1797
1798    <!-- Text for linking to an app's location permission rationale dialog. [CHAR LIMIT=60] -->
1799    <string name="app_location_permission_rationale_title">Location data may be shared</string>
1800
1801    <!-- Description for the app's location permission rationale dialog content. [CHAR LIMIT=130] -->
1802    <string name="app_location_permission_rationale_subtitle">This app stated it may share your location data with third parties</string>
1803
1804    <!-- Permission Rationale - End -->
1805
1806    <!-- Safety Label Change Notifications Start -->
1807
1808    <!-- Title for Data Sharing updates page, which displays updates from apps on their data sharing
1809     practices. Also used as the title for Data Sharing updates page entry point from Safety Center.
1810      [CHAR LIMIT=70] -->
1811    <string name="data_sharing_updates_title">Data sharing updates for location</string>
1812    <!-- Summary for Data Sharing updates page entry point in Safety Center. Clicking on the entry
1813    will navigate to Data Sharing updates page, which displays updates from apps on their data
1814    sharing practices. [CHAR LIMIT=130] -->
1815    <string name="data_sharing_updates_summary">Review apps that changed the way they may share your location data</string>
1816    <!-- Subtitle for Data Sharing updates page, which displays updates from apps on their data
1817     sharing practices. [CHAR LIMIT=320] -->
1818    <string name="data_sharing_updates_subtitle">These apps have changed the way they may share your location data. They may not have shared it before, or may now share it for advertising or marketing purposes.</string>
1819    <!-- Footer message for Data Sharing updates page, which displays updates from apps on their
1820     data sharing practices. [CHAR LIMIT=420] -->
1821    <string name="data_sharing_updates_footer_message">The developers of these apps provided info about their data sharing practices to an app store. They may update it over time.\n\nData sharing practices may vary based on your app version, use, region, and age.</string>
1822    <!-- Link for Data Sharing Help Center page, which will open a web page detailing what app data
1823     sharing policies mean. [CHAR LIMIT=60] -->
1824    <string name="learn_about_data_sharing">Learn about data sharing</string>
1825    <!-- Message indicating that an app now shares location data with third parties for the purpose
1826     of advertising, when it earlier did not share location data for the purpose of advertising, but
1827      did for other purposes. Third parties are other companies or organizations.
1828       [CHAR LIMIT=100] -->
1829    <string name="shares_location_with_third_parties">Your location data is now shared with third parties</string>
1830    <!-- Message indicating that an app now shares location data with third parties for the purpose
1831     of advertising, when it earlier did not. Third parties are other companies or organizations.
1832      [CHAR LIMIT=160] -->
1833    <string name="shares_location_with_third_parties_for_advertising">Your location data is now shared with third parties for advertising or marketing</string>
1834    <!-- Header for the number of updates in the last days. [CHAR LIMIT=40] -->
1835    <!-- TODO(b/261914980): Update with final strings for 0 and 1 case. -->
1836    <string name="updated_in_last_days">{count, plural,
1837        =0    {Updated within the last day}
1838        =1    {Updated within the last day}
1839        other {Updated within # days}
1840        }</string>
1841    <!-- Message indicating that no apps have provided recent updates. [CHAR LIMIT=100] -->
1842    <string name="no_updates_at_this_time">No updates at this time</string>
1843
1844    <!-- Notification title for safety label changes notification [CHAR LIMIT=70] -->
1845    <string name="safety_label_changes_notification_title">Data sharing updates</string>
1846    <!-- Notification description for safety label changes notification [CHAR LIMIT=120] -->
1847    <string name="safety_label_changes_notification_desc">Some apps changed the way they may share your location data</string>
1848
1849    <!-- Content description for the Gear icon -->
1850    <string name="safety_label_changes_gear_description">Settings</string>
1851
1852    <!-- Safety Label Change Notifications End -->
1853</resources>
1854