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

Commit 36caae3e 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

Change-Id: I49f3c8c84c06aa2ab8f5ed7f0a8695d8a7306778
parents 40b24d6a 9bea5047
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;
    }