[android-developers] Can dynamic broadcastreceiver receives intent from other apps

2012-11-12 Thread Jin
Hi, I encountered a problem with dynamic broadcastreceiver. I send an intent using sendBroadcast from App B, and it can be received in App B by both static receiver and dynamic receiver. However, when it comes to App A, it can only be received by static receiver. I find on developer site that

Re: [android-developers] Can dynamic broadcastreceiver receives intent from other apps

2012-11-12 Thread Mark Murphy
On Mon, Nov 12, 2012 at 12:53 PM, Jin jiang...@gmail.com wrote: So, does this mean that dynamic broadcastreceiver can only receive intent in its own main application thread, and cannot receive intent from other apps? No. You can see a dynamic-registered BroadcastReceiver receiving broadcasts

Re: [android-developers] Can dynamic broadcastreceiver receives intent from other apps

2012-11-12 Thread Jin
Hi Mark Yes. It did receive from other apps. I made a mistake... Thanks a lot On Monday, November 12, 2012 1:04:51 PM UTC-5, Mark Murphy (a Commons Guy) wrote: On Mon, Nov 12, 2012 at 12:53 PM, Jin jian...@gmail.com javascript: wrote: So, does this mean that dynamic broadcastreceiver