Merge \"Enable fingerprint nav by default\" into nyc-mr1-dev
am: 1ac356280c
Change-Id: Id6df513225b539497309783c3d4f11745a147684
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