Loading core/java/android/view/autofill/AutofillManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
core/java/android/view/autofill/AutofillManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading