Restrict app installing in Tablets

前端 未结 4 972
予麋鹿
予麋鹿 2021-01-02 23:41

I have an Android application and I want to stop this app installing in Tablet. I have searched many websites. I got some ideas and followed that. But that

4条回答
  •  北海茫月
    2021-01-03 00:13

    We can install the android app in two ways.

    1. adb install command
    2. From Google Play store

    Using the adb install command, No one can restrict the app installation only to tablets or phone. The , and so on in the manifest settings file is only applicable for the Google Play store filter. We can restrict the app installation to certain device by when you upload your APK at Market see All Applications > select your application > APK > Supported devices | Excluded devices.

提交回复
热议问题