Re: [android-developers] Broadcast receiver on REBOOT

2011-10-12 Thread Mark Murphy
On Wed, Oct 12, 2011 at 4:41 AM, ranjit R wrote: > I need to trigger a broadcast receiver  when it starts to reboot/ > reboots not when boot_completed . As the documentation says, ACTION_REBOOT "is only for use by system code". You are not system code, in all likelihood. Since the device may be i

[android-developers] Broadcast receiver on REBOOT

2011-10-12 Thread ranjit R
I need to trigger a broadcast receiver when it starts to reboot/ reboots not when boot_completed . i not able to trigger the broadcast receiver. below is my code public class broadcastreceiver extends BroadcastReceiver{ @Override public void onReceive(Context context, Intent intent) { Log.i("LO