For the case where there are multiple users on the device, the ROLLBACK_COMMITTED broadcast should be sent to all users for which the package is being rolled back. Test: atest RollbackTest Test: atest SecondaryUserRollbackTest Bug: 139060321 Change-Id: I8e20da321f52ebf9e6d584a8c59d2a3106a32212
This directory contains a test for the rollback manager service. Directory structure =================== RollbackTest - device driven test for rollbacks not involving staged rollbacks. StagedRollbackTest - device driven test for staged rollbacks. TestApp - source for dummy apks used in testing. TestApex - source for dummy apex modules used in testing. Running the tests ================= You can manually run the tests as follows: atest RollbackTest atest StagedRollbackTest