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

Commit 7372f968 authored by Josh's avatar Josh
Browse files

updated string for multitasking shortcut

Test: Manual-on shortcut helper ensure that strings are updated
Flag: com.android.systemui.keyboard_shortcut_helper_rewrite
Fix: 377881556
Change-Id: I7f1090abcb584407e8080afd5f2f78a12f058089
parent 7a262235
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -543,12 +543,12 @@ object TestShortcuts {
            simpleShortcutCategory(
                MultiTasking,
                "Split screen",
                "Switch from split screen to full screen",
                "Switch to full screen",
            ),
            simpleShortcutCategory(
                MultiTasking,
                "Split screen",
                "Use split screen with current app on the left",
                "Use split screen with app on the left",
            ),
            simpleShortcutCategory(
                MultiTasking,
@@ -558,7 +558,7 @@ object TestShortcuts {
            simpleShortcutCategory(
                MultiTasking,
                "Split screen",
                "Use split screen with current app on the right",
                "Use split screen with app on the right",
            ),
            simpleShortcutCategory(
                MultiTasking,
+3 −3
Original line number Diff line number Diff line
@@ -2280,11 +2280,11 @@
    <!-- User visible title for the multitasking keyboard shortcuts list. [CHAR LIMIT=70] -->
    <string name="keyboard_shortcut_group_system_multitasking">Multitasking</string>
    <!-- User visible title for the keyboard shortcut that enters split screen with current app on the right [CHAR LIMIT=70] -->
    <string name="system_multitasking_rhs">Use split screen with current app on the right</string>
    <string name="system_multitasking_rhs">Use split screen with app on the right</string>
    <!-- User visible title for the keyboard shortcut that enters split screen with current app on the left [CHAR LIMIT=70] -->
    <string name="system_multitasking_lhs">Use split screen with current app on the left</string>
    <string name="system_multitasking_lhs">Use split screen with app on the left</string>
    <!-- User visible title for the keyboard shortcut that switches from split screen to full screen [CHAR LIMIT=70] -->
    <string name="system_multitasking_full_screen">Switch from split screen to full screen</string>
    <string name="system_multitasking_full_screen">Switch to full screen</string>
    <!-- User visible title for the keyboard shortcut that switches to app on right or below while using split screen [CHAR LIMIT=70] -->
    <string name="system_multitasking_splitscreen_focus_rhs">Switch to app on right or below while using split screen</string>
    <!-- User visible title for the keyboard shortcut that switches to app on left or above while using split screen [CHAR LIMIT=70] -->