-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in Android O not showing view #43
Comments
I'm having same issue. I solved using Intent myIntent = new Intent(Settings.ACTION_MANAGE_OVERLAY_PERMISSION); But still stand out window not showing for oreo. |
this library is not working in API26, API27. |
I've fixed it by downloading the sources and changing the following:
And keep in mind that the persistent notifications needs a notification channel. |
Only notification is working but the Window is not showing please help I didn't got any errors just floating window is not showing on API >= 26 |
@rubenmx I've fixed the notification but Floating window is not showing |
Did you change |
@rubenmx
no luck :( |
@rubenmx my bad i was using |
Unable to add window android.view.ViewRootImpl$W@8d54593 -- permission denied for window type 2002
The text was updated successfully, but these errors were encountered: