Merge \\"Enable fingerprint nav by default\\" into nyc-mr1-dev am: 1ac356280c

am: c4f7a60765

Change-Id: I56bc077248e6b08ea4a1b5aa384dbb063f67c9f5
This commit is contained in:
Jim Miller
2016-06-21 02:02:46 +00:00
committed by android-build-merger

View File

@@ -7269,7 +7269,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