google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

[Permissions] Special permissions support #1542

Closed zoranigic closed 1 year ago

zoranigic commented 1 year ago

Does accompanist support special permissions like https://developer.android.com/reference/android/Manifest.permission#WRITE_SETTINGS ? In onPermissionResult lambda within rememberPermissionState(Manifest.permission.WRITE_SETTINGS) { isGranted -> }

isGranted is allways false, after calling writeSettingsPermissionState.launchPermissionRequest(), and WRITE_SETTINGS window is never showed.

manuelvicnt commented 1 year ago

It doesn't at the moment. But thanks for the issue, this would be a good feature request to implement (albeit complicated to maintain) :D Thanks!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.