When I access the page of my app in Google play.
I get the following message: \"This app may not be optimized for your device\"
I am testing with a Samsung Galax
Google's quality guidelines say "For apps targeting minSdkVersion value less than 13, a element must be declared with both android:largeScreens="true" and android:xlargeScreens="true"." This goes into the element of AndroidManifest.xml, e.g.:
minSdkVersion
android:largeScreens="true"
android:xlargeScreens="true"
AndroidManifest.xml
etc