App requests aren't showing up

后端 未结 1 1142
情话喂你
情话喂你 2021-01-21 09:22

I have a map activity in my app. I\'m trying to request location permissions on it, but the request permissions are not showing up. I have no idea why...

This is my ful

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-21 09:57

    After spending days about this issue, I found out that the reason that the request permissions are not showing up is because of the TabHost.

    I've tried to request permissions from a Map Activity which was a part of TabHost in a MainActivity. Now I understood that it is impossible requesting permissions from an activity in TabHost.

    After I've moved the request permissions code from the MapActivity to the MainActivity, It worked.

    0 讨论(0)
提交回复
热议问题