Enable fingerprint nav by default

Fixes bug 29462383

Change-Id: Ia1cbd1d33ab3a11b5c8e5a770243d9b36448577b
This commit is contained in:
Jim Miller
2016-06-20 13:28:10 -07:00
parent fafe810a61
commit a762ca79be

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