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

Commit 78463b6f authored by Jim Miller's avatar Jim Miller
Browse files

Enable fingerprint navigation by default

Fixes bug b/36906652

Test: wipe device and confirm navigation is on by default

Change-Id: I2bf017e31157fcee40877f467ba3503cfe6116cd
parent 950a9ef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7512,7 +7512,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