summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-12-18 07:35:27 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-12-18 07:35:27 +0100
commitd09708940ccc54e419a9bb94797d8aac949020ef (patch)
tree6a37ddfedf0b881132d4d7a9b4451dac3dc96093 /updater_sample/README.md
parentMerge "Add PrepareUpdateService." am: 2e33cbeb20 (diff)
parentMerge "Add verification before downloading whole package" (diff)
downloadandroid_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar.gz
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar.bz2
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar.lz
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar.xz
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.tar.zst
android_bootable_recovery-d09708940ccc54e419a9bb94797d8aac949020ef.zip
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r--updater_sample/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md
index 5894cf8cd..bc66a9bb4 100644
--- a/updater_sample/README.md
+++ b/updater_sample/README.md
@@ -220,7 +220,7 @@ privileged system app, so it's granted the required permissions to access
- [x] Add Sample app update state (separate from update_engine status)
- [x] Add smart update completion detection using onStatusUpdate
- [x] Add pause/resume demo
-- [-] Verify system partition checksum for package
+- [x] Verify system partition checksum for package
## Running tests