Default-off FP Swipe am: 8f5de15ba1

am: e4fed2ee05

Change-Id: I16a7a4aa7198c77885c44841c3a175cee46753e6
This commit is contained in:
Kevin Chyn
2017-07-25 01:10:35 +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;
} }