Merge "Correct exported state for VoiceInteractionManagerServiceImpl receiver"
This commit is contained in:
committed by
Android (Google) Code Review
commit
562dbeda16
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user