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 <!-- Button label for uninstall or disable actions [CHAR LIMIT=none] --> 34 <string name="uninstall_or_disable">Unintstall or disable</string> 35 36 <!-- [CHAR LIMIT=30] --> 37 <string name="app_not_found_dlg_title">App not found</string> 38 39 <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=15] --> 40 <string name="grant_dialog_button_deny">Deny</string> 41 42 <!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] --> 43 <string name="grant_dialog_button_deny_and_dont_ask_again">Deny \u0026 don\u2019t ask again</string> 44 45 <!-- Title for the dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] --> 46 <string name="grant_dialog_button_no_upgrade">Keep \u201cWhile the app is in use\u201d</string> 47 48 <!-- Title for the dialog button to deny a change from one-time to background permission grant. [CHAR LIMIT=60] --> 49 <string name="grant_dialog_button_no_upgrade_one_time">Keep \u201cOnly this time\u201d</string> 50 51 <!-- Title for the dialog button to get more info about a permission. [CHAR LIMIT=15] --> 52 <string name="grant_dialog_button_more_info">More info</string> 53 54 <!-- Title for the dialog button to deny a permission grant despite a warning of implications. [CHAR LIMIT=15] --> 55 <string name="grant_dialog_button_deny_anyway">Deny anyway</string> 56 57 <!-- Alternative dialog button to deny a permission, but phrased as dismissing the dialog. Currently only used in automotive. [CHAR LIMIT=20] --> 58 <string name="grant_dialog_button_dismiss">Dismiss</string> 59 60 <!-- Template for the current permission from the total number of permissions. [CHAR LIMIT=100] --> 61 <string name="current_permission_template"> 62 <xliff:g id="current_permission_index" example="1">%1$s</xliff:g> of 63 <xliff:g id="permission_count" example="2">%2$s</xliff:g></string> 64 65 <!-- Template for the warning message when an app requests a permission. [CHAR LIMIT=100] --> 66 <string name="permission_warning_template">Allow 67 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 68 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 69 70 <!-- Template for the warning message when an app requests the permission to access a 71 resource even while in the background (i.e. always). [CHAR LIMIT=100] --> 72 <string name="permission_add_background_warning_template">Always allow 73 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to 74 <xliff:g id="action" example="do something">%2$s</xliff:g>?</string> 75 76 <!-- Radio button shown for permissions that can be granted either only while the app is in 77 foreground or always. If this button is selected the app only gets the permission while in 78 foreground [CHAR LIMIT=50] --> 79 <string name="allow_permission_foreground_only">Only while using app</string> 80 81 <!-- Radio button shown for permissions that can be granted either only while the app is in 82 foreground or always. If this button is selected the app always gets the permission (while in 83 foreground _and_ while in background) [CHAR LIMIT=50] --> 84 <string name="allow_permission_always">Always</string> 85 86 <!-- Radio button shown for permissions that can be granted either only while the app is in 87 foreground or always. If this button is selected the app does not get the permission and the 88 permissions will always be denied from now on [CHAR LIMIT=50] --> 89 <string name="deny_permission_deny_and_dont_ask_again">Deny and don\u2019t ask again</string> 90 91 <!-- Template for the message how many permissions are disabled. [CHAR LIMIT=30] --> 92 <string name="permission_revoked_count"><xliff:g id="count" example="2">%1$d</xliff:g> disabled</string> 93 94 <!-- Message that all permissions are disabled. [CHAR LIMIT=30] --> 95 <string name="permission_revoked_all">all disabled</string> 96 97 <!-- Message that no permissions are disabled. [CHAR LIMIT=30] --> 98 <string name="permission_revoked_none">none disabled</string> 99 100 <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> 101 <string name="grant_dialog_button_allow">Allow</string> 102 103 <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 104 <string name="grant_dialog_button_allow_always">Allow all the time</string> 105 106 <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 107 <string name="grant_dialog_button_allow_foreground">While using the app</string> 108 109 <!-- Title for the dialog button to allow a permission grant temporarily in teh foreground. [CHAR LIMIT=60] --> 110 <string name="grant_dialog_button_allow_one_time">Only this time</string> 111 112 <!-- Title for the dialog button to allow a change from foreground to background permission grant. [CHAR LIMIT=60] --> 113 <string name="grant_dialog_button_allow_background">Allow all the time</string> 114 115 <!-- Title for the dialog button to allow a permission grant for all files. [CHAR LIMIT=60] --> 116 <string name="grant_dialog_button_allow_all_files">Allow management of all files</string> 117 118 <!-- Title for the dialog button to allow a permission grant for media files only. [CHAR LIMIT=60] --> 119 <string name="grant_dialog_button_allow_media_only">Allow access to media files</string> 120 121 <!-- Breadcrumb for page of managing application permissions [CHAR LIMIT=50] --> 122 <string name="app_permissions_breadcrumb">Apps</string> 123 124 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 125 <string name="app_permissions">App permissions</string> 126 127 <!-- Title for the page of manage unused apps [CHAR LIMIT=30] --> 128 <string name="unused_apps">Unused apps</string> 129 130 <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app --> 131 <string name="app_disable_dlg_positive">Disable app</string> 132 133 <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling apps --> 134 <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> 135 136 <!-- Title for page of managing application permissions [CHAR LIMIT=30] --> 137 <string name="app_permission_manager">Permission manager</string> 138 139 <!-- Checkbox that allows user to not be questioned about this permission 140 request again [CHAR LIMIT=30] --> 141 <string name="never_ask_again">Don\'t ask again</string> 142 143 <!-- Label when app requests no permissions [CHAR LIMIT=30] --> 144 <string name="no_permissions">No permissions</string> 145 146 <!-- Label for button that leads to more permissions [CHAR LIMIT=40] --> 147 <string name="additional_permissions">Additional permissions</string> 148 149 <!-- Accessibility label for button opening the app-info when clicked [CHAR LIMIT=none] --> 150 <string name="app_permissions_info_button_label">Open app info</string> 151 152 <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] --> 153 <plurals name="additional_permissions_more"> 154 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> more</item> 155 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> more</item> 156 </plurals> 157 158 <!-- Warning for turning off permissions on older apps [CHAR LIMIT=none] --> 159 <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> 160 161 <!-- The default description of a permission, i.e. what it does. [CHAR LIMIT=40] --> 162 <string name="default_permission_description">perform an unknown action</string> 163 164 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 165 <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> 166 167 <!-- Summary of number of apps currently granted a single permission [CHAR LIMIT=45] --> 168 <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> 169 170 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are shown --> 171 <string name="menu_show_system">Show system</string> 172 <!-- [CHAR LIMIT=NONE] Menu for manage permissions to control whether system apps are hidden --> 173 <string name="menu_hide_system">Hide system</string> 174 175 <!-- [CHAR LIMIT=NONE] Label when no apps requesting this permission --> 176 <string name="no_apps">No apps</string> 177 178 <!-- [CHAR LIMIT=30] Title of button that leads to location settings --> 179 <string name="location_settings">Location Settings</string> 180 181 <!-- [CHAR LIMIT=NONE] Warning about how this app cannot have location permission disabled --> 182 <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> 183 184 <!-- [CHAR LIMIT=NONE] Warning message when turning off permission for system apps --> 185 <string name="system_warning">If you deny this permission, basic features of your device may no longer function as intended.</string> 186 187 <!-- [CHAR LIMIT=NONE] Summary of a permission switch when it's enforced by policy --> 188 <string name="permission_summary_enforced_by_policy">Enforced by policy</string> 189 190 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by policy --> 191 <string name="permission_summary_disabled_by_policy_background_only">Background access disabled by policy</string> 192 193 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 194 <string name="permission_summary_enabled_by_policy_background_only">Background access enabled by policy</string> 195 196 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled by policy --> 197 <string name="permission_summary_enabled_by_policy_foreground_only">Foreground access enabled by policy</string> 198 199 <!-- [CHAR LIMIT=60] Summary of a permission switch when it's enforced by an administrator --> 200 <string name="permission_summary_enforced_by_admin">Controlled by admin</string> 201 202 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is denied by an admin --> 203 <string name="permission_summary_disabled_by_admin_background_only">Background access disabled by admin</string> 204 205 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 206 <string name="permission_summary_enabled_by_admin_background_only">Background access enabled by admin</string> 207 208 <!-- [CHAR LIMIT=60] Summary of a permission switch when the background access is enabled an admin --> 209 <string name="permission_summary_enabled_by_admin_foreground_only">Foreground access enabled by admin</string> 210 211 <!-- [CHAR LIMIT=60] Summary of a permission switch when the access is enabled by the system --> 212 <string name="permission_summary_enabled_system_fixed">Device requires this permission to operate</string> 213 214 <string-array name="background_access_chooser_dialog_choices"> 215 <item>@string/permission_access_always</item> 216 <item>@string/permission_access_only_foreground</item> 217 <item>@string/permission_access_never</item> 218 </string-array> 219 220 <!-- [CHAR LIMIT=60] App can always (when app is in foreground or background) access the resource protected by the permission --> 221 <string name="permission_access_always">Allow all the time</string> 222 223 <!-- [CHAR LIMIT=60] App can only access the resource protected by the permission while app is in foreground --> 224 <string name="permission_access_only_foreground">Allow only while using the app</string> 225 226 <!-- [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) --> 227 <string name="permission_access_never">Deny</string> 228 229 <!-- Text displayed until loading is done [CHAR LIMIT=50] --> 230 <string name="loading">Loading\u2026</string> 231 232 <!-- [CHAR LIMIT=45] Title of all permissions settings --> 233 <string name="all_permissions">All permissions</string> 234 <!-- [CHAR LIMIT=45] Group of permissions granted to app automatically when installed. --> 235 <string name="other_permissions">Other app capabilities</string> 236 237 <!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] --> 238 <string name="permission_request_title">Permission request</string> 239 240 <!-- Title for the dialog that warns the user they need to turn off screen overlays 241 before permissions can be changed. [CHAR LIMIT=NONE] --> 242 <string name="screen_overlay_title">Screen overlay detected</string> 243 244 <!-- Message for the dialog that warns the user they need to turn off screen overlays 245 before permissions can be changed. The "Settings > Apps" conveys to the user to 246 go to Settings and click on apps, this may need updates in RTL languages. [CHAR LIMIT=NONE] --> 247 <string name="screen_overlay_message">To change this permission setting, you first have to turn off the screen overlay from Settings \u003e Apps</string> 248 249 <!-- Button for the dialog that warns the user they need to turn off screen overlays 250 before permissions can be changed. [CHAR LIMIT=NONE] --> 251 <string name="screen_overlay_button">Open settings</string> 252 253 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] --> 254 <string name="wear_not_allowed_dlg_title">Android Wear</string> 255 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] --> 256 <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string> 257 258 <!-- Review of runtime permissions for legacy apps --> 259 260 <!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] --> 261 <string name="permission_review_title_template_install">Choose what to allow 262 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access</string> 263 264 <!-- Template for the screen title when app permissions are reviewed on update. [CHAR LIMIT=none] --> 265 <string name="permission_review_title_template_update"> 266 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> has been updated. 267 Choose what to allow this app to access.</string> 268 269 <!-- Title for the dialog button to cancel the detailed permission review. [CHAR LIMIT=15] --> 270 <string name="review_button_cancel">Cancel</string> 271 272 <!-- Title for the dialog button to continue accepting the detailed permission review. [CHAR LIMIT=15] --> 273 <string name="review_button_continue">Continue</string> 274 275 <!-- Title for the category listing the new permissions used by an app. [CHAR LIMIT=30] --> 276 <string name="new_permissions_category">New permissions</string> 277 278 <!-- Title for the category listing the current permissions used by an app. [CHAR LIMIT=30] --> 279 <string name="current_permissions_category">Current permissions</string> 280 281 <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] --> 282 <string name="message_staging">Staging app…</string> 283 284 <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> 285 <string name="app_name_unknown">Unknown</string> 286 287 <!-- Help URL, application permissions [DO NOT TRANSLATE] --> 288 <string name="help_app_permissions" translatable="false"></string> 289 290 <!-- Title for permission usage [CHAR LIMIT=30] --> 291 <string name="permission_usage_title">Dashboard</string> 292 293 <!-- Summary for showing a single permission access and the number of accesses [CHAR LIMIT=80] --> 294 <plurals name="permission_usage_summary"> 295 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access</item> 296 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses</item> 297 </plurals> 298 299 <!-- Summary for showing a single permission access and the number of accesses, including those in the background [CHAR LIMIT=80] --> 300 <plurals name="permission_usage_summary_background"> 301 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access (<xliff:g id="num" example="7">%3$s</xliff:g> in background)</item> 302 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses (<xliff:g id="num" example="7">%3$s</xliff:g> in background)</item> 303 </plurals> 304 305 <!-- Summary for showing a single permission access and the number of accesses [CHAR LIMIT=120] --> 306 <plurals name="permission_usage_summary_duration"> 307 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 308 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 309 </plurals> 310 311 <!-- Summary for showing a single permission access and the number of accesses, including those in the background [CHAR LIMIT=120] --> 312 <plurals name="permission_usage_summary_background_duration"> 313 <item quantity="one">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> access (<xliff:g id="num" example="7">%3$s</xliff:g> in background)\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 314 <item quantity="other">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\n<xliff:g id="num" example="42">%2$s</xliff:g> accesses (<xliff:g id="num" example="7">%3$s</xliff:g> in background)\nDuration: <xliff:g id="time" example="2 hours">%3$s</xliff:g></item> 315 </plurals> 316 317 <!-- Summary for showing a single permission access and the time of the last access when it was in the background [CHAR LIMIT=80] --> 318 <string name="permission_usage_summary_background">Last access: <xliff:g id="time" example="12:10 PM">%1$s</xliff:g>\nLast accessed in the background</string> 319 320 <!-- Description for showing permission accesses with any permission [CHAR LIMIT=30] --> 321 <string name="permission_usage_any_permission">Any permission</string> 322 323 <!-- Description for showing permission accesses accessed any time [CHAR LIMIT=30] --> 324 <string name="permission_usage_any_time">Any time</string> 325 326 <!-- Description for showing permissions accessed in the last 7 days [CHAR LIMIT=30] --> 327 <string name="permission_usage_last_7_days">Last 7 days</string> 328 329 <!-- Description for showing permissions accessed in the last day [CHAR LIMIT=30] --> 330 <string name="permission_usage_last_day">Last 24 hours</string> 331 332 <!-- Description for showing permissions accessed in the last hour [CHAR LIMIT=30] --> 333 <string name="permission_usage_last_hour">Last 1 hour</string> 334 335 <!-- Description for showing permissions accessed in the last 15 minutes [CHAR LIMIT=30] --> 336 <string name="permission_usage_last_15_minutes">Last 15 minutes</string> 337 338 <!-- Description for showing permissions accessed in the last minute [CHAR LIMIT=30] --> 339 <string name="permission_usage_last_minute">Last 1 minute</string> 340 341 <!-- Label when no apps have used the requested permissions [CHAR LIMIT=30] --> 342 <string name="no_permission_usages">No permission usages</string> 343 344 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 345 <string name="permission_usage_list_title_any_time">Most recent access at any time</string> 346 347 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 348 <string name="permission_usage_list_title_last_7_days">Most recent access in last 7 days</string> 349 350 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 351 <string name="permission_usage_list_title_last_day">Most recent access in last 24 hours</string> 352 353 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 354 <string name="permission_usage_list_title_last_hour">Most recent access in last 1 hour</string> 355 356 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 357 <string name="permission_usage_list_title_last_15_minutes">Most recent access in last 15 minutes</string> 358 359 <!-- Label for the title of the list of permission usages that shows which apps used which permissions[CHAR LIMIT=50] --> 360 <string name="permission_usage_list_title_last_minute">Most recent access in last 1 minute</string> 361 362 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 363 <string name="permission_usage_bar_chart_title_any_time">Permission usage at any time</string> 364 365 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 366 <string name="permission_usage_bar_chart_title_last_7_days">Permission usage in last 7 days</string> 367 368 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 369 <string name="permission_usage_bar_chart_title_last_day">Permission usage in last 24 hours</string> 370 371 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 372 <string name="permission_usage_bar_chart_title_last_hour">Permission usage in last 1 hour</string> 373 374 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 375 <string name="permission_usage_bar_chart_title_last_15_minutes">Permission usage in last 15 minutes</string> 376 377 <!-- Label for the title of the permission bar chart showing how often the most common permissions are used [CHAR LIMIT=50] --> 378 <string name="permission_usage_bar_chart_title_last_minute">Permission usage in last 1 minute</string> 379 380 <!-- Label for the bars on the chart that shows how many apps have used various permissions [CHAR LIMIT=10] --> 381 <plurals name="permission_usage_bar_label"> 382 <item quantity="one">1 app</item> 383 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> apps</item> 384 </plurals> 385 386 <!-- Label for the button to bring the user to view the details of recent permission accesses [CHAR LIMIT=42] --> 387 <string name="permission_usage_view_details">See all in Dashboard</string> 388 389 <!-- DO NOT TRANSLATE Summary placeholder --> 390 <string name="summary_placeholder" translatable="false"> </string> 391 392 <!-- Label for filtered view that shows permission usages of a single permission [CHAR LIMIT=40] --> 393 <string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string> 394 395 <!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] --> 396 <string name="app_permission_usage_remove_filter">Remove filter</string> 397 398 <!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] --> 399 <string name="filter_by_title">Filter by</string> 400 401 <!-- Label for the menu item allowing filtering by permissions [CHAR LIMIT=none] --> 402 <string name="filter_by_permissions">Filter by permissions</string> 403 404 <!-- Label for the menu item allowing filtering by time [CHAR LIMIT=none] --> 405 <string name="filter_by_time">Filter by time</string> 406 407 <!-- Label for sorting usages by the number of permissions used [CHAR LIMIT=30] --> 408 <string name="sort_spinner_most_permissions">Most permissions</string> 409 410 <!-- Label for sorting usages by the number of accesses [CHAR LIMIT=30] --> 411 <string name="sort_spinner_most_accesses">Most accesses</string> 412 413 <!-- Label for sorting usages by the most recent accesses [CHAR LIMIT=30] --> 414 <string name="sort_spinner_recent">Recent</string> 415 416 <!-- Label for sorting usages by which app used a permission most recently [CHAR LIMIT=30] --> 417 <string name="sort_by_app">Sort by app usage</string> 418 419 <!-- Label for sorting usages by access time [CHAR LIMIT=30] --> 420 <string name="sort_by_time">Sort by time</string> 421 422 <!-- Separator for a list of items. Include spaces before and after if needed [CHAR LIMIT=10] --> 423 <string name="item_separator">,\u0020</string> 424 425 <!-- Label for refreshing the list of permission usages. [CHAR LIMIT=30] --> 426 <string name="permission_usage_refresh">Refresh</string> 427 428 <!-- Subtitle for showing how many apps have accessed a given permission [CHAR LIMIT=20] --> 429 <plurals name="permission_usage_permission_filter_subtitle"> 430 <item quantity="one">1 app</item> 431 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> apps</item> 432 </plurals> 433 434 <!-- Help URL, permission usage [DO NOT TRANSLATE] --> 435 <string name="help_permission_usage" translatable="false"></string> 436 437 <!-- Title for permission usage [CHAR LIMIT=30] --> 438 <string name="app_permission_usage_title">App permissions usage</string> 439 440 <!-- Summary for an app's use of a permission [CHAR LIMIT=none] --> 441 <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> 442 443 <!-- Summary for an app's use of a permission without duration [CHAR LIMIT=none] --> 444 <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> 445 446 <!-- Title for the dialog button to allow a permission grant when you cannot only allow in the foreground. [CHAR LIMIT=60] --> 447 <string name="app_permission_button_allow">Allow</string> 448 449 <!-- Title for the dialog button to allow a storage permission grant for all files [CHAR LIMIT=60] --> 450 <string name="app_permission_button_allow_all_files">Allow management of all files</string> 451 452 <!-- Title for the dialog button to allow a storage permission grant for media files only [CHAR LIMIT=60] --> 453 <string name="app_permission_button_allow_media_only">Allow access to media only</string> 454 455 <!-- Title for the dialog button to allow a permission grant when you can also only allow in the foreground. [CHAR LIMIT=60] --> 456 <string name="app_permission_button_allow_always">Allow all the time</string> 457 458 <!-- Title for the dialog button to allow a permission grant only when the app is in the foreground. [CHAR LIMIT=60] --> 459 <string name="app_permission_button_allow_foreground">Allow only while using the app</string> 460 461 <!-- Title for the dialog button to require an app to ask for a permission next time they need it. [CHAR LIMIT=60] --> 462 <string name="app_permission_button_ask">Ask every time</string> 463 464 <!-- Title for the dialog button to deny with prejudice a permission grant. [CHAR LIMIT=60] --> 465 <string name="app_permission_button_deny">Deny</string> 466 467 <!-- Title for app permission [CHAR LIMIT=30] --> 468 <string name="app_permission_title"><xliff:g id="perm" example="location">%1$s</xliff:g> permission</string> 469 470 <!-- Description for showing an app's permission [CHAR LIMIT=60] --> 471 <string name="app_permission_header"><xliff:g id="perm" example="location">%1$s</xliff:g> access for this app</string> 472 473 <!-- Text for linking to the page that shows an app's permissions [CHAR LIMIT=none] --> 474 <string name="app_permission_footer_app_permissions_link">See all <xliff:g id="app" example="Maps">%1$s</xliff:g> permissions</string> 475 476 <!-- Text for linking to the page that shows the apps with a given permission [CHAR LIMIT=none] --> 477 <string name="app_permission_footer_permission_apps_link">See all apps with this permission</string> 478 479 <!-- Label for the assistant mic display switch [CHAR LIMIT=60] --> 480 <string name="assistant_mic_label">Show assistant microphone usage</string> 481 482 <!-- Label for the auto revoke switch [CHAR LIMIT=60] --> 483 <string name="auto_revoke_label">Remove permissions if app isn\u2019t used</string> 484 485 <!-- Summary for stating that permissions will be removed [CHAR LIMIT=none] --> 486 <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> 487 488 <!-- Summary for stating that permissions will be removed, which includes a list of permissions which will be removed [CHAR LIMIT=none] --> 489 <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> 490 491 <!-- Summary for the screen that shows all apps that have had permissions removed [CHAR LIMIT=none] --> 492 <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> 493 494 <!-- Message which tells users to open an app to grant permissions [CHAR LIMIT=none]--> 495 <string name="auto_revoke_open_app_message">If you want to allow permissions again, open the app.</string> 496 497 <!-- Summary for stating that auto revoke is disabled for the current app [CHAR LIMIT=none] --> 498 <string name="auto_revoke_disabled">Automatic removal is currently disabled for this app.</string> 499 500 <!-- Summary for stating that no permission groups that are granted and auto revocable[CHAR LIMIT=none] --> 501 <string name="auto_revocable_permissions_none">No auto revocable permissions are currently granted</string> 502 503 <!-- Summary for stating that one permission will be auto revoked[CHAR LIMIT=none] --> 504 <string name="auto_revocable_permissions_one"><xliff:g id="perm" example="location">%1$s</xliff:g> permission will be removed.</string> 505 506 <!-- Summary for stating that two permissions will be auto revoked[CHAR LIMIT=none] --> 507 <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> 508 509 <!-- Summary for stating that more than two permissions will be auto revoked[CHAR LIMIT=none] --> 510 <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> 511 512 <!-- Title for a page where users can manage whether or not they want Android to automatically remove permissions [CHAR LIMIT=40] --> 513 <string name="auto_manage_title">Manage permissions automatically</string> 514 515 <!-- Label for an "off" button [CHAR LIMIT=30] --> 516 <string name="off">Off</string> 517 518 <!-- Summary describing the permissions that have been removed from an app, when one permission is removed [CHAR LIMIT=none] --> 519 <string name="auto_revoked_app_summary_one"><xliff:g id="permission_name" example="Location">%s</xliff:g> permission removed</string> 520 521 <!-- Summary describing the permissions that have been removed from an app, when two permissions are removed [CHAR LIMIT=none] --> 522 <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> 523 524 <!-- Summary describing the permissions that have been removed from an app, when more than two permissions are removed [CHAR LIMIT=none] --> 525 <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> 526 527 <!-- Title for a category of apps that were last used several months ago [CHAR LIMIT=none] --> 528 <string name="last_opened_category_title">Last opened more than <xliff:g id="number" example="3">%s</xliff:g> months ago</string> 529 530 <!-- Summary for showing when an app was last used [CHAR LIMIT=none] --> 531 <string name="last_opened_summary">App last opened on <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 532 533 <!-- Summary for showing when an app was last used, shorter version [CHAR LIMIT=none] --> 534 <string name="last_opened_summary_short">Last opened <xliff:g id="date" example="March 12, 2020">%s</xliff:g></string> 535 536 <!-- Text that explains that an app has access to all files[CHAR LIMIT=none] --> 537 <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> 538 539 <!-- Text that explains that an app requests full file access, and links to the settings page[CHAR LIMIT=none] --> 540 <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> 541 542 <!-- Label for showing a permission group's description in the header of the list of apps that have that permission [CHAR LIMIT=none] --> 543 <string name="permission_description_summary_generic">Apps with this permission can <xliff:g id="description" example="record audio">%1$s</xliff:g></string> 544 545 <!-- 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] --> 546 <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> 547 548 <!-- Label for showing a permission group's description in the header of the list of apps that have the calendar permission [CHAR LIMIT=none] --> 549 <string name="permission_description_summary_calendar">Apps with this permission can access your calendar</string> 550 551 <!-- 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] --> 552 <string name="permission_description_summary_call_log">Apps with this permission can read and write phone call log</string> 553 554 <!-- Label for showing a permission group's description in the header of the list of apps that have the camera permission [CHAR LIMIT=none] --> 555 <string name="permission_description_summary_camera">Apps with this permission can take pictures and record video</string> 556 557 <!-- Label for showing a permission group's description in the header of the list of apps that have the contacts permission [CHAR LIMIT=none] --> 558 <string name="permission_description_summary_contacts">Apps with this permission can access your contacts</string> 559 560 <!-- Label for showing a permission group's description in the header of the list of apps that have the location permission [CHAR LIMIT=none] --> 561 <string name="permission_description_summary_location">Apps with this permission can access this device\'s location</string> 562 563 <!-- Label for showing a permission group's description in the header of the list of apps that have the microphone permission [CHAR LIMIT=none] --> 564 <string name="permission_description_summary_microphone">Apps with this permission can record audio</string> 565 566 <!-- Label for showing a permission group's description in the header of the list of apps that have the phone permission [CHAR LIMIT=none] --> 567 <string name="permission_description_summary_phone">Apps with this permission can make and manage phone calls</string> 568 569 <!-- Label for showing a permission group's description in the header of the list of apps that have the sensors permission [CHAR LIMIT=none] --> 570 <string name="permission_description_summary_sensors">Apps with this permission can access sensor data about your vital signs</string> 571 572 <!-- Label for showing a permission group's description in the header of the list of apps that have the SMS permission [CHAR LIMIT=none] --> 573 <string name="permission_description_summary_sms">Apps with this permission can send and view SMS messages</string> 574 575 <!-- Label for showing a permission group's description in the header of the list of apps that have the Storage permission [CHAR LIMIT=none] --> 576 <string name="permission_description_summary_storage">Apps with this permission can access photos, media, and files on your device</string> 577 578 <!-- Summary for showing the time and/or date of the most recent access of a permission by an app [CHAR LIMIT=60] --> 579 <string name="app_permission_most_recent_summary">Last access: <xliff:g id="time_date" example="12:42 PM">%1$s</xliff:g></string> 580 581 <!-- Summary for showing the time and/or date of the most recent access of a denied permission by an app [CHAR LIMIT=60] --> 582 <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> 583 584 <!-- Summary for showing that a denied app has not accessed a permission. [CHAR LIMIT=60] --> 585 <string name="app_permission_never_accessed_summary">Never accessed</string> 586 587 <!-- Summary for showing that an app has not accessed a permission. [CHAR LIMIT=60] --> 588 <string name="app_permission_never_accessed_denied_summary">Denied / Never accessed</string> 589 590 <!-- Header for granted permissions/apps [CHAR LIMIT=40] --> 591 <string name="allowed_header">Allowed</string> 592 593 <!-- Header for granted apps that can access the permission in the foreground and the background [CHAR LIMIT=40] --> 594 <string name="allowed_always_header">Allowed all the time</string> 595 596 <!-- Header for permissions/apps that are granted only when in the foreground [CHAR LIMIT=40] --> 597 <string name="allowed_foreground_header">Allowed only while in use</string> 598 599 <!-- Subtitle for scoped storage permissions, showing apps that have access to media files only [CHAR LIMIT=45] --> 600 <string name="allowed_storage_scoped">Allowed access to media only</string> 601 602 <!-- Subtitle for full storage permissions, showing apps that have access to all files [CHAR LIMIT=45] --> 603 <string name="allowed_storage_full">Allowed to manage all files</string> 604 605 <!-- 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] --> 606 <string name="ask_header">Ask every time</string> 607 608 <!-- Header for denied permissions/apps [CHAR LIMIT=40] --> 609 <string name="denied_header">Denied</string> 610 611 <!-- Time in days --> 612 <plurals name="days"> 613 <item quantity="one">1 day</item> 614 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> 615 </plurals> 616 617 <!-- Time in hours --> 618 <plurals name="hours"> 619 <item quantity="one">1 hour</item> 620 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> 621 </plurals> 622 623 <!-- Time in minutes --> 624 <plurals name="minutes"> 625 <item quantity="one">1 minute</item> 626 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> 627 </plurals> 628 629 <!-- Time in seconds --> 630 <plurals name="seconds"> 631 <item quantity="one">1 second</item> 632 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> seconds</item> 633 </plurals> 634 635 <!-- The name of the notification channel containing reminders about permission [CHAR LIMIT=60]--> 636 <string name="permission_reminders">Permission reminders</string> 637 638 <!-- The notification title for the notification that a permission auto revoke has happened for one app (outdated) [CHAR LIMIT=60] --> 639 <string name="auto_revoke_permission_reminder_notification_title_one">1 unused app</string> 640 641 <!-- The notification title for the notification that a permission auto revoke has happened for more than one app (outdated) [CHAR LIMIT=60] --> 642 <string name="auto_revoke_permission_reminder_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> unused apps</string> 643 644 <!-- The notification content for the auto revoke reminder notification (outdated) [CHAR LIMIT=none] --> 645 <string name="auto_revoke_permission_reminder_notification_content">Permissions removed to protect your privacy. Tap to review</string> 646 647 <!-- The notification title for the notification that a permission auto revoked has happened [CHAR LIMIT=60] --> 648 <string name="auto_revoke_permission_notification_title">Permissions removed for unused apps</string> 649 650 <!-- The notification content for the auto revoke reminder notification [CHAR LIMIT=none] --> 651 <string name="auto_revoke_permission_notification_content">Some apps haven\u2019t been used in a few months. Tap to review.</string> 652 653 <!-- The subtitle for the auto revoke reminder notification, including the number of apps [CHAR LIMIT=none] --> 654 <plurals name="auto_revoke_permission_notification_content_count"> 655 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> app hasn\u2019t been used in a few months. Tap to review</item> 656 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> apps haven\u2019t been used in a few months. Tap to review</item> 657 </plurals> 658 659 <!-- The subtitle for the auto revoke settings card [CHAR LIMIT=none] --> 660 <string name="auto_revoke_setting_subtitle">Some apps haven\u2019t been used in a few months</string> 661 662 <!-- The subtitle for the auto revoke settings card, including the number of apps [CHAR LIMIT=none] --> 663 <plurals name="auto_revoke_setting_subtitle_count"> 664 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> app hasn\u2019t been used in a few months</item> 665 <item quantity="other"><xliff:g id="count" example="2">%1$d</xliff:g> apps haven\u2019t been used in a few months</item> 666 </plurals> 667 668 <!-- The title of the category showing apps with removed permissions [CHAR LIMIT=60] --> 669 <string name="permissions_removed_category_title">Removed permissions</string> 670 671 <!-- The title of a page showing apps with removed permissions [CHAR LIMIT=60]--> 672 <string name="permission_removed_page_title">Permissions removed</string> 673 674 <!-- The title of the category showing all unused apps [CHAR LIMIT=60]--> 675 <string name="all_unused_apps_category_title">All unused apps</string> 676 677 <!-- String stating how many months ago an app was used [CHAR LIMIT=none] --> 678 <string name="months_ago"><xliff:g id="count" example="2">%1$d</xliff:g> months ago</string> 679 680 <!-- The summary for the auto revoke preference [CHAR LIMIT=none] --> 681 <string name="auto_revoke_preference_summary">Permissions removed to protect your privacy</string> 682 683 <!-- The notification title for background location access reminder notification [CHAR LIMIT=60] --> 684 <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> 685 686 <!-- The notification content for background location access reminder notification [CHAR LIMIT=none] --> 687 <string name="background_location_access_reminder_notification_content">This app can always access your location. Tap to change.</string> 688 689 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 690 <string name="auto_revoke_after_notification_title">App permissions removed to protect privacy</string> 691 692 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 693 <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> 694 695 <!-- The notification content for the notification that a permission auto revoke has happened for two apps [CHAR LIMIT=none] --> 696 <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> 697 698 <!-- The notification content for the notification that a permission auto revoke has happened for more than two apps [CHAR LIMIT=none] --> 699 <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> 700 701 <!-- The notification title for the notification that 1 app is unused [CHAR LIMIT=60] --> 702 <string name="auto_revoke_before_notification_title_one">1 app is unused</string> 703 704 <!-- The notification title for the notification that a permission auto revoke has happened [CHAR LIMIT=60] --> 705 <string name="auto_revoke_before_notification_title_many"><xliff:g id="number_of_apps" example="4">%s</xliff:g> apps are unused</string> 706 707 <!-- The notification content for the notification that a permission auto revoke has happened for one app [CHAR LIMIT=none] --> 708 <string name="auto_revoke_before_notification_content_one">Permissions will be removed to protect your privacy. Tap to review.</string> 709 710 <!-- Title for the unused app screen [CHAR LIMIT=30] --> 711 <string name="unused_apps_title">Unused apps</string> 712 713 <!-- Subtitle for the unused app screen, after permissions have been removed [CHAR LIMIT=none] --> 714 <string name="unused_apps_subtitle_after">Permissions removed from</string> 715 716 <!-- Subtitle for the unused app screen, before permissions have been removed [CHAR LIMIT=none] --> 717 <string name="unused_apps_subtitle_before">Permissions will be removed from</string> 718 719 <!-- Subtitle for an app with unused permissions, listing two permissions [CHAR LIMIT=none] --> 720 <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> 721 722 <!-- Subtitle for an app with unused permissions, listing more than two permissions [CHAR LIMIT=none] --> 723 <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> 724 725 <!-- Summary explaining that permissions for unused apps have be removed [CHAR LIMIT=none] --> 726 <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> 727 728 <!-- Summary explaining that permissions for unused apps have be removed. Has "some apps", instead of "apps" [CHAR LIMIT=none] --> 729 <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> 730 731 <!-- Summary listing that one app is unused [CHAR LIMIT=none] --> 732 <string name="one_unused_app_summary">1 app hasen\u2019t been used for a few months</string> 733 734 <!-- Summary listing how many apps are unused [CHAR LIMIT=none] --> 735 <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> 736 737 <!-- Subtitle for the preference that is currently granted only when the app is in the foreground. [CHAR LIMIT=60] --> 738 <string name="permission_subtitle_only_in_foreground">Only while app is in use</string> 739 740 <!-- Subtitle for a storage preference that is currently granted for Media files only. [CHAR LIMIT=60] --> 741 <string name="permission_subtitle_media_only">Media</string> 742 743 <!-- Subtitle for a storage preference that is currently granted for all files. [CHAR LIMIT=60] --> 744 <string name="permission_subtitle_all_files">All Files</string> 745 746 <!-- Label when app has been granted no permissions [CHAR LIMIT=none] --> 747 <string name="no_permissions_allowed">No permissions allowed</string> 748 749 <!-- Label when app has been denied no permissions [CHAR LIMIT=none] --> 750 <string name="no_permissions_denied">No permissions denied</string> 751 752 <!-- Label when no apps have been granted a given permission [CHAR LIMIT=none] --> 753 <string name="no_apps_allowed">No apps allowed</string> 754 755 <!-- Label when no apps have ben granted storage access to all files on a devie [CHAR LIMIT=none] --> 756 <string name="no_apps_allowed_full">No apps allowed for all files</string> 757 758 <!-- Label when no apps have been granted storage access to media files on a device [CHAR LIMIT=none] --> 759 <string name="no_apps_allowed_scoped">No apps allowed for media only</string> 760 761 <!-- Label when no apps have been denied a given permission [CHAR LIMIT=none] --> 762 <string name="no_apps_denied">No apps denied</string> 763 764 <!-- Label for the selected permission state for a given permission and application [CHAR LIMIT=30] --> 765 <string name="car_permission_selected">Selected</string> 766 767 <!-- Label for button that opens up the Settings [CHAR LIMIT=20] --> 768 <string name="settings">Settings</string> 769 770 <!-- Title for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 771 <string name="accessibility_service_dialog_title_single"><xliff:g id="service_name" example="Gmail">%s</xliff:g> has full access to your device</string> 772 773 <!-- Title for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 774 <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> 775 776 <!-- Text for the dialog listing the enabled accessibility services when there is only one [CHAR LIMIT=none] --> 777 <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> 778 779 <!-- Text for the dialog listing the enabled accessibility services when there are more than one [CHAR LIMIT=none] --> 780 <string name="accessibility_service_dialog_bottom_text_multiple">These apps can view your screen, actions, and inputs, perform actions, and control the display.</string> 781 782 <!-- Label for the assistant role. [CHAR LIMIT=30] --> 783 <string name="role_assistant_label">Default digital assistant app</string> 784 <!-- Short label for the assistant role. [CHAR LIMIT=30] --> 785 <string name="role_assistant_short_label">Digital assistant app</string> 786 <!-- Description for the assistant role. [CHAR LIMIT=NONE] --> 787 <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> 788 <!-- Template for the title when an app requests to become the default assistant app. [CHAR LIMIT=100] --> 789 <string name="role_assistant_request_title">Set <xliff:g id="app_name" example="Super Assistant">%1$s</xliff:g> as your default assist app?</string> 790 <!-- Description when an app requests to become the default assistant. [CHAR LIMIT=60] --> 791 <string name="role_assistant_request_description">Gets access to SMS, call log</string> 792 793 <!-- Label for the browser role. [CHAR LIMIT=30] --> 794 <string name="role_browser_label">Default browser app</string> 795 <!-- Short label for the browser role. [CHAR LIMIT=30] --> 796 <string name="role_browser_short_label">Browser app</string> 797 <!-- Description for the browser role. [CHAR LIMIT=NONE] --> 798 <string name="role_browser_description">Apps that give you access to the internet and display links that you tap</string> 799 <!-- Template for the title when an app requests to become the default browser app. [CHAR LIMIT=100] --> 800 <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> 801 <!-- Description when an app requests to become the default browser app. [CHAR LIMIT=60] --> 802 <string name="role_browser_request_description">No permissions needed</string> 803 804 <!-- Label for the dialer role. [CHAR LIMIT=30] --> 805 <string name="role_dialer_label">Default phone app</string> 806 <!-- Short label for the dialer role. [CHAR LIMIT=30] --> 807 <string name="role_dialer_short_label">Phone app</string> 808 <!-- Description for the dialer role. [CHAR LIMIT=NONE] --> 809 <string name="role_dialer_description">Apps that allow you to make and receive telephone calls on your device</string> 810 <!-- Template for the title when an app requests to become the default dialer app. [CHAR LIMIT=100] --> 811 <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> 812 <!-- Description when an app requests to become the default dialer app. [CHAR LIMIT=60] --> 813 <string name="role_dialer_request_description">Gets access to call log, send SMS</string> 814 <!-- Search keywords for the dialer role. [CHAR LIMIT=NONE] --> 815 <string name="role_dialer_search_keywords">dialer</string> 816 817 <!-- Label for the SMS role. [CHAR LIMIT=30] --> 818 <string name="role_sms_label">Default SMS app</string> 819 <!-- Short label for the SMS role. [CHAR LIMIT=30] --> 820 <string name="role_sms_short_label">SMS app</string> 821 <!-- Description for the SMS role. [CHAR LIMIT=NONE] --> 822 <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> 823 <!-- Template for the title when an app requests to become the default SMS app. [CHAR LIMIT=100] --> 824 <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> 825 <!-- Description when an app requests to become the default SMS app. [CHAR LIMIT=60] --> 826 <string name="role_sms_request_description">Gets access to contacts, SMS, phone</string> 827 <!-- Search keywords for the SMS role. [CHAR LIMIT=NONE] --> 828 <string name="role_sms_search_keywords">text message, texting, messages, messaging</string> 829 830 <!-- Label for the emergency role. [CHAR LIMIT=30] --> 831 <string name="role_emergency_label">Default emergency app</string> 832 <!-- Short label for the emergency role. [CHAR LIMIT=30] --> 833 <string name="role_emergency_short_label">Emergency app</string> 834 <!-- Description for the emergency role. [CHAR LIMIT=NONE] --> 835 <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> 836 <!-- Template for the title when an app requests to become the default emergency app. [CHAR LIMIT=100] --> 837 <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> 838 <!-- Description when an app requests to become the default emergency app. [CHAR LIMIT=60] --> 839 <string name="role_emergency_request_description">No permissions needed</string> 840 <!-- Search keywords for the emergency role. The word "ICE" here is short for In Case of Emergency, not frozen water. [CHAR LIMIT=NONE] --> 841 <string name="role_emergency_search_keywords">ice</string> 842 843 <!-- Label for the home role. [CHAR LIMIT=30] --> 844 <string name="role_home_label">Default home app</string> 845 <!-- Short label for the home role. [CHAR LIMIT=30] --> 846 <string name="role_home_short_label">Home app</string> 847 <!-- Description for the home role. [CHAR LIMIT=NONE] --> 848 <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> 849 <!-- Template for the title when an app requests to become the default home app. [CHAR LIMIT=100] --> 850 <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> 851 <!-- Description when an app requests to become the default home app. [CHAR LIMIT=60] --> 852 <string name="role_home_request_description">No permissions needed</string> 853 <!-- Search keywords for the home role. [CHAR LIMIT=NONE] --> 854 <string name="role_home_search_keywords">launcher</string> 855 856 <!-- Label for the call redirection role. [CHAR LIMIT=30] --> 857 <string name="role_call_redirection_label">Default call redirecting app</string> 858 <!-- Short label for the call redirection role. [CHAR LIMIT=30] --> 859 <string name="role_call_redirection_short_label">Call redirecting app</string> 860 <!-- Description for the call redirection role. [CHAR LIMIT=NONE] --> 861 <string name="role_call_redirection_description">Apps that allow you to forward outgoing calls to another phone number</string> 862 <!-- Template for the title when an app requests to become the default call redirection app. [CHAR LIMIT=100] --> 863 <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> 864 <!-- Description when an app requests to become the default call redirection app. [CHAR LIMIT=60] --> 865 <string name="role_call_redirection_request_description">No permissions needed</string> 866 867 <!-- Label for the call screening role. [CHAR LIMIT=45] --> 868 <string name="role_call_screening_label">Default caller ID & spam app</string> 869 <!-- Short label for the call screening role. [CHAR LIMIT=30] --> 870 <string name="role_call_screening_short_label">Caller ID & spam app</string> 871 <!-- Description for the call screening role. [CHAR LIMIT=NONE] --> 872 <string name="role_call_screening_description">Apps that allow you to identify calls, block spam and robocalls, and blacklist unwanted numbers</string> 873 <!-- Template for the title when an app requests to become the default call screening app. [CHAR LIMIT=100] --> 874 <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 & spam app?</string> 875 <!-- Description when an app requests to become the default call screening app. [CHAR LIMIT=60] --> 876 <string name="role_call_screening_request_description">No permissions needed</string> 877 878 <!-- Subtitle for the application that is the current default application [CHAR LIMIT=30] --> 879 <string name="request_role_current_default">Current default</string> 880 881 <!-- Label for the checkbox to always deny a role request from an application from now on [CHAR LIMIT=30] --> 882 <string name="request_role_dont_ask_again">Don\u2019t ask again</string> 883 884 <!-- Label for the button to set an application as the default application [CHAR LIMIT=20] --> 885 <string name="request_role_set_as_default">Set as default</string> 886 887 <!-- Message telling the user that a phone call is currently using the microphone [CHAR LIMIT=none] --> 888 <string name="phone_call_uses_microphone">Microphone is used in <b>phone call</b></string> 889 <!-- Message telling the user that a phone call is currently using the microphone and the camera [CHAR LIMIT=none] --> 890 <string name="phone_call_uses_microphone_and_camera">Camera and Microphone are used in <b>video call</b></string> 891 <!-- Message telling the user that a phone call is currently using the camera [CHAR LIMIT=none] --> 892 <string name="phone_call_uses_camera">Camera is used in <b>video call</b></string> 893 894 <!-- Message telling the user that a system service is currently using the microphone [CHAR LIMIT=none] --> 895 <string name="system_uses_microphone">Microphone is accessed using system service</string> 896 <!-- Message telling the user that a system service is currently using the microphone and the camera [CHAR LIMIT=none] --> 897 <string name="system_uses_microphone_and_camera">Camera and Microphone are accessed using system service</string> 898 <!-- Message telling the user that a system service is currently using the camera [CHAR LIMIT=none] --> 899 <string name="system_uses_camera">Camera is accessed using system service</string> 900 901 <!-- Line above a list of other apps and system service that are currently microphone or camera [CHAR LIMIT=60] --> 902 <string name="other_use">Other use:</string> 903 904 <!-- Action for accepting the Ongoing usage dialog [CHAR LIMIT=10]--> 905 <string name="ongoing_usage_dialog_ok">Got it</string> 906 907 <!-- Title for Ongoing usage dialog title when multiple apps are using app ops [CHAR LIMIT=NONE] --> 908 <string name="ongoing_usage_dialog_title">Recent use of <xliff:g id="types_list" example="camera( and location)">%s</xliff:g></string> 909 910 <!-- Separator for permissions. Include spaces before and after if needed [CHAR LIMIT=10] --> 911 <string name="ongoing_usage_dialog_separator">,\u0020</string> 912 913 <!-- Separator for permissions, before last type. Include spaces before and after if needed [CHAR LIMIT=10] --> 914 <string name="ongoing_usage_dialog_last_separator">\u0020and\u0020</string> 915 916 <!-- Keyword in the Settings app's search functionality that can be used to find links to the default app management screens [CHAR LIMIT=none] --> 917 <string name="default_app_search_keyword">default apps</string> 918 919 <!-- List of the two permission group names for microphone (android:string/permgrouplab_microphone) and camera (android:string/permgrouplab_camera) [CHAR LIMIT=60]--> 920 <string name="permgroup_list_microphone_and_camera">Microphone & Camera</string> 921 922 <!-- Accessibility label for button that opens a settings screen [CHAR LIMIT=NONE] --> 923 <string name="settings_button">Settings</string> 924 925 <!-- Title for page of managing default apps. [CHAR LIMIT=30] --> 926 <string name="default_apps">Default apps</string> 927 928 <!-- Help URI, default apps [DO NOT TRANSLATE] --> 929 <string name="help_uri_default_apps" translatable="false"></string> 930 931 <!-- Label when there is no default apps [CHAR LIMIT=30] --> 932 <string name="no_default_apps">No default apps</string> 933 934 <!-- Title for preference item that will open a screen to manage more default apps [CHAR LIMIT=30] --> 935 <string name="default_apps_more">More defaults</string> 936 937 <!-- 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] --> 938 <string name="default_apps_manage_domain_urls">Opening links</string> 939 940 <!-- Title for category of default apps for work [CHAR LIMIT=30] --> 941 <string name="default_apps_for_work">Default for work</string> 942 943 <!-- Summary of a default app when there is no app set [CHAR LIMIT=60] --> 944 <string name="default_app_none">None</string> 945 946 <!-- Label for a system default app [CHAR LIMIT=60] --> 947 <string name="default_app_system_default">(System default)</string> 948 949 <!-- Label when there are no apps available for a default app [CHAR LIMIT=30] --> 950 <string name="default_app_no_apps">No apps</string> 951 952 <!-- Label for the selected default app for default app [CHAR LIMIT=30] --> 953 <string name="car_default_app_selected">Selected</string> 954 955 <!-- Label for the selected default app for default app when it has additional information to show [CHAR LIMIT=30] --> 956 <string name="car_default_app_selected_with_info">Selected - <xliff:g id="additional_info" example="(System default)">%1$s</xliff:g></string> 957 958 <!-- 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] --> 959 <string name="special_app_access_search_keyword">special app access</string> 960 961 <!-- Title for page of managing special app access. [CHAR LIMIT=30] --> 962 <string name="special_app_access">Special app access</string> 963 964 <!-- Help URI, special app access [DO NOT TRANSLATE] --> 965 <string name="help_uri_special_app_access" translatable="false"></string> 966 967 <!-- Label when there is no special app access [CHAR LIMIT=30] --> 968 <string name="no_special_app_access">No special app access</string> 969 970 <!-- Label when there are no apps available for a special app access [CHAR LIMIT=30] --> 971 <string name="special_app_access_no_apps">No apps</string> 972 973 <!-- Summary indicating that a home app is missing work profile support [CHAR LIMIT=60] --> 974 <string name="home_missing_work_profile_support">Doesn\u2019t support work profile</string> 975 976 <!-- 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] --> 977 <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> 978 979 <!-- Dialog message warning about security implications of setting an assistant, displayed when the user selects an assistant. [CHAR LIMIT=NONE] --> 980 <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> 981 982 <!-- Name for the notification channel for incident / bug report confirmation. Appears in 983 Settings. 984 [CHAR LIMIT=50] --> 985 <string name="incident_report_channel_name">Share Debugging Data</string> 986 987 <!-- Title for notification shown when the user should confirm an incident / bug report. 988 [CHAR LIMIT=60] --> 989 <string name="incident_report_notification_title">Share detailed debugging data?</string> 990 991 <!-- Content for notification shown when the user should confirm an incident / bug report. 992 [CHAR LIMIT=120] --> 993 <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string> 994 995 <!-- Title for the incident / bug report confirmation dialog. [CHAR LIMIT=50] --> 996 <string name="incident_report_dialog_title">Share debugging data?</string> 997 998 <!-- Title text for introduction to incident / bug report confirmation dialog. 999 Following this text is a bulleted list of reasons that a bug is being collected (e.g. "bad 1000 battery life detected"). Please try to keep this as short as possible (<40 chars if possible). 1001 The dialog is getting full, but going over is ok if necessary. [CHAR LIMIT=60] --> 1002 <string name="incident_report_dialog_intro">The system has detected a problem.</string> 1003 1004 <!-- Content for dialog shown when the user should confirm an incident / bug report. 1005 [CHAR LIMIT=none] --> 1006 <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. 1007 1008Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> 1009 1010 <!-- Content for dialog shown when there was an error parsing the incident / bug report. 1011 [CHAR LIMIT=none] --> 1012 <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> 1013 1014 <!-- Label for the button to allow sharing of the report. [CHAR LIMIT=20]--> 1015 <string name="incident_report_dialog_allow_label">Allow</string> 1016 1017 <!-- Label for the button to NOT allow sharing of the report. [CHAR LIMIT=20] --> 1018 <string name="incident_report_dialog_deny_label">Deny</string> 1019 1020 <!-- 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] --> 1021 <string name="adjust_user_sensitive_title">Advanced settings</string> 1022 1023 <!-- 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] --> 1024 <string name="menu_adjust_user_sensitive">Advanced settings</string> 1025 1026 <!-- 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] --> 1027 <string name="adjust_user_sensitive_globally_title">Show system app usage</string> 1028 1029 <!-- 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] --> 1030 <string name="adjust_user_sensitive_globally_summary">Show system app use of permissions in status bar, dashboard \u0026 elsewhere</string> 1031 1032 <!-- 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] --> 1033 <string name="adjust_user_sensitive_per_app_header">Highlight usage for the following</string> 1034 1035 <!-- Title for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=60] --> 1036 <string name="assistant_record_audio_user_sensitive_title">Show Assistant trigger detection</string> 1037 1038 <!-- Subtitle for switch that enables/disables the microphone status bar icon for the currently selected assistant. [CHAR LIMIT=none] --> 1039 <string name="assistant_record_audio_user_sensitive_summary">Show icon in status bar when microphone is used to activate voice assistant</string> 1040 1041 <!-- 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] --> 1042 <string name="permgrouprequest_storage_isolated">Allow 1043 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos and media on your device?</string> 1044 1045 <!-- 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] --> 1046 <string name="permgrouprequest_contacts">Allow 1047 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts?</string> 1048 1049 <!-- 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] --> 1050 <string name="permgrouprequest_location">Allow 1051 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1052 <!-- 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]--> 1053 <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app</string> 1054 <!-- 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] --> 1055 <string name="permgroupbackgroundrequest_location">Allow 1056 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\u2019s location?</string> 1057 <!-- 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] --> 1058 <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> 1059 <!-- 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] --> 1060 <string name="permgroupupgraderequest_location">Change location access for <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b>?</string> 1061 <!-- 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] --> 1062 <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> 1063 1064 <!-- 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] --> 1065 <string name="permgrouprequest_calendar">Allow 1066 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar?</string> 1067 1068 <!-- 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] --> 1069 <string name="permgrouprequest_sms">Allow 1070 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages?</string> 1071 1072 <!-- 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] --> 1073 <string name="permgrouprequest_storage">Allow 1074 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on your device?</string> 1075 1076 <!-- 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] --> 1077 <string name="permgrouprequest_microphone">Allow 1078 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> 1079 1080 <!-- 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] --> 1081 <string name="permgrouprequest_activityRecognition">Allow 1082 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your physical activity?</string> 1083 1084 <!-- 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] --> 1085 <string name="permgrouprequest_camera">Allow 1086 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> 1087 1088 <!-- 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] --> 1089 <string name="permgrouprequest_calllog">Allow 1090 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your phone call logs?</string> 1091 1092 <!-- 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] --> 1093 <string name="permgrouprequest_phone">Allow 1094 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls?</string> 1095 1096 <!-- 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] --> 1097 <string name="permgrouprequest_sensors">Allow 1098 <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs?</string> 1099 1100 <!-- 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]--> 1101 <string name="auto_granted_permissions">Controlled permissions</string> 1102 <!-- Content of the notification [CHAR LIMIT=120]--> 1103 <string name="auto_granted_location_permission_notification_title">Location can be accessed</string> 1104 <!-- Body of the notification, that does not include the app name and is specific to location permissions. [CHAR LIMIT=120]--> 1105 <string name="auto_granted_permission_notification_body">Your IT admin is allowing <xliff:g id="app_name" example="Gmail">%s</xliff:g> to access your location</string> 1106 1107 <!-- Detail message explaining why foreground options aren't available. [CHAR LIMIT=160] --> 1108 <string name="fg_capabilities_sound_trigger">Some options aren\u2019t available because this app needs to detect sound</string> 1109 <!-- Detail message explaining why foreground options aren't available. Try to match translation for "default digital assistant" in this string to role_assistant_label. [CHAR LIMIT=160] --> 1110 <string name="fg_capabilities_assistant">Some options aren\u2019t available because this app is your default digital assistant</string> 1111 <!-- Detail message explaining why foreground options aren't available. [CHAR LIMIT=160] --> 1112 <string name="fg_capabilities_voice_interaction">Some options aren\u2019t available because this app is used for voice input</string> 1113 <!-- Detail message explaining why foreground options aren't available. [CHAR LIMIT=160] --> 1114 <string name="fg_capabilities_carrier">Some options aren\u2019t available because this app is managed by your carrier</string> 1115</resources> 1116