gpt4 book ai didi

android - 如何让我的 android 应用程序只能安装在屏幕大于 480x800px 的设备上?

转载 作者:行者123 更新时间:2023-11-29 14:52:36 25 4
gpt4 key购买 nike

我的 Android 应用程序无法在小屏幕上正常运行。当我设计 Activity 时,我假设它只在大于(或等于)480px x 800px 的屏幕上运行。 (是的,我使用的是 px 而不是 dp)。

有什么方法可以配置应用程序以具有此限制?

最佳答案

 <supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true"
android:requiresSmallestWidthDp="480"

/>

把它放在你的 list 中

关于android - 如何让我的 android 应用程序只能安装在屏幕大于 480x800px 的设备上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13845127/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com