alidiepuit / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Does not appear in Market for HTC Tattoo #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Search this application in the Market for a HTC Tattoo

What is the expected output? What do you see instead?

It cannot be found, because I think that the applications have to tell any
way that they support this device, or its smaller screen resolution, I am
not sure.

What version of the product are you using (See "About" screen)?

I searched it April 19th 2010.

Make/model of your device, and Android version?

HTC Tattoo, Android 1.6, QVGA 240 x 320

Original issue reported on code.google.com by benjaval...@gmail.com on 20 Apr 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Thanks for your feedback.

I don't know how to handle that, because I have to switch to 1.6 API to be able 
to
tell that small screen are supported (See
http://developer.android.com/guide/topics/manifest/supports-screens-element.html
 ,
introduced in API level 4), but I really want to stick with 1.5 at present time
because there are still a lot of devices with this API level.

More info here :
http://developer.android.com/guide/practices/screens_support.html#strategies

I prefer to not change the compiler to use level 1.6 as it could lead to 
produce code
that doesn't run on 1.5 if not properly tested (and we all know that nobody 
have time
for testing ;-) ).

Unfortunately it will probably stay as is until the 1.5 market share as dropped 
to
nearly nothing :-(

Original comment by nguillau...@gmail.com on 21 Apr 2010 at 11:46