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

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

Merge "Enable fingerprint navigation by default"

parents 36aa604a 78463b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7564,7 +7564,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    private boolean areSystemNavigationKeysEnabled() {
        return Settings.Secure.getIntForUser(mContext.getContentResolver(),
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0, UserHandle.USER_CURRENT) == 1;
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1, UserHandle.USER_CURRENT) == 1;
    }

    @Override