Add Secure setting for the assist gesture's sensitivity.

Test: make
Change-Id: I458419fce5ef092780220cdef99621d5eb251623
This commit is contained in:
Philip Quinn
2017-03-03 10:38:38 -08:00
parent 1e24da7e56
commit 80274caf49

View File

@@ -6742,6 +6742,13 @@ public final class Settings {
*/
public static final String ASSIST_GESTURE_ENABLED = "assist_gesture_enabled";
/**
* Sensitivity control for the assist gesture.
*
* @hide
*/
public static final String ASSIST_GESTURE_SENSITIVITY = "assist_gesture_sensitivity";
/**
* Control whether Night display is currently activated.
* @hide
@@ -7001,6 +7008,7 @@ public final class Settings {
NFC_PAYMENT_DEFAULT_COMPONENT,
AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN,
ASSIST_GESTURE_ENABLED,
ASSIST_GESTURE_SENSITIVITY,
VR_DISPLAY_MODE
};