Android 仅对平板电脑禁用应用程序

Android 仅对平板电脑禁用应用程序,android,android-screen-support,android-screen,Android,Android Screen Support,Android Screen,我想知道我怎样才能禁用平板电脑的应用程序我的意思是用户在使用平板电脑时不能下载应用程序 <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="false"/> 这是正确的做法吗?有些设备有

我想知道我怎样才能禁用平板电脑的应用程序我的意思是用户在使用平板电脑时不能下载应用程序

<supports-screens
            android:smallScreens="true"
            android:normalScreens="true"
            android:largeScreens="true"
            android:xlargeScreens="false"/>

这是正确的做法吗?有些设备有大屏幕,如Galaxy Note或三星Mega。它们是属于我们的吗

若我禁用它,那个么任何设备(手机)也不能下载应用程序吗

7”屏幕既大又大,所以您必须将其设置为false

更多信息请点击此处: