Reputation: 163
When an application calls a service through an intent, will the permissions that the app has, hold for the service as well? Do I need to explicitly check if permissions are granted and request permissions separately in the service again? I'm using the Permiso library to handle runtime permissions for me/
Upvotes: 2
Views: 65
Reputation: 1412
You should always Check the permissions before you used it.
Upvotes: 1