From 4bbd6c01ea0ba590d46d1d20a9b70c12dfe463da Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 10 May 2023 16:39:32 -0400 Subject: [PATCH] Clarify permissions error w/ Always On VPN (#119) --- .../src/main/kotlin/net/defined/mobile_nebula/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/kotlin/net/defined/mobile_nebula/MainActivity.kt b/android/app/src/main/kotlin/net/defined/mobile_nebula/MainActivity.kt index 6cab650..90c7b9b 100644 --- a/android/app/src/main/kotlin/net/defined/mobile_nebula/MainActivity.kt +++ b/android/app/src/main/kotlin/net/defined/mobile_nebula/MainActivity.kt @@ -411,7 +411,7 @@ class MainActivity: FlutterActivity() { if (resultCode != Activity.RESULT_OK) { // The user did not grant permissions siteContainer.updater.setState(false, "Disconnected") - return result.error("permissions", "Please grant VPN permissions to the app when requested", null) + return result.error("permissions", "Please grant VPN permissions to the app when requested. (If another VPN is running, please disable it now.)", null) } // Start the VPN service