-2

how can i check that my Android Device have camera flashlight?
If Code so where should i put that to check my device flash availability.
Tell me please every way to check and How can i open it.
I have Android COCA Pierre alps P5000 MTK Device.

GOPI
  • 1,026
  • 8
  • 30

1 Answers1

0

Based on this answer:

For Checking availability of flash in device:

You can use the following

context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_FLASH)
Community
  • 1
  • 1
Andrey
  • 57,904
  • 11
  • 115
  • 158