Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed May 6, 2016
2 parents 3ac7dc0 + f4e7d83 commit be3379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Instead, you must call any method/variable of your `Activity`/`Fragment` from th
RxActivityResult supports [startIntentSenderForResult](http://developer.android.com/intl/es/reference/android/app/Activity.html#startIntentSenderForResult) too, by calling `RxActivityResult.on(this).startIntentSender` and supplying the proper arguments. As follows:

```java
RxActivityResult.on(this).startIntentSender(pendingIntent.getIntentSender(), new Intent(), Integer.valueOf(0), Integer.valueOf(0), Integer.valueOf(0))
RxActivityResult.on(this).startIntentSender(pendingIntent.getIntentSender(), new Intent(), 0, 0, 0)
.subscribe(result -> {

});
Expand Down

0 comments on commit be3379a

Please sign in to comment.