I have to dismiss this system Dialog (Attached below). I am getting this value but I am not able to dismiss it programmatically in Service not in Activity.
Dialog
Try using the following:
sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));