Skip to content

Commit 9164986

Browse files
committed
Add FOREGROUND_SERVICE_DATA_SYNC permission
1 parent 956c071 commit 9164986

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1717
<!-- Start service on boot -->
1818
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
19+
<!-- Start foreground service for dataSync -->
20+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
21+
<!-- Foreground service on Android P+ -->
22+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
1923

2024
<application
2125
android:name=".ThisApplication"

aria2lib

0 commit comments

Comments
 (0)