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

Commit 923c70da authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Enable Autofill Field Classification by default." into pi-dev am: 9bea5047

am: 36caae3e

Change-Id: I1f9275ed1103439bfda405b4653c4425074528a1
parents ef82dbf6 36caae3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1189,7 +1189,7 @@ final class AutofillManagerServiceImpl {
    boolean isFieldClassificationEnabledLocked() {
        return Settings.Secure.getIntForUser(
                mContext.getContentResolver(),
                Settings.Secure.AUTOFILL_FEATURE_FIELD_CLASSIFICATION, 0,
                Settings.Secure.AUTOFILL_FEATURE_FIELD_CLASSIFICATION, 1,
                mUserId) == 1;
    }