Request runtime permissions from v4.Fragment and have callback go to Fragment?

前端 未结 10 1100
我寻月下人不归
我寻月下人不归 2020-12-01 01:35

I\'m having a weird issue that is causing a conflict. I had to switch to native Fragments to fix it, but there are bugs with that.

My original problem:

10条回答
  •  自闭症患者
    2020-12-01 01:39

    You can use this part of code

    requestPermissions(new String[]{Manifest.permission.GET_ACCOUNTS}, PERMISSION_REQUEST_CODE);
    

提交回复
热议问题