VictorAlbertos / RxActivityResult

A reactive-tiny-badass-vindictive library to break with the OnActivityResult implementation as it breaks the observable chain.
Apache License 2.0
593 stars 72 forks source link

Is it possible to start an intent with Bundle options? #33

Closed sorcererxw closed 7 years ago

sorcererxw commented 7 years ago

Is it possible to start an intent with Bundle options? Such as

public void startActivityForResult(
            @RequiresPermission Intent intent, 
            int requestCode,
            @Nullable Bundle options)

activity.startActivityForResult(intent,requestCode,options)
VictorAlbertos commented 7 years ago

Set the bundle in the intent instance.

http://stackoverflow.com/questions/768969/passing-a-bundle-on-startactivity