I want my app only installed on Android Tablet alone. For this I have tried the following.
- supports-screens - Designing an android tablet-only app
- android.hardware.telephony - Restrict app installing in Tablets
- compatiblity-screens - http://developer.android.com/guide/practices/screens-distribution.html#FilteringHansetApps
- android.permission.CALL_PHONE - avoid app installing on tablet in android
But all the above scenarios are failed. The android app installed both Google Nexus S 4.1.0 mobile and Acer Iconia A500 tablet. Is there any other to restrict the android app only for android tablet alone.?
.
stackoverflow.comm
No comments:
Post a Comment