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

Support Android Go edition #64

Open
jjmutumi opened this issue Dec 8, 2021 · 2 comments
Open

Support Android Go edition #64

jjmutumi opened this issue Dec 8, 2021 · 2 comments

Comments

@jjmutumi
Copy link

jjmutumi commented Dec 8, 2021

Problem

Android Go edition is a stripped down version of Android for devices with less specs. In these devices the Display over other apps feature seems to be permanently disabled.
Because of this Hover actions can not run! Is it possible to add support for this version? Or is there a current work around we can use?
image

@jjmutumi
Copy link
Author

jjmutumi commented Dec 8, 2021

@raybesiga the Android Go problem that has been coming up a lot lately due to cheaper phones users are purchasing.

@davkutalek
Copy link
Member

You can try using debug mode on these devices (HoverParameters.Builder.setEnvironment(1) which does not show an overlay. The permission check may still block you, let me know if it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants