Add 'Reach to check' to lock screen settings
Also added to Gestures page to make sure we're following the same structure for all gestures. Change-Id: Iaa9e53e870165801decfa427441d01ee69bcce6d Note: using dummy video. dependency on b/112442049 Bug: 111414690 Test: make RunSettingsRoboTests ROBOTEST_FILTER=ReachGesturePreferenceControllerTest Test: make RunSettingsRoboTests ROBOTEST_FILTER=ReachGestureSettings
This commit is contained in:
@@ -31,8 +31,8 @@ import androidx.annotation.VisibleForTesting;
|
||||
|
||||
public class PickupGesturePreferenceController extends GesturePreferenceController {
|
||||
|
||||
private final int ON = 1;
|
||||
private final int OFF = 0;
|
||||
private static final int ON = 1;
|
||||
private static final int OFF = 0;
|
||||
|
||||
private static final String PREF_KEY_VIDEO = "gesture_pick_up_video";
|
||||
private final String mPickUpPrefKey;
|
||||
|
Reference in New Issue
Block a user