summaryrefslogtreecommitdiff
path: root/tlsexternalcertprovider/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tlsexternalcertprovider/src/main/AndroidManifest.xml')
-rw-r--r--tlsexternalcertprovider/src/main/AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tlsexternalcertprovider/src/main/AndroidManifest.xml b/tlsexternalcertprovider/src/main/AndroidManifest.xml
index 47e15ac5..79b065e6 100644
--- a/tlsexternalcertprovider/src/main/AndroidManifest.xml
+++ b/tlsexternalcertprovider/src/main/AndroidManifest.xml
@@ -4,8 +4,7 @@
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
- package="de.blinkt.externalcertprovider">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<application
@@ -33,8 +32,7 @@
</activity>
- <service android:name=".ExternalCertService"
- tools:ignore="ExportedService">
+ <service android:name=".ExternalCertService" android:exported="true">
<intent-filter>
<action android:name="de.blinkt.openvpn.api.ExternalCertificateProvider"/>
</intent-filter>