Android Market: "Localized to..." and supported screens
Hi!
Question 1:
When I upload my apk to Android Market it says
"Localized to: default, Japanese, German, Dutch, Polish, Korean, French, Turkish, Czech, Spanish, Italian, Portuguese, Russian, Swedish, Chinese (China), Chinese (Taiwan)"
Does anyone know why?
It's only localized in English and Swedish so far.
Is it possible to change this?
If not, will it affect the apps appearance on the market (could it possible fool consumers in these countries)?
Question 2:
I have added this to the android manifest, inside the manifest tags:
<supports-screens android:smallScreens="false"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
But Android Market does not recognize this. I need smallScreens to be filtered out. Is this supposed to work?
Thank you!
/anders
