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
Post a Comment