0
0
mirror of https://github.com/etesync/android.git synced 2024-09-19 20:32:17 +02:00

Add POST_NOTIFICATIONS permission to app's manifest (#237)

Since we updated the target SDK version to 33 in
3f05b7fc1f, we should request
notifications permissions to continue allowing the user to receive
journal changes and certificate notifications
This commit is contained in:
0xedward 2023-07-16 15:40:31 -04:00 committed by GitHub
parent ddfdf3d71c
commit 7f82eb60d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.READ_SYNC_STATS"/>
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<!-- account management permissions not required for own accounts since API level 22 -->
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" android:maxSdkVersion="22"/>