Clarify permissions error w/ Always On VPN (#119)

This commit is contained in:
John Maguire 2023-05-10 16:39:32 -04:00 committed by GitHub
parent ffe2db283c
commit 4bbd6c01ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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