Merge "Add RECEIVER_NOT_EXPORTED to TV PiP broadcast receiver"

This commit is contained in:
Jacqueline Bronger
2023-02-14 09:43:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}