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?
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
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