Skip to content

Commit fa23893

Browse files
Beanstowneyosen
authored andcommitted
One handed mode toggle [1/3]
Change-Id: Ic4c59a4334600bef86e9e7d28d5f38cd517d11c2 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
1 parent e82e237 commit fa23893

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/java/android/provider/Settings.java

+6
Original file line numberDiff line numberDiff line change
@@ -7877,6 +7877,12 @@ public static boolean putFloatForUser(ContentResolver cr, String name, float val
78777877
*/
78787878
public static final String WEB_ACTION_ENABLED = "web_action_enabled";
78797879

7880+
/**
7881+
* One Handed mode toggle
7882+
* @hide
7883+
*/
7884+
public static final String ONE_HANDED_MODE_UI = "one_handed_mode_ui";
7885+
78807886
/**
78817887
* This are the settings to be backed up.
78827888
*

0 commit comments

Comments
 (0)