summaryrefslogtreecommitdiffstats
path: root/cmds/am
Commit message (Collapse)AuthorAgeFilesLines
* Add new -W option to Am to wait for the start to complete.Dianne Hackborn2010-02-261-13/+51
|
* add "startservice" option to am command-line utilityDoug Zongker2010-02-241-0/+13
| | | | | | Allows starting Services in addition to Activities. Change-Id: Ib078115f6200faa8907b35909af2f64b0c563b38
* add --esn option to am to allow adding extra with a null valueDoug Zongker2009-11-301-9/+14
|
* Fix issue #2166755: BroadcastReceiver trying to return result during a ↵Dianne Hackborn2009-10-051-1/+2
| | | | | | | | | | | | non-ordered broadcast Tell the broadcast receiver whether it is getting an initial sticky value, so it will be quiet about attempts to do ordered broadcast stuff. Note that the original bug being reported was not actually a crash, just an error log. So all we are doing here is making the log quieter. Change-Id: Iaf1b718d82093ec1197142410a64feff47eb3859
* Make intent broadcasts in "am" synchronous (they wait until exit).Dan Egnor2009-07-221-305/+261
| | | | | | | Clean up error handling and reporting in "am". Make the usage message for "am" more informative. Make it easier to turn on logging in GoogleHttpClient.
* Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-241-2/+17
| | | | | | | | The am command is now the one that takes care of opening the target file, handling the opened file descriptor to the process that will be profiled. This allows you to send profile data to anywhere the shell can access, and avoids any problems coming up from the target process trying to open the file.
* The '-D' option for the 'am' command appears to be optional, so reflect that ↵Marco Nelissen2009-06-041-1/+1
| | | | in the usage.
* Fix issue where apps could prevent the user from going home.Dianne Hackborn2009-05-191-15/+25
| | | | | | | | | | Now we have a 5-second time after home is pressed, during which only the home app (and the status bar) can switch to another app. After that time, any start activity requests that occurred will be executed, to allow things like alarms to be displayed. Also if during that time the user launches another app, the pending starts will be executed without resuming their activities and the one they started placed at the top and executed.
* Add intent for gservices override, and handle empty arguments properlyDan Egnor2009-05-151-1/+1
| | | | in the "am" utility.
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-1/+47
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+698
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-698/+0
|
* Initial ContributionThe Android Open Source Project2008-10-215-0/+698