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.
Asked
Active
Viewed 151 times
-2

GOPI
- 1,042
- 8
- 30
1 Answers
0
Based on this answer:
For Checking availability of flash in device:
You can use the following
context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_FLASH)
-
@user3086932 you ask me? You should write it where you want to check for this feature. – Andrey Dec 12 '13 at 14:34