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.
You can use ACTION_CLOSE_SYSTEM_DIALOGS when window focus is lost. But please note that doing so will also prevent user from turning off the phone while your app is running because the Power Off dialog is also a system dialog.