Re: [android-developers] Custom Listener is Null in BroadcastReceiver

2017-01-06 Thread Navid Arfaie
Thanks A lot :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

[android-developers] Custom Listener is Null in BroadcastReceiver

2016-12-27 Thread Navid Arfaie
I Create a BroadcastReciver and want to call a method when SMS Recived! this code work correctly in other classes but not fire in BroadcastReciver. *My BroadcastReciver.java:* public class IncomingSms extends BroadcastReceiver { String smsBody; private SmsListener smsListener; public