【问题标题】:How to make my app NOT support tablets如何让我的应用不支持平板电脑
【发布时间】:2014-05-17 06:59:03
【问题描述】:

当我尝试在 Google Play 上发布我的应用时,据说我的应用支持平板电脑,所以我需要上传平板电脑的屏幕截图。

但我只想为智能手机制作我的应用程序。怎么样?

【问题讨论】:

    标签: android google-play tablet


    【解决方案1】:

    您可以在清单中添加supports-screen 元素。

    例如:

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

    【讨论】:

      【解决方案2】:

      您可以使用supports-screenslargestWidthLimitDp

      在此处查看文档:http://developer.android.com/guide/topics/manifest/supports-screens-element.html

      这里有整体解释http://developer.android.com/guide/practices/screens_support.html

      【讨论】:

        猜你喜欢
        • 2011-12-20
        • 2011-08-04
        • 1970-01-01
        • 2013-01-19
        • 1970-01-01
        • 2013-06-04
        • 2012-07-17
        • 2016-02-03
        • 1970-01-01
        相关资源
        最近更新 更多