Skip to content

Commit

Permalink
force removal of native permission
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana committed Jun 24, 2024
1 parent 3ab886a commit 66ba817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uni/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
<data android:mimeType="vnd.android.cursor.item/event" />
</intent>
</queries>
<uses-permission
android:name="android.permission.USE_FULL_SCREEN_INTENT"
tools:node="remove" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
<uses-permission android:name="android.permission.READ_CALENDAR"/>
Expand Down

0 comments on commit 66ba817

Please sign in to comment.