I am create application only for tablets. Now i upload that application on market.
My application support in Android 2.2 Galaxy Tab 7 and All android 3.0 version Tablets.
Issues is that application can not install in mobile. when i use Android 2.2 version device and search my application than it's found and install in my device.
To avoid that i add this code in my manifest file:-
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true" />
but till that in mobile my application show.
I found some other code but this not show in my manifest file
android:requiresSmallestWidthDp="600"
android:compatibleWidthLimitDp="integer"
android:largestWidthLimitDp="integer"
Thanks in Advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…