我只想在平板电脑上安装我的应用,并且应该阻止尝试在手机上安装它。我该怎么做?
答案 0 :(得分:0)
在你的清单中添加:
<supports-screens
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />