我想停止在平板电脑上运行我的Android应用程序。我在AndroidManifest.xml中给出了如下所示
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:xlargeScreens="false"
android:resizeable="false"
android:largeScreens="false"/>
Still app正在平板电脑上安装并运行。 如何防止这种情况?
答案 0 :(得分:1)
添加&lt; 兼容屏幕&gt;在AndroidManifest.xml中......
看到这个链接......
http://developer.android.com/guide/google/play/filters.html#advanced-filters
http://developer.android.com/guide/topics/manifest/compatible-screens-element.html
答案 1 :(得分:0)
看看this question。我认为它可以回答你的情况。