Skip to content

Commit 64182d8

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Properly label RecentsActivity for accessibility. Bug: 7229886" into jb-mr1-dev
2 parents 2aee7c1 + d7059df commit 64182d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/SystemUI/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
</activity>
109109

110110
<activity android:name=".recent.RecentsActivity"
111+
android:label="@string/accessibility_desc_recent_apps"
111112
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar"
112113
android:excludeFromRecents="true"
113114
android:launchMode="singleInstance"

packages/SystemUI/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@
377377
<string name="accessibility_desc_notification_shade">Notification shade.</string>
378378
<!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
379379
<string name="accessibility_desc_quick_settings">Quick settings.</string>
380+
<!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
381+
<string name="accessibility_desc_recent_apps">Recent apps.</string>
380382

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

0 commit comments

Comments
 (0)