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

2017-05-17  本文已影响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" />
上一篇 下一篇

猜你喜欢

热点阅读