Change app permissions
Read moreHow do I ask for permission on an application?
There is no way for you request Permission from Application . You always need an activity for it. When Application called, no Activity is initialized.
Read moreWhere do I find request permissions on Android?
Learn how an app can use your phone’s location
Read moreHow do I request permission for an Android app?
In your app’s manifest file, declare the permissions that your app might need to request . Design your app’s UX so that specific actions in your app are associated with specific runtime permissions. Users should know which actions might require them to grant permission for your app to access private user data.
Read more