Loading libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/OneHandedSettingsUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class OneHandedSettingsUtil { */ public boolean getSettingsSwipeToNotificationEnabled(ContentResolver resolver) { return Settings.Secure.getInt(resolver, Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, 1) == 1; Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, 0 /* Default OFF */) == 1; } void dump(PrintWriter pw, String prefix, ContentResolver resolver) { Loading packages/SettingsProvider/res/values/defaults.xml +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ <bool name="def_hdmiControlAutoDeviceOff">true</bool> <!-- Default for Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED --> <bool name="def_swipe_bottom_to_notification_enabled">true</bool> <bool name="def_swipe_bottom_to_notification_enabled">false</bool> <!-- Default for Settings.Secure.ONE_HANDED_MODE_ENABLED --> <bool name="def_one_handed_mode_enabled">false</bool> Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/OneHandedSettingsUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class OneHandedSettingsUtil { */ public boolean getSettingsSwipeToNotificationEnabled(ContentResolver resolver) { return Settings.Secure.getInt(resolver, Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, 1) == 1; Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED, 0 /* Default OFF */) == 1; } void dump(PrintWriter pw, String prefix, ContentResolver resolver) { Loading
packages/SettingsProvider/res/values/defaults.xml +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ <bool name="def_hdmiControlAutoDeviceOff">true</bool> <!-- Default for Settings.Secure.SWIPE_BOTTOM_TO_NOTIFICATION_ENABLED --> <bool name="def_swipe_bottom_to_notification_enabled">true</bool> <bool name="def_swipe_bottom_to_notification_enabled">false</bool> <!-- Default for Settings.Secure.ONE_HANDED_MODE_ENABLED --> <bool name="def_one_handed_mode_enabled">false</bool> Loading