public class ImageEditReceiver
extends android.content.BroadcastReceiver
Image Edit Receiver Activity is used to receive the intent from image edits largely
from the Image Markup tool but could be from other software applications. The on
receive does make use of Parcelable extraction from the intent, but the type is cast
as a Uri immediately and it is unclear how to completely protect against an external
entity passing in something other than a Uri. Continue to evaluate each release
and see if Android is able to prevent this type of attack at a lower level.