android - Google play is not displaying my app for tablets? -


i display app tablets well,what necessary steps needed followed app listed tablet well.already app been listed mobile phones.am missing here,please provide help.thanks.

write below code androidmanifest.xml file

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

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -