Enable fingerprint nav by default
Fixes bug 29462383 Change-Id: Ia1cbd1d33ab3a11b5c8e5a770243d9b36448577b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user