Android Question how to check permission in starter service?

Scantech

Well-Known Member
Licensed User
Longtime User
I need to check Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_ACCESS_FINE_LOCATION) but won't work in starter service. Is there a way to implement the check from starter service?
 

DonManfred

Expert
Licensed User
Longtime User
Is there a way to implement the check from starter service?
No. You can not use any UI in Services. Calling the request can only be done from an activity.
 
Upvote 0
Top