Add support for A/B (Seamless) System Updates

Loosely based on:
https://github.com/LineageOS/android_packages_apps_CMUpdater/commit/0465cb691de5acd2f459ce0687b988ddf050b354
This commit is contained in:
Gabriele M
2017-07-04 19:36:32 +02:00
parent 311b2f7cfd
commit e245631b46
12 changed files with 354 additions and 7 deletions
+2
View File
@@ -30,6 +30,8 @@
<service android:name=".controller.UpdaterService" />
<receiver android:name=".UpdaterReceiver" exported="false" />
<receiver android:name=".UpdatesCheckReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>