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

Commit 152bb674 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Default fingerprint swipe to disabled. am: d01217c0 am: fd8273d5

am: 9bf2c760

Change-Id: I78b2e8e451f9ce09f650a46e91a679a9a1b9984d
parents f022b4f1 9bf2c760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7307,7 +7307,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

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

    @Override