Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic.
Lately my app is not visible from the tablets even if it was before.
But the console tells me:
Supported Devices: 2665 Excluded Devices: 0
So I have to think that there is no problem, but why this app is not available when you try to search it on PlayStore from tablets?
As suggested on the forums I put the following code in the manifest:
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true" />
Is there a safe way to support all tablets without exceptions?