Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7059dfb authored by Casey Burkhardt's avatar Casey Burkhardt
Browse files

Properly label RecentsActivity for accessibility.

Bug: 7229886

Change-Id: I440c7e9b9ef3272e287d5d4d58bcfc0e8d0735ac
parent 3b9e7f32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@
        </activity>

        <activity android:name=".recent.RecentsActivity"
                android:label="@string/accessibility_desc_recent_apps"
                android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar"
                android:excludeFromRecents="true"
                android:launchMode="singleInstance"
+2 −0
Original line number Diff line number Diff line
@@ -377,6 +377,8 @@
    <string name="accessibility_desc_notification_shade">Notification shade.</string>
    <!-- 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>

    <!-- 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>