Skip to content

Commit d7059df

Browse files
Properly label RecentsActivity for accessibility.
Bug: 7229886 Change-Id: I440c7e9b9ef3272e287d5d4d58bcfc0e8d0735ac
1 parent 3b9e7f3 commit d7059df

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)