Skip to content

Commit

Permalink
android 14 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaycakir committed Jun 24, 2024
1 parent 0a3e36c commit 2b22118
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@

<!-- To allow starting foreground services on Android P+ - https://developer.android.com/preview/behavior-changes#fg-svc -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

<application>
<service android:name=".services.FileDownloadService$SharedMainProcessService"
android:foregroundServiceType="dataSync"/>
<service android:name=".services.FileDownloadService$SharedMainProcessService" />
<service
android:name=".services.FileDownloadService$SeparateProcessService"
android:foregroundServiceType="dataSync"
android:process=":filedownloader" />
</application>

Expand Down

0 comments on commit 2b22118

Please sign in to comment.