summaryrefslogtreecommitdiff
path: root/core/java/android/content/rollback/PackageRollbackInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Expose ROLLBACK_DATA_POLICY_* as system apiJW Wang2021-08-061-2/+2
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+1
* Clean up the code that deletes snapshots by inode (1/n)JW Wang2020-05-191-24/+2
* Replace IntArray with List<Integer> (3/n)JW Wang2020-03-301-13/+10
* Rollback user data of apks-in-apex while rolling back the apexMohammad Samiul Islam2020-01-101-3/+16
* Respect the rollback data policy (3/n)JW Wang2020-01-021-0/+24
* Remove INSTALLED_USERS extra from ACTION_PACKAGE_ENABLE_ROLLBACK.Oli Lan2019-08-141-7/+7
* Merge changes I72e979ce,I183b8a48TreeHugger Robot2019-03-121-1/+2
|\
| * Use test stubs for RollbackTests, not system stubs.Richard Uhler2019-03-121-1/+2
* | Fix checkstyle error in PackageRollbackInfo.Richard Uhler2019-03-111-1/+1
|/
* API cleanup: add NonNull annotation to Rollback APIshafik2019-03-081-0/+3
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* RMS: Pass in rollback_id in the calls to installdNikita Ioffe2019-02-191-0/+18
* RMS: Delete user data snapshots when deleting a rollbackNikita Ioffe2019-02-061-1/+34
* Staged Rollbacks Part 1: Pre reboot data copy.Narayan Kamath2019-02-051-1/+15
* Multi-user support for app data snapshot / rollback.Narayan Kamath2019-01-291-1/+68
* Use VersionedPackage in PackageRollbackInfo.Richard Uhler2019-01-231-44/+24
* Make RollbackManager @SystemApi.Richard Uhler2019-01-021-3/+3
* Add RollbackManagerServiceRichard Uhler2018-12-311-0/+109