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

Skip to content
Commit 78262f70 authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Set package name explicitly when sending copy intent

We broadcast an intent when starting the copy overlay, which is
received by the screenshot process so it knows to dismiss itself.
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: 219958007
Fix: 219958007
Test: manual (observed that error message no longer displayed when
copying something to the clipboard)

Change-Id: I1072bf7ebac9d8c761af01a5d888941f8ef24b79
parent f084f35b
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