Skip to content
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

Floating Bubble View with accessibility permission #75

Open
4 tasks done
nizam-betterapp opened this issue Nov 14, 2024 · 1 comment
Open
4 tasks done

Floating Bubble View with accessibility permission #75

nizam-betterapp opened this issue Nov 14, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@nizam-betterapp
Copy link

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

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • I have updated the library to the latest Version.
  • I will fill out all of the requested information in this form.
@nizam-betterapp nizam-betterapp added the Bug Something isn't working label Nov 14, 2024
@dofire
Copy link
Owner

dofire commented Nov 15, 2024

Hi @nizam-betterapp 👋. Thank you for letting me know. I'll try to support this feature when I have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants