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

Commit ead95a42 authored by Joshua Mccloskey's avatar Joshua Mccloskey Committed by Android (Google) Code Review
Browse files

Merge "Set default value for performant auth." into tm-qpr-dev

parents 127306a6 470c6b11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class FingerprintSettingsRequireScreenOnToAuthPreferenceController
                getUserHandle());
        if (toReturn == -1) {
            toReturn = mContext.getResources().getBoolean(
                    com.android.internal.R.bool.config_requireScreenOnToAuthEnabled) ? 1 : 0;
                    com.android.internal.R.bool.config_performantAuthDefault) ? 1 : 0;
            Settings.Secure.putIntForUser(mContext.getContentResolver(),
                    Settings.Secure.SFPS_PERFORMANT_AUTH_ENABLED, toReturn, getUserHandle());
        }