commit | 5e707ccb3d5446835f94131d5bc859d1dd01c04c | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Tue Jul 25 05:31:53 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 25 05:31:53 2017 +0000 |
tree | ec9cb54e3aeba5f96ab3a78f06f8828af3cf080f | |
parent | 8f5de15ba1cd06991938d58fd36375930865693f [diff] | |
parent | 2a2dcb52cbe7a3ea1957282f11faf69a227a4b4d [diff] |
Merge "Fingerprint swipe settings and suggestions should not show if hardware unavailable" into oc-dr1-dev
diff --git a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java index 6935cce..05c6461 100644 --- a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java +++ b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
@@ -79,7 +79,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; }