Hello.
My app has been configured to start at boot.
But just after rebooting, openvpn client setup screen hides my app.
If I dismiss openvpn, my app comes back to foreground.
I already inserted a timer that checks if my app is paused, but it does not work with openvpn.
How can I hide automatically openvpn cllient?
Thanks
My app has been configured to start at boot.
But just after rebooting, openvpn client setup screen hides my app.
If I dismiss openvpn, my app comes back to foreground.
I already inserted a timer that checks if my app is paused, but it does not work with openvpn.
B4X:
If IsPaused(Main) Then StartActivity(Main)
How can I hide automatically openvpn cllient?
Thanks