Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (screensize)
Viewing all articles
Browse latest Browse all 6

Android - Releasing to phones only?

$
0
0

Can someone give some tips for releasing an android app to phones only? I went in and added the below, but then it leaves out the Galaxy S5 and Note 4 devices but allows tablets like the Nexus 7.

<compatible-screens>
        <!-- all small size screens -->
        <screen android:screenSize="small" android:screenDensity="ldpi" />
        <screen android:screenSize="small" android:screenDensity="mdpi" />
        <screen android:screenSize="small" android:screenDensity="hdpi" />
        <screen android:screenSize="small" android:screenDensity="xhdpi" />
        <!-- all normal size screens -->
        <screen android:screenSize="normal" android:screenDensity="ldpi" />
        <screen android:screenSize="normal" android:screenDensity="mdpi" />
        <screen android:screenSize="normal" android:screenDensity="hdpi" />
        <screen android:screenSize="normal" android:screenDensity="xhdpi" />
    </compatible-screens>
I'm at a loss right now. I can either leave out good chunk of the market or allow everything and piss off users when it doesn't look right.

Viewing all articles
Browse latest Browse all 6

Latest Images

Trending Articles





Latest Images