/**
* Window type: system window, such as low power alert. These windows
* are always on top of application windows.
* In multiuser systems shows only on the owning user's window.
*/
setWindowLayoutType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);

setWindowLayoutType(WindowManager.LayoutParams.TYPE_SYSTEM_ERROR);