它应该得到的只是在手机上,而不是在平板电脑上安装Android应用程序是在、而不、机上、在手

2023-09-06 03:56:20 作者:仙女贩卖机

我已经建立了一个应用程序,但由于平板电脑的布局问题,我决定不提供给他们的应用程序。 我已经把表现为。

I've built an app but due to layout issues in tablets i decided not to make the application available to them. I've put in manifest as.

<uses-sdk 
    android:minSdkVersion="7" 
    android:targetSdkVersion="11"        
    android:maxSdkVersion="12"/>

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

但仍然可以应用在平板电脑上安装。

but still application can be installed on tablets..

推荐答案

我想你可以使用兼容屏作为描述这里的特定设备...

I think you can use compatible-screens as described here for specific installations...

这里更多