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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -