Skip to content

Commit 940e979

Browse files
committed
Derp
Signed-off-by: W4TCH0UT <[email protected]>
1 parent 7c0fda8 commit 940e979

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

core/java/android/provider/Settings.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3655,6 +3655,12 @@ public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean
36553655
*/
36563656
public static final String NAVIGATION_BAR_WIDTH = "navigation_bar_width";
36573657

3658+
/**
3659+
* Whether navigation bar is placed on the left side in landscape mode
3660+
* @hide
3661+
*/
3662+
public static final String NAVBAR_LEFT_IN_LANDSCAPE = "navigation_bar_left";
3663+
36583664
/**
36593665
* Setting for clock color
36603666
* @hide
@@ -3666,8 +3672,6 @@ public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean
36663672
* @hide
36673673
*/
36683674
public static final String[] SETTINGS_TO_RESET = {
3669-
QUICK_SETTINGS_QUICK_PULL_DOWN,
3670-
SAFE_HEADSET_VOLUME,
36713675
SHAKE_TO_CLEAN_RECENTS,
36723676
SHAKE_TO_CLEAN_NOTIFICATIONS
36733677
};

0 commit comments

Comments
 (0)