Android应用程序与平板电脑不兼容(型号:GT-P5210)

时间:2016-06-03 14:50:56

标签: android permissions google-play android-manifest

商店中的应用程序仅与Samsung Tablet(型号:GT-P5210 Android版本:4.4.2)不兼容。这些是权限和在android清单中使用的:

Android权限:

android.permission.INTERNET
ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
CHANGE_WIFI_STATE
WRITE_EXTERNAL_STORAGE
ACCESS_COARSE_LOCATION
ACCESS_FINE_LOCATION    
WAKE_LOCK
android.permission.READ_PHONE_STATE
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN

Android使用功能:

<uses-feature android:name="android.permission.CALL_PHONE" android:required="false"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.telephony" android:required="false"/>
<uses-feature android:required="false" android:name="android.hardware.location.gps"/>
<uses-feature android:name="android.hardware.location" android:required="false"/>
<uses-feature android:name="android.hardware.location.network" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:glEsVersion="0x00010001" android:required="false" />

<supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="true"
        android:smallScreens="true" />
<uses-sdk
        android:minSdkVersion="9"
        android:targetSdkVersion="19" />

0 个答案:

没有答案