diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-12-14 18:36:32 +0100 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-12-17 19:56:28 +0100 |
commit | bc07775393675517ecf9369f805a43e5b0929dcf (patch) | |
tree | a79034ef1f705a19026cdb07a095d51d1a2d7d65 /updater_sample/README.md | |
parent | Merge "Show wipe data confirmation text in recovery mode" (diff) | |
download | android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.gz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.bz2 android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.lz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.xz android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.tar.zst android_bootable_recovery-bc07775393675517ecf9369f805a43e5b0929dcf.zip |
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r-- | updater_sample/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md index f9c3fb8ec..5894cf8cd 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 -- [x] Verify system partition checksum for package +- [-] Verify system partition checksum for package ## Running tests @@ -235,8 +235,8 @@ privileged system app, so it's granted the required permissions to access 5. Run a test file ``` adb shell am instrument \ - -w com.example.android.systemupdatersample.tests/android.support.test.runner.AndroidJUnitRunner \ - -c com.example.android.systemupdatersample.util.PayloadSpecsTest + -w -e class com.example.android.systemupdatersample.UpdateManagerTest#applyUpdate_appliesPayloadToUpdateEngine \ + com.example.android.systemupdatersample.tests/android.support.test.runner.AndroidJUnitRunner ``` |