Closed GoogleCodeExporter closed 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
Original issue reported on code.google.com by
benjaval...@gmail.com
on 20 Apr 2010 at 7:28