Closed GoogleCodeExporter closed 8 years ago
backport-android-bluetooth is a backport of 2.0(or higher) bluetooth API.
you don't need this project.
Original comment by esma...@gmail.com
on 4 Apr 2010 at 11:02
[deleted comment]
Hi,
thanks for the answer, but what about creating an app which should run von
Android
1.5 AND 2.x. OK, I could build two apps, one for each Android version, but the
user
would have to download the right version which is not very handy for them. And
I
will have the problem that I have for each compile manually change the imports.
Any solution or for that?
regards
spachner
Original comment by stefanpa...@googlemail.com
on 5 Apr 2010 at 1:25
Spachner,
if you set your target attributes in your manifest correctly, the market takes
care of showing the user the
correct app for their device.
That being said, there are ways to support new and old apis with one code base
(see android dev blog or
businesscard sample re: contacts api). Seems like this project hasn't
supported this yet but sounds like a
worthwhile effort (considering 1.6 is still the majority of devices as of this
posting).
Dario
Original comment by dario.nycjava@gmail.com
on 8 Apr 2010 at 7:42
[deleted comment]
I got a email which seems to be an new comment on my issue but the original
comment does not show up here, so I just copy them here and answer:
-----------------------------------------------------------
Comment #5 on issue 6 by K.Digeser: How to run backport on Android 2.0.1
http://code.google.com/p/backport-android-bluetooth/issues/detail?id=6
Spachner,
have you found a solution?
Because I have the same problem with my programm.
regards
Kate
----------------------------------------------------------
Hi Kate,
I just did the code changes necessary temporarily for 2.x in my code base and
compile again to get an package runnable for 2.x, too. This was the easiest way
for me.
regards
spachner
Original comment by stefanpa...@googlemail.com
on 1 Sep 2010 at 7:05
Original issue reported on code.google.com by
stefanpa...@googlemail.com
on 19 Mar 2010 at 4:38