Merge \\"Flip default value for nav key setting.\\" into nyc-mr1-dev am: 742047f565
am: a513e0e046
Change-Id: I2f95a89e47a7176678bc2eb563ff7cdf4a48ff68
This commit is contained in:
@@ -134,7 +134,7 @@ public class GestureSettings extends SettingsPreferenceFragment implements
|
||||
}
|
||||
|
||||
private static boolean isSystemUINavigationEnabled(Context context) {
|
||||
return Global.getInt(context.getContentResolver(), Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 0)
|
||||
return Global.getInt(context.getContentResolver(), Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 1)
|
||||
== 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user