Merge "Fix typos in AutofillManager" into udc-dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user