我希望我的应用程序适用于所有平板电脑,例如从三星 Galaxy TAb 7 英寸到任何其他平板电脑尺寸。
当我在 google play 上发布我的应用程序时,它出现在 HTC Sensation XE 和三星 Galaxy S3 等相同的手机上!,这是我在清单中的标签:
<supports-screens
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />
我想我不完全理解每个子标签对应的大小是什么。谁能帮我?