by @alexstyl
✉️ Leave your feedback

How to request permission in Jetpack Compose

Published on

In this video we will use the ActivityResultContracts API to request permissions in our Jetpack Compose application. More specifically, use the RequestPermission contract (or RequestMultiplePermissions for many).

Discussion