summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/RecoverySystem.java
Commit message (Expand)AuthorAgeFilesLines
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+2
* pass --locale argument to recoveryDoug Zongker2012-08-231-3/+5
* close input streams obtained from otacerts zip fileDoug Zongker2011-11-041-3/+7
* add rebootWipeCache call to RecoverySystem APIDoug Zongker2011-07-191-12/+3
* protect all /cache/recovery/last_* files from deletionDoug Zongker2011-04-121-3/+4
* am 1d733625: am cca2f2f9: Merge "Send out a broadcast that the system is bein...Jason parks2011-04-041-5/+20
|\
| * Send out a broadcast that the system is beingJason parks2011-03-161-5/+20
* | Prefer the overload of getDigestAlgorithm spelled correctly.Jesse Wilson2011-01-251-1/+1
|/
* don't delete /cache/recovery/last_log on bootDoug Zongker2010-09-291-1/+3
* recovery just takes a filename as an argument now (do not merge)Doug Zongker2010-09-211-11/+4
* am 6c099149: am 37d2f5d1: Merge "Remove @link to hidden ACCESS_CACHE_FILESYST...Jeff Brown2010-04-081-6/+2
|\
| * Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission.Jeff Brown2010-04-081-6/+2
| * DO NOT MERGEOscar Montemayor2010-03-291-17/+0
|/
* Move boot log file writing into a background thread to avoid ANR.Dan Egnor2010-03-111-1/+1
* make RecoverySystem.verifyPackage interruptibleDoug Zongker2010-03-111-1/+11
* unhide the RecoverySystem classDoug Zongker2010-01-061-2/+0
* add recovery system interface to APIDoug Zongker2010-01-051-0/+420