Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework permissions to be retained when an app is temporarily uninstalled. | Dianne Hackborn | 2010-03-18 | 1 | -21/+51 |
| | | | | | | | | | | | This allows us to keep the assigned permissions when apps are temporarily removed due to the SD card being unmounted, and also if you use the facility to uninstall an app but keep its data. Also fixes issue #2515189: Potential permission spoofing attack in Android (external bug 7166) Change-Id: I2a120ec938552028c989f9e0e890c32773957738 | ||||
* | Switch the services library to using the new Slog | Joe Onorato | 2010-03-01 | 1 | -30/+31 |
| | |||||
* | remove unused ContentResolver parameter from IntentResolver.queryIntent. | Mihai Preda | 2009-05-18 | 1 | -2/+1 |
| | |||||
* | Allow intent resolution to be constrained by package name. | Mihai Preda | 2009-05-15 | 1 | -0/+17 |
| | |||||
* | More optimization of dumpsys output. | Dianne Hackborn | 2009-04-22 | 1 | -22/+24 |
| | | | | | | | | There are three major classes of changes here: - Avoid writing lines where their values are often empty, false, or some other typical thing. - Use partial writes to the PrintWriter to avoid creating temporary strings. - Use StringBuilder where we need to generate real String objects (and where possible cache the result). | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+533 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -533/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+533 |