Replace 'Download' prefix with 'Updater'

These classes do more than controlling the download of the updates.
This commit is contained in:
Gabriele M
2017-07-04 19:05:04 +02:00
parent 21cc96f300
commit db3f14832a
6 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
</intent-filter>
</activity>
<service android:name=".controller.DownloadService" />
<service android:name=".controller.UpdaterService" />
<receiver android:name=".UpdatesCheckReceiver">
<intent-filter>