Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
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.