6/13/2014

Android - Broadcast 등록 후에, Broadcast send가 안되는 문제!

I was having the same problem as you, but I figured out:
Remove the intent filter from the manifest and change
Intent intent=new Intent(getApplicationContext(),WebResults.class);
for
Intent intent=new Intent();
Hope it helps!
Reference :

http://stackoverflow.com/questions/3907713/how-to-send-and-receive-broadcast-message


Inner Class로 만든 Broadcast Receiver를 동적으로 register 해줘서 그런가?


댓글 없음:

댓글 쓰기