Re: [android-developers] Re: RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2012-12-20 Thread kaciula
I have a similar issue. My users on Samsung Galaxy S 3 report that after reboot, my app's alarms don't work anymore. On my nexus one and other tested devices, everything works OK after reboot. What would be the solution for this? On Monday, February 7, 2011 12:18:52 AM UTC+2, Kostya Vasilyev

Re: [android-developers] Re: RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2012-12-20 Thread Piren
add this to your boot receiver filter action android:name=android.intent.action.QUICKBOOT_POWERON/ On Thursday, December 20, 2012 2:43:15 PM UTC+2, kaciula wrote: I have a similar issue. My users on Samsung Galaxy S 3 report that after reboot, my app's alarms don't work anymore. On my nexus

Re: [android-developers] Re: RECEIVE_BOOT_COMPLETED not sent after power off? (works on restart)

2011-02-06 Thread Kostya Vasilyev
If it really is hibernation (as opposed to a reboot), then alarms *should* persist, and there should be no need to reset them. Anyone have one of those and willing to check? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 07.02.2011 1:07 пользователь Peter Sinnott psinn...@gmail.com написал: