Swipe-To-Dismiss-Dialog
Swipe-To-Dismiss-Dialog copied to clipboard
Cant create dialog from service
Exception shown when try to create dialog from service: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application
I suppose to make this possible swipe dismiss dialog should use window with TYPE_SYSTEM_ALERT instead of TYPE_APPLICATION.