Add settings for home button gesture
This commit is contained in:
@@ -775,6 +775,7 @@
|
||||
<string name="preference_gesture_swipe_right">Swipe right</string>
|
||||
<string name="preference_gesture_double_tap">Double tap</string>
|
||||
<string name="preference_gesture_long_press">Long press</string>
|
||||
<string name="preference_gesture_home_button">Home button/gesture</string>
|
||||
<string name="gesture_action_none">None</string>
|
||||
<string name="gesture_action_open_search">Open search</string>
|
||||
<string name="gesture_action_launch_app">Launch app</string>
|
||||
|
||||
@@ -329,6 +329,8 @@ message Settings {
|
||||
string swipe_right_app = 8;
|
||||
string double_tap_app = 9;
|
||||
string long_press_app = 10;
|
||||
GestureAction home_button = 11;
|
||||
string home_button_app = 12;
|
||||
}
|
||||
GestureSettings gestures = 28;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user