Relative Content

Tag Archive for androidkotlinandroid-jetpack-composeflashlight

How can I control the camera flashlight strength from android 13 in Jetpack compose app

I see some open-source flashlight apps (FlashDim , Flashlight-Tiramisu) that can control flash strength from Android version 13+, but these apps build using Kotlin and XML (not in jetpack compose). So I wanted to develop same type of app but the problem is, I cant control the flash strength from android 13, The error says it needs to be android 15+ (API 35+). Here’s a simple function that I want to share,