Merge "updater_sample: update README.md"
am: 1cb7222784
Change-Id: I4347b45f3d0abc9fa93bc70b42ec6df94be595e4
This commit is contained in:
@@ -140,6 +140,9 @@ Start an update attempt to download an apply the provided `payload_url` if
|
|||||||
no other update is running. The extra `key_value_pair_headers` will be
|
no other update is running. The extra `key_value_pair_headers` will be
|
||||||
included when fetching the payload.
|
included when fetching the payload.
|
||||||
|
|
||||||
|
`key_value_pair_headers` argument also accepts properties other than HTTP Headers.
|
||||||
|
List of allowed properties can be found in `system/update_engine/common/constants.cc`.
|
||||||
|
|
||||||
### UpdateEngine#cancel
|
### UpdateEngine#cancel
|
||||||
|
|
||||||
Cancel the ongoing update. The update could be running or suspended, but it
|
Cancel the ongoing update. The update could be running or suspended, but it
|
||||||
@@ -181,9 +184,8 @@ Called whenever an update attempt is completed.
|
|||||||
- [x] Deferred switch slot demo
|
- [x] Deferred switch slot demo
|
||||||
- [x] Add UpdateManager; extract update logic from MainActivity
|
- [x] Add UpdateManager; extract update logic from MainActivity
|
||||||
- [x] Add Sample app update state (separate from update_engine status)
|
- [x] Add Sample app update state (separate from update_engine status)
|
||||||
- [-] Add smart update completion detection using onStatusUpdate
|
- [x] Add smart update completion detection using onStatusUpdate
|
||||||
- [ ] Add pause/resume demo
|
- [x] Add pause/resume demo
|
||||||
- [ ] Add demo for passing NETWORK_ID to `UpdateEngine#applyPayload`
|
|
||||||
- [ ] Verify system partition checksum for package
|
- [ ] Verify system partition checksum for package
|
||||||
- [?] Add non-A/B updates demo
|
- [?] Add non-A/B updates demo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user