Use DownloadVideoService to download videos.

This commit is contained in:
Alex Ning
2020-08-09 10:41:24 +08:00
parent 74a4206cd2
commit 4b4785171c
8 changed files with 153 additions and 86 deletions

View File

@@ -35,7 +35,7 @@
android:windowSoftInputMode="adjustResize" />
<service
android:name=".Service.DownloadRedditVideoService"
android:name=".Service.DownloadVideoService"
android:enabled="true"
android:exported="false" />