summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/RecoverySystem.java
Commit message (Expand)AuthorAgeFilesLines
* 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