From 0459d6d9f4d9a8e22121e4b8ee010fda88209467 Mon Sep 17 00:00:00 2001 From: Hwanseung Lee Date: Thu, 1 Dec 2022 02:25:07 +0900 Subject: ui: un-export VpnService There is no reason to expose this service to external apps.[1] [1] https://developer.android.com/guide/topics/manifest/activity-element#exported Signed-off-by: Hwanseung Lee Signed-off-by: Harsh Shandilya --- tunnel/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunnel') diff --git a/tunnel/src/main/AndroidManifest.xml b/tunnel/src/main/AndroidManifest.xml index dc0d6c7f..9db194f8 100644 --- a/tunnel/src/main/AndroidManifest.xml +++ b/tunnel/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ + android:exported="false"> -- cgit v1.2.3