summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Fix sim-eng build.Andy McFadden2009-05-261-1/+1
|
* am b181118b: Define TARGET_CPU_ABI for finding native code in .apksDianne Hackborn2009-05-221-0/+3
|\ | | | | | | | | | | | | Merge commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a' * commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a': Define TARGET_CPU_ABI for finding native code in .apks
| * Define TARGET_CPU_ABI for finding native code in .apksDianne Hackborn2009-05-221-0/+3
| |
* | am 9d892a8e: Merge change 2336 into donutAndroid (Google) Code Review2009-05-221-1/+2
|\ \ | |/ | | | | | | | | | | Merge commit '9d892a8e3037fd2f6d692137cd5d91acc46ddf5a' * commit '9d892a8e3037fd2f6d692137cd5d91acc46ddf5a': dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.
| * Merge change 2336 into donutAndroid (Google) Code Review2009-05-221-1/+2
| |\ | | | | | | | | | | | | * changes: dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.
| | * dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.Mike Lockwood2009-05-221-1/+2
| | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am 9681a5e0: Merge change 2230 into donutAndroid (Google) Code Review2009-05-221-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98' * commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98': runtime: Add CAP_SYS_NICE to the system server capabilities list so it
| * | Merge change 2230 into donutAndroid (Google) Code Review2009-05-221-2/+2
| |\ \ | | |/ | |/| | | | | | | * changes: runtime: Add CAP_SYS_NICE to the system server capabilities list so it can (eventually) move arbitrary threads into different cgroups
| | * runtime: Add CAP_SYS_NICE to the system server capabilities list so itSan Mehat2009-05-211-2/+2
| | | | | | | | | | | | | | | | | | can (eventually) move arbitrary threads into different cgroups Signed-off-by: San Mehat <san@google.com>
* | | this should fix the buildMathias Agopian2009-05-212-4/+4
| | |
* | | am 69a6c3eb: Merge change 2292 into donutAndroid (Google) Code Review2009-05-214-0/+410
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '69a6c3ebd46a8de0e896747757f364322c12608d' * commit '69a6c3ebd46a8de0e896747757f364322c12608d': split boot animation out of SurfaceFlinger
| * | split boot animation out of SurfaceFlingerMathias Agopian2009-05-214-0/+410
| |/ | | | | | | | | | | Conflicts: data/etc/platform.xml
* | am 5595a937: this might fix the buildJoe Onorato2009-05-201-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '5595a93722cc440cee712a73b268c9f61399d876' * commit '5595a93722cc440cee712a73b268c9f61399d876': this might fix the build
| * this might fix the buildJoe Onorato2009-05-201-1/+1
| |
* | move libbinder's header files under includes/binderMathias Agopian2009-05-208-19/+19
| |
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-206-3/+8
|/
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-203-0/+327
|
* 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.
* Implement issue #1783881 (manifest option for adb-install-only apps)Dianne Hackborn2009-05-121-19/+25
| | | | | | | | | | | You can now use android:testOnly="true" to not allow your .apk to be installed as a normal app. The only way to do so is with the pm command and giving the -t option, which sets a new INSTALL_ALLOW_TEST flag when installing. I also used this to clean up the install API... actually, mostly to hide it, since it is not accessible to apps so shouldn't be in the SDK. We will be doing some more work on it, so this will prevent adding yet another backwards-compatibility-for-no-reason version.
* PackageManager keeps track of who installed what.Jacek Surazski2009-05-121-2/+12
| | | | Stores the package name of the installer app in packages.xml
* Implement targetSdkVersion and maxSdkVersion, plus version code names.Dianne Hackborn2009-05-081-0/+3
| | | | | | | | This adds new attributes for specifying a targetSdkVersion and maxSdkVersion. There is a new ApplicationInfo flag that is set if the application has set its targetSdkVersion to the current platform or later. Also you can now use a string for minSdkVersion and targetSdkVerion, to indicate you are building against a development tree instead of an official platform.
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+8
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-132-3/+3
|
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-1/+47
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-052-1/+13
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0370-0/+8832
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0370-8832/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-192-13/+31
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-4/+11
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-3/+3
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0911-118/+1175
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-34/+272
|
* Initial ContributionThe Android Open Source Project2008-10-2161-0/+7512