[android-developers] Broadcast receiver receive empty extras

2012-04-18 Thread viktor
Hi, I had a simple app that has Service and Application. Service sends broadcasts by Action with extras. Application receive this broadcast and handle some action by key that is in extras. Sometime application receive empty extras, so if I get Intent.getExtras(), the Bundle will be empty; Any

Re: [android-developers] Broadcast receiver receive empty extras

2012-04-18 Thread Justin Anderson
What action are you receiving? Is it your own custom action or one defined by Android? If it is a custom action then you would need to figure out why you are sending the broadcast without extras. If it is defined by Android, then it may be some other application that sends the broadcast, in