Skip to content

Commit

Permalink
Fix improper access permitions
Browse files Browse the repository at this point in the history
  • Loading branch information
seamlink-aalves committed Feb 2, 2024
1 parent 3210354 commit 7b0c80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="${applicationId}.permission.PushHandlerActivity"/>
<permission android:name="${applicationId}.permission.PushHandlerActivity" android:protectionLevel="signature"></permission>
<uses-permission android:name="${applicationId}.permission.BackgroundHandlerActivity"/>
<permission android:name="${applicationId}.permission.BackgroundHandlerActivity" android:protectionLevel="signature"></permission>
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest/application">
Expand Down

0 comments on commit 7b0c80e

Please sign in to comment.