RxPermissions
RxPermissions copied to clipboard
no support Activity 0.10.2
How to support Activity ?Current version 0.10.2 only support Fragment and FragmentActivity.
+1
Activity <- FragmentActivity <- AppCompatActivity <- ActionBarActivity
if your activity is inherited from either FragmentActivity, AppCompatActivity or ActionBarActivity, then it should work?
Activity <- FragmentActivity <- AppCompatActivity <- ActionBarActivity
if your activity is inherited from either FragmentActivity, AppCompatActivity or ActionBarActivity, then it should work?
I've tried AppCompatActivity, however still can't be applied . So sad
+1
@ouihon if you check the demo activity you'll se that the demo is working fine with AppCompatActivity.