Merge "Fix inline not worked after the service package updated" into rvc-dev am: cf3a8611d0 am: b338e6b155 am: c05ffbf116

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11727103

Change-Id: I3c71ee3e40d244a09b71d2464803694d4cd8657e
This commit is contained in:
TreeHugger Robot
2020-06-05 03:39:15 +00:00
committed by Automerger Merge Worker

View File

@@ -192,7 +192,7 @@ public final class AutofillManagerService
public AutofillManagerService(Context context) {
super(context,
new SecureSettingsServiceNameResolver(context, Settings.Secure.AUTOFILL_SERVICE),
UserManager.DISALLOW_AUTOFILL);
UserManager.DISALLOW_AUTOFILL, PACKAGE_UPDATE_POLICY_REFRESH_EAGER);
mUi = new AutoFillUI(ActivityThread.currentActivityThread().getSystemUiContext());
mAm = LocalServices.getService(ActivityManagerInternal.class);