Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dcd1fc4 authored by Jim Miller's avatar Jim Miller Committed by android-build-merger
Browse files

Merge \\"Enable fingerprint nav by default\\" into nyc-mr1-dev am: 1ac35628

am: c4f7a607

Change-Id: I56bc077248e6b08ea4a1b5aa384dbb063f67c9f5
parents 92baab4f c4f7a607
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7269,7 +7269,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {


    private boolean areSystemNavigationKeysEnabled() {
    private boolean areSystemNavigationKeysEnabled() {
        return Settings.Global.getInt(mContext.getContentResolver(),
        return Settings.Global.getInt(mContext.getContentResolver(),
                Settings.Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 0) == 1;
                Settings.Global.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) == 1;
    }
    }


    @Override
    @Override