Skip to content

Commit

Permalink
Merge branch 'develop' into fix/proguard-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras authored Jun 25, 2024
2 parents 79694ec + dac5a02 commit abbe72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uni/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<application
android:label="uni"
android:name="${applicationName}"
Expand Down Expand Up @@ -55,6 +55,7 @@
<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 abbe72b

Please sign in to comment.