You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Android Go phones, display over other apps feature is not available. In those phones, display over other apps will work with accessibility permission. but the below check in FloatingBubbleService is breaking the flow. Is it possible to send an optional param to avoid this?
if (canDrawOverlays().not()) {
throw SecurityException("Permission Denied: \"display over other app\" permission IS NOT granted!")
}
Expected behavior
This library can work with accessibility permission as well
Actual behavior
In Android go phones without display over other apps permission, this is not working
Crash logs
No response
Floating-Bubble-View version
0.6.5
Android version
Android 13 (Go edition)
Device
poco c61
Other details
No response
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
Steps to reproduce
In Android Go phones, display over other apps feature is not available. In those phones, display over other apps will work with accessibility permission. but the below check in FloatingBubbleService is breaking the flow. Is it possible to send an optional param to avoid this?
Expected behavior
This library can work with accessibility permission as well
Actual behavior
In Android go phones without display over other apps permission, this is not working
Crash logs
No response
Floating-Bubble-View version
0.6.5
Android version
Android 13 (Go edition)
Device
poco c61
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: