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

Commit ecca81d2 authored by Jacqueline Bronger's avatar Jacqueline Bronger Committed by Android (Google) Code Review
Browse files

Merge "Add RECEIVER_NOT_EXPORTED to TV PiP broadcast receiver"

parents 793c63d2 d996c32e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }