Skip to content

Commit

Permalink
fix: update queries in Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaenger committed May 22, 2024
1 parent 7c939cd commit 08bffe8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@
</config-file>

<config-file target="AndroidManifest.xml" parent="/*">
<queries>
<queries>
<package android:name="biz.vnc.vnctalk" />
<package android:name="biz.vnc.vncmail" />
<package android:name="biz.vnc.vnctask" />
<package android:name="biz.vnc.contactsplus" />
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
Expand Down

0 comments on commit 08bffe8

Please sign in to comment.