android - How To check whether mobile supports flash LED or not in mainfest.xml file -


well have used : uses-feature android:name="android.hardware.camera" checks camera . want check whether flash led there or not.

use <uses-feature android:name="android.hardware.camera.flash" />, covered in the documentation.


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -