I am working on Android Marshmallow app, I have runtime permissions set in my app during launch. Once the app is running in background, when user manually disables any one permission (path: Settings > Apps > MyApp > Permissions > Contacts,SMS,Location) my app is getting killed(crashes). Is there a way to handle this situation? I want to know like is there any broadcast receiver to handle my app so that my broadcast receiver will receive that event and again my app will start it?
Thanks !