Skip to content

Commit

Permalink
Final!
Browse files Browse the repository at this point in the history
  • Loading branch information
CullyCross committed Nov 8, 2015
1 parent 29bba3f commit 90d2a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public PhoneItem(View view) {
ButterKnife.bind(this, view);

RxPermissions.getInstance(view.getContext())
.request(mSubject, Manifest.permission.CAMERA)
.request(mSubject, Manifest.permission.CALL_PHONE)
.subscribe(granted -> {
if (granted) {
final Intent intent = new Intent(Intent.ACTION_CALL);
Expand Down

0 comments on commit 90d2a80

Please sign in to comment.