LibreTasks
LibreTasks copied to clipboard
Allow 1.5 sdk based support
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
Original issue reported on code.google.com by [email protected]
on 13 Jul 2010 at 9:43
This issue was closed by revision r808.
Original comment by [email protected]
on 13 Jul 2010 at 9:47
- Changed state: Fixed
If we have to use 1.6 on the dev phone, we should be able to flash the firmware
using these instructions: http://developer.htc.com/adp.html
Original comment by [email protected]
on 13 Jul 2010 at 10:06
Change made in r701 will cause SMS to not work on API-3 (Android 1.5).
Suggested work around is a wrapper class that dispatches the appropriate API
leveled class:
http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-
it-too.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%
2FhsDu+%28Android+Developers+Blog%29&utm_content=Google+Reader
Original comment by [email protected]
on 15 Jul 2010 at 6:24
- Changed state: Accepted
The change mentioned that caused this is:
http://code.google.com/p/omnidroid/source/diff?spec=svn701&r=701&format=side&pat
h=/trunk/omnidroid/src/edu/nyu/cs/omnidroid/app/core/SMSReceivedEvent.java
Original comment by [email protected]
on 15 Jul 2010 at 6:26