summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/IntentResolver.java
Commit message (Collapse)AuthorAgeFilesLines
* Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-181-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 SlogJoe Onorato2010-03-011-30/+31
|
* remove unused ContentResolver parameter from IntentResolver.queryIntent.Mihai Preda2009-05-181-2/+1
|
* Allow intent resolution to be constrained by package name.Mihai Preda2009-05-151-0/+17
|
* More optimization of dumpsys output.Dianne Hackborn2009-04-221-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/@135843The Android Open Source Project2009-03-031-0/+533
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-533/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+533