Change app permissions
Read moreHow do I declare and use permission in android?
To declare a permission only on devices that support runtime permissions—that is, devices that run Android 6.0 (API level 23) or higher—include the uses-permission-sdk-23 element instead of the uses-permission element . When using either of these elements, you can set the maxSdkVersion attribute.27 Eki 2021
Read moreHow do I declare permission for an app?
Declare permissions for your app
Read more