Just wondering... I have avoided the use of startForeground() due to its issue on HTC devices http://code.google.com/p/android/issues/detail?id=9682 & http://code.google.com/p/android/issues/detail?id=9663 thus I am only utilizing START_STICKY in onStartCommand(). This currently works fine (2.2) but with the upcoming release of OS 2.3 on a wider variety of mobile devices Mr. Basile's issue concerns me as it will also affect how my application works on those devices.
Should I be concerned or am I worrying prematurely? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

