38 Commits

Author SHA1 Message Date
Dianne Hackborn
67245e04a2 Add more features.
The base set of features probably still needs to be fleshed out,
but it's a start.

Change-Id: Ifca80943810d48764d6ad0c6361abb1fae482d9f
2009-09-16 14:45:22 -07:00
Dianne Hackborn
49237345d8 Add platform infrastructure for features.
This introduces a new mechanism to define features associated with
a platform, query the current device for the available features,
and enforce that apps requiring features that aren't available can't
be installed.

Also now allows uses-library to specify that a library is optional,
so the lack of such a library will not prevent the app from being
installed (but if it does exist it will be correctly linked into
the app).

Change-Id: I5b369b46cfa0b3d37c9e08fd14ef1098a978e67b
2009-08-27 21:51:00 -07:00
Scott Su
527f015b9a Remove the decleration of com.android.im.plugin.jar in platform.xml
Add a column definition for keep_signed_in when query the active account with a given provider
2009-08-22 10:48:23 -07:00
Android (Google) Code Review
be19f9f499 am 38673014: Merge change 8336 into donut
Merge commit '3867301423b5fce95b4b86313bc55e0be5e06c6b'

* commit '3867301423b5fce95b4b86313bc55e0be5e06c6b':
  Remove the silent ringtone.
2009-07-23 16:25:26 -07:00
Marco Nelissen
2349b04e71 Remove the silent ringtone.
I didn't realize that the ringtone picker already has an option
to show a "Silent" item at the top, and having a separate silent
ringtone conflicts with that in apps that choose to show it.
2009-07-23 09:06:59 -07:00
Android (Google) Code Review
5b9aa652a0 am 37b939a6: Merge change 7395 into donut
Merge commit '37b939a63742c9a0cea4e6982bfb0581def45d6d'

* commit '37b939a63742c9a0cea4e6982bfb0581def45d6d':
  Move the silent ringtone to ringtones/notifications, so it can be used for both.
2009-07-15 14:39:48 -07:00
Marco Nelissen
450749a3ac Move the silent ringtone to ringtones/notifications, so it can be used for both. 2009-07-15 09:37:37 -07:00
Tao Liejun
05ff98bbef Fix minor obex bugs and re-format the comments
re-format comments
move connectible to connectable
remove unnecessary throws
remove not-used function ClientOperation.readResponse()
fix client abort case for PUT
set mOpen for PrivateOutputStream
add to platform.xml
2009-07-14 21:20:39 -07:00
Christopher Tate
de83ab9fce Grant adb the BACKUP permission
This also means we should no longer do explicit calling-identity fiddling in
dump(), relying instead on the usual permission enforcement mechanism to handle
things.
2009-07-14 15:38:07 -07:00
Bob Lee
aeb049ce8b Removed reference to awt jar from platform.xml. 2009-07-08 11:22:01 -07:00
Marco Nelissen
a6e45b4bb3 Add a silent ringtone. 2009-07-06 11:33:06 -07:00
Marco Nelissen
632d553580 Use 'LOCAL_PATH' instead of 'local_path', so it's easier to see a diff of the two .mk files. 2009-07-02 14:18:30 -07:00
San Mehat
5a3a77dabd base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
Signed-off-by: San Mehat <san@google.com>
2009-06-01 09:25:28 -07:00
Daisuke Miyakawa
9399695aa2 Manual merge from cupcake_dcm. 2009-05-25 16:55:04 +09:00
Mathias Agopian
627e7b50be split boot animation out of SurfaceFlinger
Conflicts:

	data/etc/platform.xml
2009-05-21 19:21:59 -07:00
Mike Lockwood
fd6e5f0dda location: Replace ILocationCollector interface with new ILocationProvider method
This change replaces ILocationCollector with a more general mechanism that
passes locations received from a provider to all other providers.
The network location provider now uses this to implement the location collector.
In the future, this could be used to inject network locations to the GPS
as aiding data.

This change also removes the now obsolete permission INSTALL_LOCATION_COLLECTOR.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-21 11:28:20 -04:00
Dianne Hackborn
a96cbb435d Implement compatibility support for WRITE_SDCARD permission.
Now old applications will automatically be granted it.  Also renamed it from
SDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions,
and re-arranged how we do targetSdkVersion to actually be usuable for this
kind of stuff.

Note that right now this results in basically all apps being given the
WRITE_SDCARD permission, because their targetSdkVersion is not set.  I will
be dealing with that in a future change.
2009-05-15 18:02:47 -07:00
Mike Reed
c4ae5dc9ac New font that fixes the accent shape/orientation on 1EDD 2009-04-29 12:50:23 -04:00
San Mehat
29b57e63e5 API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings
Signed-off-by: San Mehat <san@google.com>
2009-04-23 11:40:17 -07:00
Dave Sparks
8f7edc20e9 AI 144740: am: CL 144739 More notification sounds
Original author: davidsparks
  Merged from: //branches/cupcake/...

Automated import of CL 144740
2009-04-06 18:39:04 -07:00
Dave Sparks
66c54ab2d9 Automated import from //branches/donutburger/...@142693,142693 2009-03-25 15:43:23 -07:00
Dave Sparks
db028c8894 Automated import from //branches/donutburger/...@142022,142022 2009-03-24 21:18:23 -07:00
Dave Sparks
30e4553803 Automated import from //branches/donutburger/...@141498,141498 2009-03-24 20:24:48 -07:00
Dave Sparks
2c141ec4f0 Automated import from //branches/donutburger/...@141476,141476 2009-03-24 20:23:07 -07:00
Jason Sams
b18b6910b8 Automated import from //branches/donutburger/...@141469,141469 2009-03-24 20:21:36 -07:00
Dave Sparks
1fba3bdbf7 Automated import from //branches/donutburger/...@141210,141210 2009-03-24 19:50:38 -07:00
Mike Reed
1086552314 Automated import from //branches/donutburger/...@141139,141139 2009-03-24 19:38:00 -07:00
Dave Sparks
d2eedfec9b Automated import from //branches/donutburger/...@141015,141015 2009-03-24 19:14:22 -07:00
The Android Open Source Project
b2a3dd88a5 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:12 -07: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