Merge "Enable fingerprint nav by default" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-06-21 01:51:57 +00:00
committed by Android (Google) Code Review

View File

@@ -7268,7 +7268,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
private boolean areSystemNavigationKeysEnabled() {
return Settings.Global.getInt(mContext.getContentResolver(),
Settings.Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 0) == 1;
Settings.Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) == 1;
}
@Override