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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: