Flashlight icon

Flashlight

James Rooney
Free
4.8 out of 5
5,000+ downloads

About Flashlight

This app uses your phone's camera's flash LED as a flashlight.

The light turns on when you open the app.
It turns off by either tapping the app or exiting the app by swiping down.

Permission to access the camera is necessary to turn on the flash LED.
I guess now Android lumps that in with the microphone now?
Here's the permissions in my code (manifest):


android:name="android.permission.FLASHLIGHT"
android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
android:protectionLevel="normal" />

Flashlight Screenshots