summaryrefslogtreecommitdiff
path: root/core/java/android/service/persistentdata/PersistentDataBlockManager.java
Commit message (Expand)AuthorAgeFilesLines
* Protect getPersistentDataPackageName with ACCESS_PDB_STATEarangelov2022-01-271-8/+7
* Add system API to PersistentDataBlockManager to return config_persistentDataP...arangelov2022-01-201-1/+19
* Remove legacy style metalava suppressionAurimas Liutikas2020-11-121-3/+3
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-4/+4
* PDBS: add package check for getMaximumDataBlockSize()Andrew Scull2017-06-301-0/+1
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-2/+20
* Service for OEM lock management.Andrew Scull2017-04-031-0/+4
* Remove IPersistentDataBlockService from system-api.Charles He2016-12-011-0/+1
* Prevent writing to FRP partition during factory reset.Charles He2016-12-011-0/+5
* Do not toggle OEM unlock if bootloader unlockedEsteban Talavera2016-08-111-4/+3
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-18/+8
* Add SystemApi for retrieving device flash lock stateAndres Morales2016-02-231-0/+43
* Remove FRP wipe support for device initializersCraig Lafayette2015-06-111-74/+0
* Reset protection in PersistentDataBlockManagerCraig Lafayette2015-04-101-0/+74
* Mark PDBManager as a SystemApiAndres Morales2014-08-131-0/+3
* Permit settings to "wipe" the persistent partitionAndres Morales2014-07-171-15/+61
* Service for reading and writing blocks to PST partitionAndres Morales2014-07-091-0/+97