For supporting For Nexus 6 screen size and density, I have the following in my manifest:
<compatible-screens>
<screen android:screenSize="normal" android:screenDensity="560" />
<screen android:screenSize="large" android:screenDensity="560" />
<screen android:screenSize="xlarge" android:screenDensity="560" />
</compatible-screens>
The complete list of values in my manifest are listed below. Google Play says my app is incompatible. Not sure what I am missing here..
<compatible-screens>
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<screen android:screenSize="normal" android:screenDensity="480" />
<screen android:screenSize="normal" android:screenDensity="560" />
<screen android:screenSize="normal" android:screenDensity="640" />
<screen android:screenSize="large" android:screenDensity="ldpi" />
<screen android:screenSize="large" android:screenDensity="mdpi" />
<screen android:screenSize="large" android:screenDensity="213" />
<screen android:screenSize="large" android:screenDensity="hdpi" />
<screen android:screenSize="large" android:screenDensity="xhdpi" />
<screen android:screenSize="large" android:screenDensity="480" />
<screen android:screenSize="large" android:screenDensity="560" />
<screen android:screenSize="large" android:screenDensity="640" />
<screen android:screenSize="xlarge" android:screenDensity="ldpi" />
<screen android:screenSize="xlarge" android:screenDensity="mdpi" />
<screen android:screenSize="xlarge" android:screenDensity="213" />
<screen android:screenSize="xlarge" android:screenDensity="hdpi" />
<screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
<screen android:screenSize="xlarge" android:screenDensity="480" />
<screen android:screenSize="xlarge" android:screenDensity="560" />
<screen android:screenSize="xlarge" android:screenDensity="640" />
</compatible-screens>
I got a lot of trouble too to make my app works on Nexus 6. I finally found how to do it, hopefully it will work for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With