diff options
author | Winson Chung <winsonc@google.com> | 2014-08-11 19:23:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-11 18:20:32 +0000 |
commit | 9e229d80e58078ad9197e0b9b0ed2914b2ec6b75 (patch) | |
tree | 412dbb83f5499ad750362c3078ca3ba4f55715a7 /packages | |
parent | 448bb42c7843581208515ac06278e05377230378 (diff) | |
parent | f25268b402b98ff3b52f6e8ce2950f5d1f8e5ae1 (diff) | |
download | frameworks_base-9e229d80e58078ad9197e0b9b0ed2914b2ec6b75.zip frameworks_base-9e229d80e58078ad9197e0b9b0ed2914b2ec6b75.tar.gz frameworks_base-9e229d80e58078ad9197e0b9b0ed2914b2ec6b75.tar.bz2 |
Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 1 | ||||
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 5ce3579..e48aef1 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -193,6 +193,7 @@ <!-- Alternate Recents --> <activity android:name=".recents.RecentsActivity" + android:label="@string/accessibility_desc_recent_apps" android:launchMode="singleInstance" android:excludeFromRecents="true" android:theme="@style/RecentsTheme"> diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 4bccecc..13afeb4 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -206,7 +206,7 @@ <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_menu">Menu</string> <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> - <string name="accessibility_recent">Recent apps</string> + <string name="accessibility_recent">Recent screens</string> <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] --> <string name="accessibility_search_light">Search</string> <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> @@ -391,7 +391,7 @@ <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_desc_quick_settings">Quick settings.</string> <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> - <string name="accessibility_desc_recent_apps">Recent apps.</string> + <string name="accessibility_desc_recent_apps">Recent screens.</string> <!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string> |