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

Commit f16a87de authored by TYM Tsai's avatar TYM Tsai Committed by Automerger Merge Worker
Browse files

Merge "Fix typos in AutofillManager" into udc-dev am: 6d344862

parents 8927d35b 6d344862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2246,7 +2246,7 @@ public final class AutofillManager {
            @NonNull AutofillRequestCallback callback) {
        if (mContext.checkSelfPermission(PROVIDE_OWN_AUTOFILL_SUGGESTIONS)
                != PackageManager.PERMISSION_GRANTED) {
            throw new SecurityException("Requires USE_APP_AUTOFILL permission!");
            throw new SecurityException("Requires PROVIDE_OWN_AUTOFILL_SUGGESTIONS permission!");
        }

        synchronized (mLock) {