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

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

Merge "Correct exported state for VoiceInteractionManagerServiceImpl receiver"

parents 9c259019 2e701ddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ class VoiceInteractionManagerServiceImpl implements VoiceInteractionSessionConne
        IntentFilter filter = new IntentFilter();
        filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
        mContext.registerReceiver(mBroadcastReceiver, filter, null, handler,
                Context.RECEIVER_NOT_EXPORTED);
                Context.RECEIVER_EXPORTED);
    }

    public boolean showSessionLocked(Bundle args, int flags,