I cannot get the permission window to appear using “requestPermissionLauncher.launch(permissions)”
I’m trying to request the permissions that my app needs but I can’t get the permission window to appear.
Here is my composable :
Does anyone have idea about what are the specific changes in permissions & services for the android 15?
I just want to know that what changes i need to update in the existing code related to foreground services & permissions?
FILE Permission for android 14 and higher
Android.Manifest
checkSelfPermission always negative. Android
Im trying to check – if app has an permission or not, but recive negative result independently of real state of permission – turn it on or off via adb – same result from checkSelfPermission.