hi
how can i use this permission just for android 10 and up?Because of Google's sensitivity to sensitive permissions and because I have no problems with older Android without this permissions
No. There is no such thing. You can only set the maximum version.
However there is no real reason to worry about it. Android 6+ devices do not show the permissions during installation and if you don't request it at runtime the users will never know that your app requests this permission on Android 10+ device.
No. There is no such thing. You can only set the maximum version.
However there is no real reason to worry about it. Android 6+ devices do not show the permissions during installation and if you don't request it at runtime the users will never know that your app requests this permission on Android 10+ device.
Requests a permission that the application must be granted in order for it to operate correctly. Permissions are granted by the user when the application is installed (on devices running Android 5.1 and lower) or while the app is running (on devices running…
Requests a permission that the application must be granted in order for it to operate correctly. Permissions are granted by the user when the application is installed (on devices running Android 5.1 and lower) or while the app is running (on devices running…