am developing an app which will automatically uploads data in background(which are stored in offline) to the back end when the device network connected. For this i have implemented broadcast receiver in manifest. it works fine but in above nougat devices, the broadcast receiver does not triggers for CONNECTIVITY_ACTION .
so that, i implemented the job scheduler technique. In that also the broadcast receiver does not triggers. please help