Hi, My app works like this
1) At boot time or when the app's database is empty (means after installation) it starts a service which checks the internet for some data. 2) The service stop itself when it is ready and use PendingIntent to run again later My problem is the following. It seems to me when I create a new version of the app and the users installing the upgrade the service will not start again. If the user reboots the android device the service is strated and it starts the process creating PendingIntents and start the service again and again. Is it normal to loose PendingIntents at upgrades? How should I deal with the issue? rrd -- 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

