Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Correct JCEF is not bundled by default with Android Studio see
There's some workarounds mentioned there you could try e.g. downloading a similar version from JetBrains but with JCEF support and running Android Studio with that JRE.
If that doesn't work I suggest reaching out to the plugin developers of Bito.
jb...@google.com <jb...@google.com> #3
This has been added internally and will be available in the Activity 1.2.0-alpha04 release.
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.