Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Component used: Activity Version used: 1.2.0-alpha03
Along with , there's a separate API for that uses the .
startActivityForResult()
startIntentSenderForResult()
IntentSender
returned byPendingResult.getIntentSender()
Since this is used by APIs such as and the result it also delivered to the activity's
ResolvableApiException
onActivityResult()
, it would be nice if there was a contract available (similar toStartActivityForResult
) that would make it possible to pass anIntentSender
(and perhaps all of those optional method parameters) in as input.