android - Google Play Filtering out Tablets with SIM -


Text after "

This is my manifestation:

  & lt; Uses - sdk android: targetSdkVersion = "19" Android: minSdkVersion = "9" /> & Lt; Usage-permission Android: name = "android.permission.READ_CONTACTS" & gt; & Lt; Uses / Permissions & gt; & Lt; Usage-permission Android: name = "android.permission.RECEIVE_BOOT_COMPLETED" /> & Lt; Usage-permission Android: name = "android.permission.READ_SMS" & gt; & Lt; Uses / Permissions & gt; & Lt; Usage-permission Android: name = "android.permission.RECEIVE_SMS" & gt; & Lt; Uses / Permissions & gt; & Lt; Usage-permission Android: name = "android.permission.SEND_SMS" & gt; & Lt; Uses / Permissions & gt; & Lt; Use-permission Android: name = "android.permission.INTERNET" & gt; & Lt; Uses / Permissions & gt; & Lt; Use-permission Android: name = "android.permission.ACCESS_NETWORK_STATE" & gt; & Lt; Uses / Permissions & gt; & Lt; Usage-permission Android: name = "com.android.vending.BILLING" />  

One of the users reported that they can not install the app on the Android 4.0.3 Medion Lifetab tablet, though it has a SIM card slot, Google Play says "the app is incompatible with the device. "And this is" designed for the phone ".

My thought uses this SMS permissions, which is something to do with creating telephony & lt-feature & gt; Required, however, this tablet has a telephony facility, so why not compatible? After the next investigation, it has detected its own SMS system that the carrier was the tablets

"itemprop =" text ">

Messages were being sent to the tablet's Internet connection instead of the default SMS system built in the firmware of Android. All this is completely transparent to the user.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -