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

Commit f2f4820d authored by TYM Tsai's avatar TYM Tsai
Browse files

Fix typos in AutofillManager

Fixes: 274730335
Test: None
Change-Id: I1f94543cb21ada3068b4b107f32a0b0aa744834a
parent 31369b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2230,7 +2230,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) {