Default-off FP Swipe am: 8f5de15ba1

am: 0d378e04ca

Change-Id: I8dd88ec940d3624c5eb7f59facd0c1ed7c4de55e
This commit is contained in:
Kevin Chyn
2017-07-25 01:10:34 +00:00
committed by android-build-merger

View File

@@ -79,7 +79,7 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo
@Override @Override
protected boolean isSwitchPrefEnabled() { protected boolean isSwitchPrefEnabled() {
return Settings.Secure.getInt(mContext.getContentResolver(), return Settings.Secure.getInt(mContext.getContentResolver(),
Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0)
== 1; == 1;
} }