summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2022-07-22 16:34:16 +0200
committerArne Schwabe <arne@rfc2549.org>2022-07-22 16:35:02 +0200
commit552264611d9ca218a905e3e461df27e3d0f860cd (patch)
treea01b3a88a7a43ae46b1f1930d896ff968e503d42 /README.md
parentc1d835922541bcbb7ab88a8e3b9a80a3913a351d (diff)
Do not delete any app permission when viewing settings (closes #1469)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a2e2e06..415fc0ca 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,12 @@ acitvies to start/stop, pause/resume (like a user would with the notification)
- `de.blinkt.openvpn.api.PauseVPN`
- `de.blinkt.openvpn.api.ResumeVPN`
-They use `de.blinkt.openvpn.api.profileName` as extra for the name of the VPN profile..
+They use `de.blinkt.openvpn.api.profileName` as extra for the name of the VPN profile.
+
+You can use `adb` to to test these intents:
+
+ adb -d shell am start -a android.intent.action.MAIN -n de.blinkt.openvpn/.api.ConnectVPN --es de.blinkt.openvpn.api.profileName myvpnprofile
+
Note to administrators
------------------------