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

Commit 51613a8e authored by Cosmin Tanislav's avatar Cosmin Tanislav Committed by Bruno Martins
Browse files

LineageParts: implement search button play/pause

Change-Id: I3e3e41a4b7831c8c3daed7dc25cc992b59e340ff
parent 3e43b47f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@
        <item>@string/hardware_keys_action_last_app</item>
        <item>@string/hardware_keys_action_split_screen</item>
        <item>@string/hardware_keys_action_kill_app</item>
        <item>@string/hardware_keys_action_play_pause_music</item>
    </string-array>

    <string-array name="hardware_keys_action_values" translatable="false">
@@ -97,6 +98,7 @@
        <item>8</item>
        <item>9</item>
        <item>10</item>
        <item>11</item>
    </string-array>

    <!-- Volume key cursor control -->
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@
    <string name="hardware_keys_action_last_app">Last app</string>
    <string name="hardware_keys_action_split_screen">Split screen</string>
    <string name="hardware_keys_action_kill_app">Kill foreground app</string>
    <string name="hardware_keys_action_play_pause_music" translatable="false">@string/touchscreen_gesture_action_play_pause_music</string>
    <string name="camera_sleep_on_release_title">Screen peek</string>
    <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string>
    <string name="camera_launch_title">Launch camera</string>