Merge "1/ Set Swipe bottom for notification OFF by default" into sc-dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user