Skip to content

Commit f25268b

Browse files
author
Winson Chung
committed
Updating accessibility message for Recents activity. (Bug 15570522)
Change-Id: Iaaedb9a66b2160015b304863a00fbefdfb0e10ea
1 parent d4c25db commit f25268b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/SystemUI/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193

194194
<!-- Alternate Recents -->
195195
<activity android:name=".recents.RecentsActivity"
196+
android:label="@string/accessibility_desc_recent_apps"
196197
android:launchMode="singleInstance"
197198
android:excludeFromRecents="true"
198199
android:theme="@style/RecentsTheme">

packages/SystemUI/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
207207
<string name="accessibility_menu">Menu</string>
208208
<!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
209-
<string name="accessibility_recent">Recent apps</string>
209+
<string name="accessibility_recent">Recent screens</string>
210210
<!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
211211
<string name="accessibility_search_light">Search</string>
212212
<!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
@@ -391,7 +391,7 @@
391391
<!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
392392
<string name="accessibility_desc_quick_settings">Quick settings.</string>
393393
<!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
394-
<string name="accessibility_desc_recent_apps">Recent apps.</string>
394+
<string name="accessibility_desc_recent_apps">Recent screens.</string>
395395

396396
<!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
397397
<string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string>

0 commit comments

Comments
 (0)