summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Extend Intent/Uri conversion for use by BrowserDianne Hackborn2009-06-172-28/+68
* Merge change 4579 into donutAndroid (Google) Code Review2009-06-171-37/+90
|\
| * Fix issue #1924851Dianne Hackborn2009-06-171-37/+90
* | Replace the stub GoogleTransport with callout to theDan Egnor2009-06-171-29/+48
|/
* add exception message to ApplicationErrorReportJacek Surazski2009-06-171-2/+9
* Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu2009-06-175-6/+36
* Merge change 4438 into donutAndroid (Google) Code Review2009-06-171-7/+37
|\
| * Fix many of the ANRs introduced by scheduling classes.Dianne Hackborn2009-06-161-7/+37
* | Hold the current transport instantiated all the time.Christopher Tate2009-06-161-22/+26
* | Allow privileged callers to schedule a backup pass for any app.Christopher Tate2009-06-161-2/+20
|/
* More bmgr work; fix clear-data signallingChristopher Tate2009-06-161-3/+29
* Merge change 4287 into donutAndroid (Google) Code Review2009-06-151-15/+20
|\
| * Sketch out a 'bmgr' command line toolChristopher Tate2009-06-151-15/+20
* | Implement permission test for activity, window, service manager.Dianne Hackborn2009-06-151-57/+95
|/
* Merge change 4112 into donutAndroid (Google) Code Review2009-06-121-30/+20
|\
| * Fix bug #1812041: activity manager crash with bad args.Dianne Hackborn2009-06-121-30/+20
* | Journal backup requests so that they won't be lost in a crashChristopher Tate2009-06-121-5/+94
|/
* Flesh out restore interface on manager; work up most of LocalTransportChristopher Tate2009-06-101-7/+39
* Merge change 3826 into donutAndroid (Google) Code Review2009-06-101-1/+1
|\
| * LocationManagerService: Fix logic error removing multiple dead receivers.Simon Schoar2009-06-101-1/+1
* | The rest of the basic flow for restoreChristopher Tate2009-06-102-99/+211
* | resolution support fix/improvementMitsuru Oshima2009-06-101-5/+45
* | Enable HierarchyViewer on debuggable builds, even if they're secure.Romain Guy2009-06-101-516/+522
* | Merge change 3726 into donutAndroid (Google) Code Review2009-06-101-0/+4
|\ \
| * | ActivityManager: Ensure that we clear the calling process identity around cal...San Mehat2009-06-101-0/+4
| |/
* | More restore plumbing, plus add suggested-backoff to transport APIChristopher Tate2009-06-101-43/+174
|/
* Revamp IRestoreSession a bitChristopher Tate2009-06-081-0/+31
* Merge change 3420 into donutAndroid (Google) Code Review2009-06-071-3/+0
|\
| * LocationManagerService: Remove some unneeded imports.Mike Lockwood2009-06-071-3/+0
* | Add IRestoreSession interface for the restore flowChristopher Tate2009-06-071-25/+29
* | Adjust IBackupTransport interfaceChristopher Tate2009-06-071-4/+10
|/
* Merge change 3017 into donutAndroid (Google) Code Review2009-06-051-0/+77
|\
| * Add the EAP related fields for WiFi configuration.Chung-yih Wang2009-06-051-0/+77
* | Apply OOM adjustment while an app is undergoing backupChristopher Tate2009-06-051-3/+28
* | Fix tracking of backup participants across package remove/updateChristopher Tate2009-06-051-1/+8
* | Fix backup agent unbindChristopher Tate2009-06-041-40/+1
* | More backup workChristopher Tate2009-06-032-61/+233
* | Merge change 3094 into donutAndroid (Google) Code Review2009-06-031-0/+1
|\ \
| * | Grant permissions to older package when deleting an updated system application.Suchi Amalapurapu2009-06-031-0/+1
* | | * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-1/+1
* | | Track activity foreground CPU usage for battery stats.Amith Yamasani2009-06-033-2/+48
|/ /
* | Adding internal method replacePreferredActivity.Satish Sampath2009-06-031-0/+37
* | TODO's from Teleca with modifications from wink.Wink Saville2009-06-011-22/+6
|/
* base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-1/+1
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-313-95/+356
* Enforce permissions for PhoneStateListener events.Jaikumar Ganesh2009-05-291-23/+35
* Fix wifi multicast API for public use.Robert Greenwalt2009-05-281-4/+10
* Activity Manager changes the scheduling group of processes.Dianne Hackborn2009-05-262-3/+33
* Sensors: Use a native_handle for the data channel instead of a single file de...Mike Lockwood2009-05-232-20/+63
* Merge change 2364 into donutAndroid (Google) Code Review2009-05-221-0/+28
|\