Flag in android service changed for another companion object
I have an aidl interface in the client and server applications with which I connect from the Client application to the AIDLApiService service of my Server application. I call 2 methods on the interface: start (starting the VPN service) and getInfo (to get some data about it).