Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
One handed mode toggle [1/3]
Change-Id: Ic4c59a4334600bef86e9e7d28d5f38cd517d11c2
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
  • Loading branch information
Beanstown authored and eyosen committed Jan 24, 2017
1 parent e82e237 commit fa23893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/java/android/provider/Settings.java
Expand Up @@ -7877,6 +7877,12 @@ public static boolean putFloatForUser(ContentResolver cr, String name, float val
*/
public static final String WEB_ACTION_ENABLED = "web_action_enabled";

/**
* One Handed mode toggle
* @hide
*/
public static final String ONE_HANDED_MODE_UI = "one_handed_mode_ui";

/**
* This are the settings to be backed up.
*
Expand Down

0 comments on commit fa23893

Please sign in to comment.