summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/ActivityManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Don't crash in various ways when using backup services too earlyChristopher Tate2009-06-261-0/+9
* Add a method to Process to get uid for a pid.Amith Yamasani2009-06-241-3/+2
* Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-241-39/+51
* Track native processes and airplane mode.Amith Yamasani2009-06-241-2/+11
* Fix issue #1933587. Perform dexopt of instrumentation .apks.Dianne Hackborn2009-06-221-3/+5
* Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-181-2/+60
* Extend Intent/Uri conversion for use by BrowserDianne Hackborn2009-06-171-1/+2
* add exception message to ApplicationErrorReportJacek Surazski2009-06-171-2/+9
* Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu2009-06-171-2/+2
* Fix many of the ANRs introduced by scheduling classes.Dianne Hackborn2009-06-161-7/+37
* Fix bug #1812041: activity manager crash with bad args.Dianne Hackborn2009-06-121-30/+20
* The rest of the basic flow for restoreChristopher Tate2009-06-101-5/+8
* ActivityManager: Ensure that we clear the calling process identity around cal...San Mehat2009-06-101-0/+4
* Apply OOM adjustment while an app is undergoing backupChristopher Tate2009-06-051-3/+28
* More backup workChristopher Tate2009-06-031-0/+3
* * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-1/+1
* Track activity foreground CPU usage for battery stats.Amith Yamasani2009-06-031-1/+32
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-311-1/+147
* Activity Manager changes the scheduling group of processes.Dianne Hackborn2009-05-261-3/+29
* ActivityManagerService sends bug reports on crashes and ANRsJacek Surazski2009-05-201-1/+114
* Fix issue where apps could prevent the user from going home.Dianne Hackborn2009-05-191-28/+242
* remove unused ContentResolver parameter from IntentResolver.queryIntent.Mihai Preda2009-05-181-4/+1
* Fix issue #1837610 and #1753079Dianne Hackborn2009-05-111-19/+24
* Improve shutdown process to send broadcast for applications.Dianne Hackborn2009-05-081-6/+52
* More optimization of dumpsys output.Dianne Hackborn2009-04-221-70/+86
* Let's do bug #1769910 actually right.Dianne Hackborn2009-04-131-16/+42
* Fix issue #1769910 (Track activity launch times)Dianne Hackborn2009-04-071-2/+2
* Automated import from //branches/donutburger/...@142239,142239Ed Heyl2009-03-241-2/+2
* Automated import from //branches/donutburger/...@141391,141391Chris Tate2009-03-241-2/+5
* Automated import from //branches/donutburger/...@140828,140828Dianne Hackborn2009-03-241-5/+1
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-6/+32
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-0/+50
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-13/+53
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+11790
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-11765/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-30/+5
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-5/+30
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-9/+45
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-27/+49
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-34/+233
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-7/+36
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-2/+11
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+4
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-65/+159
* Initial ContributionThe Android Open Source Project2008-10-211-0/+11373