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
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
2 matches
Mail list logo