Clarify full screen intent permission text

Modify the language to be more user-focused.

Bug: 277938620
Test: builds
Change-Id: I99a4e9cd93fcca7bee5861257086b417e11806e4
This commit is contained in:
Julia Tuttle
2023-04-17 13:39:17 -04:00
parent ebb97daa57
commit fa5a5a884d

View File

@@ -9141,13 +9141,13 @@
<string name="filter_manage_external_storage">Can access all files</string> <string name="filter_manage_external_storage">Can access all files</string>
<!-- Manage full screen intent permission title [CHAR LIMIT=40] --> <!-- Manage full screen intent permission title [CHAR LIMIT=40] -->
<string name="full_screen_intent_title">Manage full screen intents</string> <string name="full_screen_intent_title">Show full screen notifications</string>
<!-- Label for setting that allows apps to send full screen intents. [CHAR LIMIT=NONE] --> <!-- Label for setting that allows apps to send full screen intents. [CHAR LIMIT=NONE] -->
<string name="permit_full_screen_intent">Allow apps to send full screen intents</string> <string name="permit_full_screen_intent">Allow app to show full screen notifications when the device is locked</string>
<!-- Description for setting that allows apps to send full screen intents. [CHAR LIMIT=NONE] --> <!-- Description for setting that allows apps to send full screen intents. [CHAR LIMIT=NONE] -->
<string name="footer_description_full_screen_intent">Allow this app to send full screen intent notifications that cover the entire screen.</string> <string name="footer_description_full_screen_intent">Allow the app to show notifications that take up the full screen when the device is locked. Apps may use these to highlight alarms, incoming calls, or other urgent notifications.</string>
<!-- Media management apps settings title [CHAR LIMIT=40] --> <!-- Media management apps settings title [CHAR LIMIT=40] -->
<string name="media_management_apps_title">Media management apps</string> <string name="media_management_apps_title">Media management apps</string>