google play - My Android application is not visible on market with Motorola Xoom -


i have android application android:minsdkversion="7", on market not visible motorola xoom.

can me out?

<supports-screens         android:anydensity="true"         android:largescreens="true"         android:normalscreens="true"         android:smallscreens="false"         android:xlargescreens="true" /> 

Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -