Hi All,
I know how to autostart after boot with the BOOT_COMPLETED
intent action, but I didn't find how to autostart an application just after it has been installed on the device.
For my application I would like to set an alarm after the install, I looked at the PACKAGE_ADDED
intent action but it says that the newly installed package does not receive this broadcast.
Any advice ?
Thanks in advance