diff --git a/docs/modules/ROOT/pages/os/androidVpnClient.adoc b/docs/modules/ROOT/pages/os/androidVpnClient.adoc index 068ecdec..4bc8b7ac 100644 --- a/docs/modules/ROOT/pages/os/androidVpnClient.adoc +++ b/docs/modules/ROOT/pages/os/androidVpnClient.adoc @@ -80,7 +80,7 @@ To connect a profile use the following information in the Intent: * `*Action* : org.strongswan.android.action.START_PROFILE` * `*Extras*` : -** `*org.strongswan.android.VPN_PROFILE_ID*`: UUID of the profile to start + +** `*org.strongswan.android.VPN_PROFILE_UUID*`: UUID of the profile to start + (a string that looks like this: `7b21d354-52ed-4c14-803a-a3370f575405`) To disconnect the profile use the following information in the Intent: @@ -90,7 +90,7 @@ To disconnect the profile use the following information in the Intent: * `*Action*: org.strongswan.android.action.DISCONNECT` * `*Extras*`: -** `*org.strongswan.android.VPN_PROFILE_ID*`: UUID of the profile to disconnect +** `*org.strongswan.android.VPN_PROFILE_UUID*`: UUID of the profile to disconnect NOTE: If no profile ID is passed or it doesn't match the ID of the currently connected profile, a dialog is shown that asks confirmation from the user @@ -207,6 +207,10 @@ or directly from the app's page in the Play store. == Changelog +=== 2.5.1 (2024-02-26) + +* Fix for existing shortcuts and automation via Intents + === 2.5.0 (2024-02-22) * Support for managed configurations via enterprise mobility management (EMM)