gpt4 book ai didi

android - 限制在平板电脑上从 Google Play 下载

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

<分区>

我知道有一个话题已经讨论过了: Here

<manifest ... >
<compatible-screens>
<!-- all small size screens -->
<screen android:screenSize="small" android:screenDensity="ldpi" />
<screen android:screenSize="small" android:screenDensity="mdpi" />
<screen android:screenSize="small" android:screenDensity="hdpi" />
<screen android:screenSize="small" android:screenDensity="xhdpi" />
<screen android:screenSize="small" android:screenDensity="xxhdpi" />
<screen android:screenSize="small" android:screenDensity="xxxhdpi" />
<!-- all normal size screens -->
<screen android:screenSize="normal" android:screenDensity="ldpi" />
<screen android:screenSize="normal" android:screenDensity="mdpi" />
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<screen android:screenSize="normal" android:screenDensity="xxhdpi" />
<screen android:screenSize="normal" android:screenDensity="xxxhdpi" />
</compatible-screens>
</manifest>

我已将上述代码应用到我的项目中,但不知为何某些设备仍被识别为平板电脑:

• Samsung S8+ Android 7.0 ( 2960x1440 6.2')

• Nexus 5X Android 8.0 ( 1920x1080 5.2')

• Google Pixel 2 Android 8.0 ( 1920x1080 5')

应用页面提示“您的设备与该版本不兼容”。

那么有没有办法保证所有的手机都可以下载app而不是平板呢?

非常感谢

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