Skip to content

Commit

Permalink
set type of the package download foreground service
Browse files Browse the repository at this point in the history
This will be required after raising targetSdk to Android 14.
  • Loading branch information
muhomorr authored and thestinger committed Mar 1, 2023
1 parent 4448ecd commit 0ddf124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

<service
android:name=".PackageDownloadFgService"
android:foregroundServiceType="dataSync"
android:exported="false" />

<receiver
Expand Down

0 comments on commit 0ddf124

Please sign in to comment.