0

one of my client reported that he cannot install on his device Note Pro 12.2

device is not compatible

I checked on my developer settings that I allow for all device to install.

all devices allow

Note Pro 12.2

Anyone have any ideas why this happen ?

Manifest :

<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
HelmiB
  • 12,303
  • 5
  • 41
  • 68
  • Permissions shouldn't be an issue. There's no uses-* or support-screens sections? – Gabe Sechan Jun 30 '14 at 01:42
  • nope. but i use this : `` – HelmiB Jun 30 '14 at 02:18
  • 1
    Ok, I found the problem here http://stackoverflow.com/questions/17267986/nexus-7-compatibility-issue Apparently there is a permission problem- the telephony permission makes Google require you to have a telephony stack. So unless your tablet has 3G, it won't be compatible. Add required="false" to that permission – Gabe Sechan Jun 30 '14 at 02:27
  • Yah, that could be it. thank you for the pointer. – HelmiB Jun 30 '14 at 02:47

0 Answers0