美文网首页
google play商店应用过滤机制,设备应用不兼容的说明及解

google play商店应用过滤机制,设备应用不兼容的说明及解

作者: 傀儡世界 | 来源:发表于2017-05-17 10:23 被阅读5296次

google play商店应用过滤机制,设备应用不兼容的说明及解决办法

netflix,Facebook,YouTube等apk在Google play提示设备不兼容时在framework/native/data/
handheld_core_hardware.xml增加以下权限:

<feature name="android.hardware.audio.low_latency" />
<feature name="android.hardware.location" />
<feature name="android.hardware.location.network" />
<feature name="android.hardware.location.gps" />
<feature name="android.hardware.microphone" />
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
<feature name="android.hardware.touchscreen.multitouch.distinct" />
<feature name="android.hardware.touchscreen.multitouch.jazzhand" />
<feature name="android.hardware.screen.portrait" />
<feature name="android.hardware.sensor.accelerometer" />
<feature name="android.hardware.sensor.light" />
<feature name="android.hardware.sensor.compass" />
<feature name="android.hardware.sensor.barometer" />
<feature name="android.hardware.sensor.stepdetector" />

<feature name="android.hardware.faketouch" />
<feature name="android.hardware.faketouch.multitouch" />
<feature name="android.hardware.faketouch.multitouch.distinct" />

<feature name="android.hardware.camera.autofocus" />
<feature name="android.hardware.camera.flash" />
<feature name="android.hardware.telephony" />
<feature name="android.hardware.telephony.gsm" />
<feature name="android.hardware.telephony.cdma" />

<feature name="android.hardware.camera.any" />
<feature name="android.hardware.camera" />
<feature name="android.hardware.faketouch.multitouch.jazzhand" />
<feature name="android.hardware.sensor.proximity" />
<feature name="android.hardware.sensor.stepcounter" />
<feature name="android.software.sip" />
<feature name="com.nxp.mifare" />

相关文章

网友评论

      本文标题:google play商店应用过滤机制,设备应用不兼容的说明及解

      本文链接:https://www.haomeiwen.com/subject/fwxdxxtx.html