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

Commit 62b757ae authored by Michael Groover's avatar Michael Groover Committed by Android (Google) Code Review
Browse files

Merge "Correct exported state for AutofillManagerService receiver"

parents 27c311d4 e0917a05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ public final class AutofillManagerService
        final IntentFilter filter = new IntentFilter();
        filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
        context.registerReceiver(mBroadcastReceiver, filter, null, FgThread.getHandler(),
                Context.RECEIVER_NOT_EXPORTED);
                Context.RECEIVER_EXPORTED);

        mAugmentedAutofillResolver = new FrameworkResourcesServiceNameResolver(getContext(),
                com.android.internal.R.string.config_defaultAugmentedAutofillService);