[android-developers] Re: Custom Intent does not reach PhoneApp

2011-05-04 Thread bluewolf
Thanks, am posting the question in the Android Platform group. On May 4, 12:52 pm, TreKing treking...@gmail.com wrote: On Tue, May 3, 2011 at 2:42 PM, bluewolf darkmoonst...@gmail.com wrote: I have added an action to the intent filter in packages/apps/Phone/src/ com/android/phone

[android-developers] Custom Intent does not reach PhoneApp

2011-05-03 Thread bluewolf
I have added an action to the intent filter in packages/apps/Phone/src/ com/android/phone/PhoneApp.java intentFilter.addAction(MY_CUSTOM_ACTION); registerReceiver(mReceiver, intentFilter); Now I try to send a broadcast from my application: Intent i = new Intent();