Tag: capture image
-
Best ways to handle runtime permission on jetpack compose
If your app is installed on a device that runs Android 6.0 (API level 23) or higher, you must request the runtime permissions for the user by following the steps in this guide. There are two ways to get runtime permissions in jetpack compose. let’s have a deep look into the above methods in detail […]