Android 使用Google Play过滤器将应用程序限制为4:3屏幕

Android 使用Google Play过滤器将应用程序限制为4:3屏幕,android,google-play,Android,Google Play,我想在Google Play上发布一个应用程序,并将其设置为仅适用于4:3平板电脑 我发现过滤器仅限于平板电脑屏幕: <supports-screens android:smallScreens="false" android:normalScreens="false" android:largeScreens="true" android:xlargeScreens="true" /> 但是,我只能找到用于限制某些屏幕密度的过滤器,例如 <sup

我想在Google Play上发布一个应用程序,并将其设置为仅适用于4:3平板电脑

我发现过滤器仅限于平板电脑屏幕:

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

但是,我只能找到用于限制某些屏幕密度的过滤器,例如

<supports-screens android:requiresSmallestWidthDp="600" />

而不是长宽比


有没有办法将应用程序的屏幕限制为4:3?

您是否检查了-?“并将其设置为仅适用于4:3平板电脑”--这是一个非常有限的市场。“有没有办法将应用程序限制在4:3的屏幕上?”——不是通过清单。这不是我的决定。谢谢你们的链接,潜水员。