I have an Android application with android:minSdkVersion="7"
, but on the Market is not visible for Motorola Xoom.
Can anyone help me out?
I have an Android application with android:minSdkVersion="7"
, but on the Market is not visible for Motorola Xoom.
Can anyone help me out?
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false"
android:xlargeScreens="true" />