Android app: Can I tell if/when a remote connection exists

tlhIntoq
tlhIntoq Posts: 1
edited January 2022 in Mobile

We already do some TeamViewer APK stuff. But its all calls back to the TV server for things like status and list of ids etc.

I need something simplier and local. I just need to know if there is a remote user connected. That's it. Simple bool. Is there a remote session currently in progress on this android tablet?

Seems that should be really straight forward. At most is there an Android broadcast message that happens when a connection is established and again when killed?