Merge "Add RECEIVER_NOT_EXPORTED to TV PiP broadcast receiver"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ecca81d27d
@@ -740,7 +740,7 @@ public class TvPipController implements PipTransitionController.PipTransitionCal
|
||||
if (mRegistered) return;
|
||||
|
||||
mContext.registerReceiverForAllUsers(this, mIntentFilter, SYSTEMUI_PERMISSION,
|
||||
mMainHandler);
|
||||
mMainHandler, Context.RECEIVER_NOT_EXPORTED);
|
||||
mRegistered = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user