Since the sync notify launch code is sent to multiple applications after a HotSync, it would be a bad thing if your application responded to it before all applications were notified and given a chance to react. I suggest setting up a timer (using the alarm manager) to launch yourself in a little while.
Instead of immediately switching to your application when the timer expires, I suggest waiting for the display sub-launch from the alarm manager and presenting a dialog at this time. If the user chooses to decompress the application and run it at this time, he can tap the corresponding button. If not, he can tap the Cancel button. This puts the user in control of app switching, and that's a good thing. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
