-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi @Ylianst thanks for your great work in MeshCentral, i'm very grateful
I like to can resolve a lot of problem with my devices, consider that a lot of Remote Control Software are pay to use.
In this week i have tried the Android agent, written in Kotlin, and i've seen that the only use is that there isn't some working ForegroundService or something else.
I think that, android speaking, seems useful an automatic connection so the server.
I've study about that and i discovered in Android 11, for example, isn't possible "start on boot" application.
I've tried with my team to work on ForegroundService on boot, that seems work, but after a few seconds the agent disconnected (maybe because ForegroundService permit also an ANR time, and over that kill the process).
There is some implementation of this feature?
Thanks again for your work!