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

Skip to content
Commit 596c25b8 authored by Robert Horvath's avatar Robert Horvath
Browse files

Set explicit package name on Intent for showing TV PiP

We broadcast an intent when opening the TV PiP menu, which is received
by SystemUI. This causes a warning since sending non-protected
broadcasts is dangerous. Setting the package name explicitly lets
ActivityManagerService determine that the broadcast is safe since
it is only sent within SystemUI.

Bug: 222250868
Fix: 222250868
Test: Open PiP, `adb shell input keyevent WINDOW`, observe logcat
Change-Id: I833752a52774ca933724f64a02edc45c898b080b
parent b57bb862
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment