(Almost) Full OkHTTP implementation

This commit is contained in:
tom5079
2020-08-28 22:43:47 +09:00
parent ece127e982
commit fdd9b02388
24 changed files with 307 additions and 97 deletions

View File

@@ -37,8 +37,11 @@
</provider>
<service android:name=".services.DownloadService"
android:exported="false"/>
<receiver
android:name=".BroadcastReciever"
android:name=".reciever.UpdateBroadcastReciever"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />