I am working with an Android TV stick device which uses a modern version of android...
I noticed with B4A bridge, the draw overtop of apps permission request actually never pops up so it might be different.
Also when developing my app, the OverlayWindow library I use, doesnt work. it probably needs the permission, again... it doesn't pop up.
I was following this thread here:
www.b4x.com
What changes do I need to make to this, to get it to work with Android TV? It doesnt have the standard android.settings app. it has its TV version that pulls off from the right side.
Thanks.
I noticed with B4A bridge, the draw overtop of apps permission request actually never pops up so it might be different.
Also when developing my app, the OverlayWindow library I use, doesnt work. it probably needs the permission, again... it doesn't pop up.
I was following this thread here:
Draw on top of other apps permission
Starting from Android 6 a special permission is required if you want to use the SYSTEM_ALERT_WINDOW permission. This permission is not related to the runtime permissions. You can put this code in a class to check whether your app has permission and open the settings page if needed: Sub...

What changes do I need to make to this, to get it to work with Android TV? It doesnt have the standard android.settings app. it has its TV version that pulls off from the right side.
Thanks.