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

Commit 1ac35628 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable fingerprint nav by default" into nyc-mr1-dev

parents 6d296286 a762ca79
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7268,7 +7268,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