我在用,
<supports-screens
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />
我比较关心 android:requiresSmallestWidthDp="600"
我的应用程序是否出现在 Nexus 7 平板电脑上?