index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
rollback
/
PackageRollbackInfo.java
Age
Commit message (
Expand
)
Author
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-05-19
Clean up the code that deletes snapshots by inode (1/n)
JW Wang
2020-03-30
Replace IntArray with List<Integer> (3/n)
JW Wang
2020-01-10
Rollback user data of apks-in-apex while rolling back the apex
Mohammad Samiul Islam
2020-01-02
Respect the rollback data policy (3/n)
JW Wang
2019-08-14
Remove INSTALLED_USERS extra from ACTION_PACKAGE_ENABLE_ROLLBACK.
Oli Lan
2019-03-12
Merge changes I72e979ce,I183b8a48
TreeHugger Robot
2019-03-12
Use test stubs for RollbackTests, not system stubs.
Richard Uhler
2019-03-11
Fix checkstyle error in PackageRollbackInfo.
Richard Uhler
2019-03-08
API cleanup: add NonNull annotation to Rollback API
shafik
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-19
RMS: Pass in rollback_id in the calls to installd
Nikita Ioffe
2019-02-06
RMS: Delete user data snapshots when deleting a rollback
Nikita Ioffe
2019-02-05
Staged Rollbacks Part 1: Pre reboot data copy.
Narayan Kamath
2019-01-29
Multi-user support for app data snapshot / rollback.
Narayan Kamath
2019-01-23
Use VersionedPackage in PackageRollbackInfo.
Richard Uhler
2019-01-02
Make RollbackManager @SystemApi.
Richard Uhler
2018-12-31
Add RollbackManagerService
Richard Uhler