Broadcast receiver not working in android oreo
My Broadcast receiver is not working on oreo but its working below oreo it's working fine, I searched a lot regarding this but could not find the suitable solution. Does anyone face the same problem, here is my code regarding my service in which broadcast has been implemented. Kindly suggests me that how I can make in working in oreo. Here is the class public int onStartCommand(Intent intent, int flags, int startId) { mContext = this; mAppPreferences = new AppPreferences(mContext); if (intent.getExtras() != null) { data = (String) intent.getExtras().get("showPopUp"); phoneNumber= (String)