Android (Google) Code Review
9fbeb7da13
Merge change 4337 into donut
...
* changes:
Change the keystore APIs.
2009-06-16 23:35:57 -07:00
Chung-yih Wang
6d531bf051
Change the keystore APIs.
...
1. simplify the keypair selection in UI.
2. add the user certificate and key into the keystore for keygen feature.
2009-06-17 14:32:05 +08:00
Joe Onorato
5f15d151b5
checkpoint BackupDatAInput / RestoreHelper
2009-06-16 18:46:50 -07:00
Christopher Tate
f68eb500f9
More bmgr work; fix clear-data signalling
...
The 'list sets' and 'restore token#' commands from bmgr now do what they are
supposed to. At this point we see the restore target's data being cleared
properly and its agent being launched and invoked for restore.
2009-06-16 13:58:17 -07:00
Mike Lockwood
8cae2daf98
Revert "dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash."
...
This reverts commit 666c11d13fbf7b8e0502d44a94ffa00597ce92eb.
2009-06-16 05:50:46 -04:00
Christopher Tate
ace7f094bf
Sketch out a 'bmgr' command line tool
...
Not finished, but eventually will allow adb shell access to the Backup Manager
for testing purposes etc.
2009-06-15 18:07:25 -07:00
Android (Google) Code Review
3cf0dd6ad8
Merge change 3940 into donut
...
* changes:
dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
2009-06-11 14:09:11 -07:00
Mike Lockwood
666c11d13f
dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-06-11 17:06:56 -04:00
Chung-yih Wang
10e371f182
Provide the Keystore feature in the framework.
...
-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
2009-06-11 17:28:40 +08:00
Android (Google) Code Review
54d632468c
Merge change 3427 into donut
...
* changes:
First version of the keystore service.
2009-06-09 19:10:42 -07:00
Chung-yih Wang
8229048cff
First version of the keystore service.
...
The keystore service is protected by the user 'keystore'. Only keystore
user/group can access the key content. All users are able to do the
following commands from shell as well:
listcerts
listuserkeys
installcert
removecert
installuserkey
removeuserkey
2009-06-08 16:34:54 +08:00
Android (Google) Code Review
a80cc6ebe7
Merge change 3184 into donut
...
* changes:
The '-D' option for the 'am' command appears to be optional, so reflect that in the usage.
2009-06-04 15:05:48 -07:00
Mathias Agopian
8ae2335a3c
rename a few files to camel-case, add copyright notices
2009-06-04 13:53:57 -07:00
Marco Nelissen
c62a216a2b
The '-D' option for the 'am' command appears to be optional, so reflect that in the usage.
2009-06-04 12:04:03 -07:00
Dianne Hackborn
b181118b6e
Define TARGET_CPU_ABI for finding native code in .apks
2009-05-22 18:45:25 -07:00
Android (Google) Code Review
9d892a8e30
Merge change 2336 into donut
...
* changes:
dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.
2009-05-22 10:40:48 -07:00
Mike Lockwood
472be48007
dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-22 13:31:42 -04:00
Android (Google) Code Review
9681a5e06b
Merge change 2230 into donut
...
* changes:
runtime: Add CAP_SYS_NICE to the system server capabilities list so it can (eventually) move arbitrary threads into different cgroups
2009-05-22 08:47:54 -07:00
Mathias Agopian
627e7b50be
split boot animation out of SurfaceFlinger
...
Conflicts:
data/etc/platform.xml
2009-05-21 19:21:59 -07:00
San Mehat
ca63bb72ef
runtime: Add CAP_SYS_NICE to the system server capabilities list so it
...
can (eventually) move arbitrary threads into different cgroups
Signed-off-by: San Mehat <san@google.com>
2009-05-21 15:34:56 -07:00
Joe Onorato
5595a93722
this might fix the build
2009-05-20 14:18:11 -07:00
Joe Onorato
d2110dbce0
Hook up the backup data writer, and add a utility to read the backup data files.
2009-05-20 11:24:20 -07:00
Dianne Hackborn
95fc68f24a
Fix issue where apps could prevent the user from going home.
...
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.
2009-05-19 18:46:53 -07:00
Dan Egnor
abc25e3679
Add intent for gservices override, and handle empty arguments properly
...
in the "am" utility.
2009-05-15 11:59:31 -07:00
Dianne Hackborn
ade3ecad94
Implement issue #1783881 (manifest option for adb-install-only apps)
...
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.
2009-05-12 16:09:43 -07:00
Jacek Surazski
c64322c352
PackageManager keeps track of who installed what.
...
Stores the package name of the installer app in packages.xml
2009-05-12 23:16:20 +02:00
Dianne Hackborn
851a54143c
Implement targetSdkVersion and maxSdkVersion, plus version code names.
...
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.
2009-05-08 15:15:36 -07:00
The Android Open Source Project
105925376f
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:46 -07:00
The Android Open Source Project
ba87e3e6c9
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:22 -07:00
The Android Open Source Project
f5b4b98fad
auto import from //depot/cupcake/@136745
2009-03-05 20:00:43 -08:00
The Android Open Source Project
4df2423a94
auto import from //depot/cupcake/@136594
2009-03-05 14:34:35 -08:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
3001a03543
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:31 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
f1e484acb5
auto import from //branches/cupcake/...@127436
2009-01-22 00:13:42 -08:00
The Android Open Source Project
9266c558bf
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:10 -08:00
The Android Open Source Project
b798689749
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:23 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
54b6cfa9a9
Initial Contribution
2008-10-21 07:00:00 -07:00