summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/PersistentDataBlockService.java
Commit message (Expand)AuthorAgeFilesLines
* Add @GuardedBy annotation to PersistentDataBlockService#mIsWritable.Charles He2017-03-221-0/+3
* Prevent writing to FRP partition during factory reset.Charles He2017-03-221-6/+14
* Remove FRP wipe support for device initializersCraig Lafayette2015-06-111-27/+0
* Reset protection in PersistentDataBlockManagerCraig Lafayette2015-04-101-4/+35
* Merge "Add system prop to track if oem unlock is allowed"Andres Morales2015-03-271-2/+6
|\
| * Add system prop to track if oem unlock is allowedAndres Morales2015-03-191-2/+6
* | Write correct checksum when formatting partitionAndres Morales2015-03-191-5/+4
|/
* Wipe FRP partition if OEM unlock enabledAndres Morales2015-01-071-19/+33
* Define permission for system apps to query size of blockAndres Morales2014-11-251-1/+4
* Add a checksum to FRP partitionAndres Morales2014-11-181-46/+169
* Only allow USER_OWNER to access PDB and change OEM unlock abilityAndres Morales2014-10-311-5/+12
* do not allow monkey to flip OEM unlock flagGuang Zhu2014-09-121-0/+7
* Allow PersistentDataBlockService to be used with all usersAndres Morales2014-08-061-7/+12
* Permit settings to "wipe" the persistent partitionAndres Morales2014-07-171-57/+118
* Service for reading and writing blocks to PST partitionAndres Morales2014-07-091-0/+261