我想停止我的 android 应用程序在平板电脑上运行。我在 AndroidManifest.xml 中给出了如下所示
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:xlargeScreens="false"
android:resizeable="false"
android:largeScreens="false"/>
应用程序仍在平板电脑上安装和运行。如何防止这种情况?