Skip to content

Commit

Permalink
bugfix: Service not working
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Apr 4, 2023
1 parent 1acb6e6 commit 7fbcfd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
android:value="true" />
</service>

<service android:name=".DownloaderKeepUpService"
android:enabled="true"
android:exported="false" />

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.bobbyesp.spowlo.provider"
Expand Down

0 comments on commit 7fbcfd6

Please sign in to comment.