Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/java/android/provider/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -12506,6 +12506,12 @@ public static boolean putFloatForUser(ContentResolver cr, String name, float val
public static final String ASSIST_TOUCH_GESTURE_ENABLED =
"assist_touch_gesture_enabled";

/**
* Whether the navigation hint pill is hidden in gesture navigation mode.
* @hide
*/
public static final String HIDE_NAVIGATION_HANDLE = "hide_navigation_handle";

/**
* Whether the assistant can be triggered by long-pressing the home button
*
Expand Down