summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorMatt Casey <mrcasey@google.com>2021-03-29 13:42:09 +0000
committerMatt Casey <mrcasey@google.com>2021-03-29 13:42:09 +0000
commit38ced457e07dd49039fb7f7a588cd076bb047239 (patch)
tree69797ada6b3ecf99c9aaddc257bcf3ce8ea8aea0 /core/java
parentfabc9f6f27efd1854955237872eacf6099c95afa (diff)
Revert "Revert "Add setting for touch gesture and long-press hom..."
Revert "Revert "Hide long-press home animation when disabled by ..." Revert submission 13998375-revert-13958909-mrcasey-lph-GNUFFHLQXH Reason for revert: Reverting these CLs did not fix the test b/183684181 Reverted Changes: Iac13fc450:Revert "Hide long-press home animation when disabl... Ieb43607a8:Revert "Add setting for touch gesture and long-pre... Change-Id: Ia92b0a1f19dc7423fe1b3796e14582169e58d203
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 71ffa92a81bb..70136c794d9c 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -9153,6 +9153,22 @@ public final class Settings {
public static final String ASSIST_GESTURE_SETUP_COMPLETE = "assist_gesture_setup_complete";
/**
+ * Whether the assistant can be triggered by a touch gesture.
+ *
+ * @hide
+ */
+ public static final String ASSIST_TOUCH_GESTURE_ENABLED =
+ "assist_touch_gesture_enabled";
+
+ /**
+ * Whether the assistant can be triggered by long-pressing the home button
+ *
+ * @hide
+ */
+ public static final String ASSIST_LONG_PRESS_HOME_ENABLED =
+ "assist_long_press_home_enabled";
+
+ /**
* Control whether Trust Agents are in active unlock or extend unlock mode.
* @hide
*/