Add EXTRA_STREAM to ComponentCaller#checkContentUriPermission

ComponentCaller#checkContentUriPermission only works for content URIs
passed at launch and specifically URIs passed in Intent#getData and
Intent#getClipData. This change adds Intent#EXTRA_STREAM to that list as
it is one of the common ways for apps to pass URIs.

EXTRA_STREAM only works for URIs that the system can unparcel.

Bug: 293467489
Test: atest CtsAndroidAppTestCases:android.app.cts.ComponentCallerTest
Change-Id: I94437b9eecd16856e0fe91c1b66793e17ecd3e4e
2 files changed