I've just uploaded a new APK in my Developer Console. With new versionCode="2" and new versionName="1.01". I've changed nothing at the compatible screens:
<compatible-screens android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="false" />
But when i Upload it in the Developer Console, the xlargeScreens are supported now: Picture in Google Play Developer Console
Why are the xlarge-Screens supported now??