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

Commit c05ffbf1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix inline not worked after the service package updated" into rvc-dev...

Merge "Fix inline not worked after the service package updated" into rvc-dev am: cf3a8611 am: b338e6b1

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

Change-Id: I147d190777e25603e4dcb51862edb1ca94b939d0
parents 1d18f540 b338e6b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);