diff options
author | Billy Lau <billylau@google.com> | 2015-07-16 03:50:47 +0100 |
---|---|---|
committer | Billy Lau <billylau@google.com> | 2015-07-17 18:23:57 +0100 |
commit | f8f98021040e325b07f96ca93a9171c9cc7625d1 (patch) | |
tree | 104ff76703450133ed3b3690b5068c1721a2d7d1 /res/values | |
parent | 705faddbb37bbaa8dc7a18ab3290c02b5b6a2a2c (diff) | |
download | packages_apps_Settings-f8f98021040e325b07f96ca93a9171c9cc7625d1.zip packages_apps_Settings-f8f98021040e325b07f96ca93a9171c9cc7625d1.tar.gz packages_apps_Settings-f8f98021040e325b07f96ca93a9171c9cc7625d1.tar.bz2 |
Bug 21589105 Rescope SYSTEM_ALERT_WINDOW (UX and Settings app change)...
Overall, fixed the detection of the state of permission in the corresponding UX
to be more accurate. Also ensured that apps can actually launch the summary UX
through a custom intent.
AndroidManifest:
Adds the proper intent-filter so that apps can launch the Settings page using
intent.
strings:
Made changes to strings so that wordings are uniform everywhere and raised the
char limit due to requests from translators.
Change-Id: Ia03403641ad53bd1a33b84dae6db1739cfcf9d60
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5c57f83..5e9fd61 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6849,8 +6849,8 @@ <string name="accessibility_lock_screen_progress"><xliff:g id="count" example="1">%1$d</xliff:g> of <xliff:g id="count" example="1">%2$d</xliff:g> characters used</string> <!-- System Alert Window settings --> - <!-- Title of Draw Overlay preference item [CHAR LIMIT=30] --> - <string name="draw_overlay_title">Apps that can draw overlay</string> + <!-- Title of Draw Overlay preference item [CHAR LIMIT=45] --> + <string name="draw_overlay_title">Apps that can draw over other apps</string> <!-- Title of draw overlay screen [CHAR LIMIT=30] --> <string name="draw_overlay">Draw over other apps</string> <!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] --> @@ -6858,9 +6858,9 @@ <!-- Title for the apps with SYSTEM_ALERT_WINDOW permission/privilege [CHAR LIMIT=20] --> <string name="system_alert_window_apps_title">Apps</string> <!-- Title for the apps that are allowed to draw on top of other apps [CHAR LIMIT=60] --> - <string name="system_alert_window_access_title">Can draw overlays</string> + <string name="system_alert_window_access_title">Draw over other apps</string> <!-- Label for setting which controls whether app can draw overlays [CHAR LIMIT=45] --> - <string name="permit_draw_overlay">Permit drawing overlays</string> + <string name="permit_draw_overlay">Permit drawing over other apps</string> <!-- Link to the apps page for SYSTEM_ALERT_WINDOW settings [CHAR LIMIT=45] --> <string name="app_overlay_permission_preference">App draw on top permission</string> <!-- Description of allowing overlay setting [CHAR LIMIT=NONE] --> @@ -6868,8 +6868,8 @@ <!-- Keyword for SYSTEM_ALERT_WINDOW --> <string name="keywords_system_alert_window">system alert window dialog draw on top other apps</string> - <!-- Main settings screen item's title to go into the overlay settings screen [CHAR LIMIT=25] --> - <string name="overlay_settings">Overlay settings</string> + <!-- Main settings screen item's title to go into the overlay settings screen [CHAR LIMIT=30] --> + <string name="overlay_settings">Draw over other apps</string> <!-- Summary of number of apps currently can draw overlays [CHAR LIMIT=60] --> <string name="system_alert_window_summary"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> apps allowed to draw on top of other apps</string> @@ -6894,9 +6894,9 @@ <string name="filter_write_settings_apps">Can write system settings</string> <!-- Title for the apps that are allowed to write system settings [CHAR LIMIT=60] --> <string name="write_settings_title">Can write system settings</string> - <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=25] --> + <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=30] --> <string name="write_system_settings">Write system settings</string> - <!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=45] --> + <!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=52] --> <string name="write_settings_preference">App write system settings permission</string> <!-- Label for setting which controls whether app can write system settings [CHAR LIMIT=45] --> <string name="permit_write_settings">Allow write system settings</string> |