On Mon, Jan 2, 2012 at 2:04 PM, Mark Murphy <[email protected]> wrote: > You can listen for ACTION_PACKAGE_REPLACED to determine if your > application has been updated.
Will the replaced package itself receive the broadcast? As far as I can tell the only way to get such notification is by means of ACTION_MY_PACKAGE_REPLACED (Android 3.1.). > On Mon, Jan 2, 2012 at 10:52 AM, guich <[email protected]> wrote: >> Is there any kind of notification that is sent when a program is >> installed? I could get a notification that my program was installed or >> updated and then save this date/time to use later. >> >> thanks > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy -- 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

