Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy HTC One is unsupported device for my app on google play
    primarykey
    data
    text
    <p>I created an app for all <strong>Camera Phones</strong>. However when I upload the app to playstore the <strong>HTC One</strong> is listed as an <strong>unsupported device</strong>. So HTC One users are unable to install the app.</p> <p>Here some more <strong>unsupported device</strong>: <strong>Sony Xperia Z, HTC One and Samsung Galaxy S4.</strong></p> <p>Some lines of my manifest:</p> <pre><code>&lt;uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /&gt; &lt;compatible-screens&gt; &lt;!-- all small size screens --&gt; &lt;screen android:screenDensity="ldpi" android:screenSize="small" /&gt; &lt;screen android:screenDensity="mdpi" android:screenSize="small" /&gt; &lt;screen android:screenDensity="hdpi" android:screenSize="small" /&gt; &lt;screen android:screenDensity="xhdpi" android:screenSize="small" /&gt; &lt;!-- all normal size screens --&gt; &lt;screen android:screenDensity="ldpi" android:screenSize="normal" /&gt; &lt;screen android:screenDensity="mdpi" android:screenSize="normal" /&gt; &lt;screen android:screenDensity="hdpi" android:screenSize="normal" /&gt; &lt;screen android:screenDensity="xhdpi" android:screenSize="normal" /&gt; &lt;/compatible-screens&gt; &lt;uses-permission android:name="android.permission.CAMERA" /&gt; &lt;uses-permission android:name="android.permission.FLASHLIGHT" /&gt; &lt;uses-permission android:name="android.permission.VIBRATE" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-feature android:name="android.hardware.camera" /&gt; &lt;uses-feature android:name="android.hardware.camera.autofocus" android:required="false" /&gt; &lt;uses-feature android:name="android.hardware.camera.flash" android:required="false" /&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload