commit | 5e6b804301fb9b2152737a8707c60e24d2802994 | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Tue May 02 04:23:31 2017 +0000 |
committer | Kevin Chyn <kchyn@google.com> | Tue May 02 06:49:17 2017 +0000 |
tree | e8f17371781de92529d619d799e2cb9030b41b7c | |
parent | a95c2c3a8d65d191260d4948a54eee1c74dac3fa [diff] |
Revert "Swipe for notification should be default-on in settings app" This reverts commit a95c2c3a8d65d191260d4948a54eee1c74dac3fa. Change-Id: I8fcc290be7d373d55058bd7c22f163d54fc03830
diff --git a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java index 89d38a1..22b88fc 100644 --- a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java +++ b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
@@ -60,7 +60,7 @@ @Override protected boolean isSwitchPrefEnabled() { return Settings.Secure.getInt(mContext.getContentResolver(), - Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) + Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0) == 1; } }