summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-03 18:26:55 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-03 18:26:55 +0200
commitcb2323d7c5e9e54d8f5eb39e6e798e5c025e0640 (patch)
tree97fd4ca161e5123e4234bbfbfc13882b5297fd1b /remoteExample/src/main/AndroidManifest.xml
parent164d6d6cca7f045db347b55c6412f279e060cbef (diff)
Fix various issues in remoteExample
Diffstat (limited to 'remoteExample/src/main/AndroidManifest.xml')
-rw-r--r--remoteExample/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index 1278df95..2dce4ae9 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -25,5 +25,7 @@
</intent-filter>
</activity>
</application>
-
+ <queries>
+ <package android:name="de.blinkt.openvpn"/>
+ </queries>
</manifest>