Merge \\"Enable fingerprint nav by default\\" into nyc-mr1-dev am: 1ac356280c
am: c4f7a60765
Change-Id: I56bc077248e6b08ea4a1b5aa384dbb063f67c9f5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user