App is not listed in Google play store for tablet devices
问题 Have published the app on the google play store. Able to download and install on android phones. But the app is not at all listed in Play store for tablet devices. i suspect there is something wrong in my manifest file. contents of the manifest file are <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:xlargeScreens="true" android:smallScreens="true" /> <uses-permission android:name="android.permission.CAMERA