OpenVPN on Android with automate
Posted: Fri Jul 26, 2019 5:38 pm
I try to automatically run a OpenVPN connection on an Android device with automate and the following settings:
The name of my profile is "vpnconnect". When I start the workflow it opens the connection overview in the OpenVPN app but it does not establish the connection automatically.
Can someone help on this?
Code: Select all
PACKAGE: fx ="net.openvpn.openvpn"
ACTIVITY CLASS: fx ="net.openvpn.unified.MainActivity"
Action: View
DATA URI: (empty)
MIME TYPE: (empty)
CATEGORY: (don't select)
EXTRAS: {"net.openvpn.openvpn.AUTOSTART_PROFILE_NAME": "PC vpnconnect", "net.openvpn.openvpn.AUTOCONNECT" as Boolean: 1, net.openvpn.openvpn.APP_SECTION": "PC"}
FLAGS: (don't select)
CHOOSER: not checked
Can someone help on this?