我想在android中使用uses-feature来限制我的应用只能在Play商店中看到带有湿度传感器的设备,但我无法在developer.android.com上找到该传感器的分隔内容
我知道加速度计是这样的:
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="true" />
答案 0 :(得分:3)
使用<uses-feature>
关于<uses-feature>
,请阅读here。
我知道替代解决方案:当用户打开应用程序时,你会得到一个传感器列表,如果没有hydrometr,你就会显示吐司:
“您无法使用该应用程序,因为您的设备尚未使用 所需的传感器“