UseHover / SDK-Issues

Public repo for tracking issues related to the Hover Android SDK
0 stars 1 forks source link

Support Android Go edition #64

Open jjmutumi opened 2 years ago

jjmutumi commented 2 years ago

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 commented 2 years ago

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

davkutalek commented 2 years ago

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.