Skip to content
Snippets Groups Projects
Commit 00295b21 authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Add Component Caller APIs for Activity's results

In continuation to ag/25895815, with activities potentially receiving
multiple results at the same time, it is important to match intents to
their callers correctly. Hence this change overloads existing
onActivityResult() with a ComponentCaller - onActivityResult(int, int,
Intent, ComponentCaller).

More CTS for ComponentCaller#checkContentUriPermission are incoming.

Bug: 293467489
Test: atest CtsAndroidAppTestCases:android.app.cts.ComponentCallerTest
Test: atest CtsAndroidAppTestCases:android.app.cts.ShareIdentityTest
Change-Id: Idb56fc8cc6331afee7b30653bd0e3e771ba2e3f0
parent c6eaf1ca
No related branches found
No related tags found
No related merge requests found
Showing
with 147 additions and 41 deletions
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