> What I'll like to do is to start a LBS service at phone boot and then > bring up a message when I reach a certain GPS position.
Applications should not "pop up" a message, but rather use notification: >From the docs: "Notifications can take different forms: * A persistent icon that goes in the status bar and is accessible through the launcher, (when the user selects it, a designated Intent can be launched), * Turning on or flashing LEDs on the device, or * Alerting the user by flashing the backlight, playing a sound, or vibrating. " http://code.google.com/android/reference/android/app/NotificationManager.html See also API Demos / App / Notification / Notifying Service Controller I guess the framework will take care that the notification reaches the user propely. Peli www.openintents.org --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

