Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用过:uses-feature android:name="android.hardware.camera" 但这会检查相机。但我想检查 Flash Led 是否存在。
使用<uses-feature android:name="android.hardware.camera.flash" />,如文档中所述。
<uses-feature android:name="android.hardware.camera.flash" />