Skip to content

Commit

Permalink
Add FOREGROUND_SERVICE_DATA_SYNC permission
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 12, 2023
1 parent 4e46cae commit c0e27ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<!-- Post notifications on Android 14+ -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- Start foreground service for dataSync -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<!-- Download files -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- Load certificate or files -->
Expand Down
2 changes: 1 addition & 1 deletion aria2lib

0 comments on commit c0e27ee

Please sign in to comment.