RxPermissions icon indicating copy to clipboard operation
RxPermissions copied to clipboard

no support Activity 0.10.2

Open cbo3344 opened this issue 6 years ago • 5 comments

How to support Activity ?Current version 0.10.2 only support Fragment and FragmentActivity.

cbo3344 avatar Jan 29 '19 04:01 cbo3344

+1

zhouzhiqiangzzq avatar Mar 22 '19 01:03 zhouzhiqiangzzq

Activity <- FragmentActivity <- AppCompatActivity <- ActionBarActivity

if your activity is inherited from either FragmentActivity, AppCompatActivity or ActionBarActivity, then it should work?

HaiLe avatar Jun 10 '19 18:06 HaiLe

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

ouihon avatar Mar 10 '20 16:03 ouihon

+1

zhaolin8 avatar Jul 27 '20 02:07 zhaolin8

@ouihon if you check the demo activity you'll se that the demo is working fine with AppCompatActivity.

epool avatar Jul 27 '20 19:07 epool