summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/IntentResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Add SMS Middleware layer.Koushik Dutta2013-06-291-1/+1
* Fix issue #7213113: Remove old intent resolverDianne Hackborn2012-09-211-10/+17
* Optimize memory use of IntentResolver.Dianne Hackborn2012-07-301-81/+209
* Package restrictions per userAmith Yamasani2012-03-221-12/+13
* Fix issue #4902856: Don't let apps register non-explicit PendingIntentsDianne Hackborn2011-06-301-4/+19
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Implement issue #3426299: Introduce application "stopped" stateDianne Hackborn2011-02-251-1/+18
* Optimize IntentResolver to reduce lookup time by 50%.Jeff Brown2011-01-281-9/+22
* Allow updated system apps to retain priorityKenny Root2011-01-121-4/+4
* Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-301-8/+18
* Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-181-21/+51
* 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
* 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