commit | f921f8e77ede4615f1fe74efeb196ec2107c3d36 | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Tue May 02 04:14:47 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 02 04:14:47 2017 +0000 |
tree | 6043a442a2799b30ff75c0114f95a8ba2b252331 | |
parent | 403a4ee11a312c24187060f5a7f6e194989951a1 [diff] | |
parent | 9ab1318ca82a1299a74382e61f3f838885e7bdb5 [diff] |
Merge "Swipe for notification should be default-on in settings app" into oc-dev am: 9ab1318ca8 Change-Id: Ib153ffcb4012954950f8c1310a5f08efefecc91d
diff --git a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java index 22b88fc..89d38a1 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, 0) + Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) == 1; } }