Re: [android-developers] BroadCastReceiver + Service + KeyEvent (Foreground)

2016-11-18 Thread Steve Gabrilowitz
For security reasons, a broadcast receiver will not activate until after the user has started an activity, could this be your issue? I notice there is no activity in the manifest segment you posted. On Nov 17, 2016 12:26 PM, "MrEdusi" wrote: > My BroadcastReceiver will not

[android-developers] BroadCastReceiver + Service + KeyEvent (Foreground)

2016-11-17 Thread MrEdusi
My BroadcastReceiver will not start I will post the code below if someone can point me the error thank you public class BroadcastReceiver extends android.content.BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) {