summaryrefslogtreecommitdiffstats
path: root/data/etc
Commit message (Collapse)AuthorAgeFilesLines
* Adding a feature denoting support for 5 or more fullyDan Morrill2010-09-032-4/+37
| | | | | | independent multitouch pointers. Change-Id: I9997ed9c481dbd507e9eff70d8beb9e1140cca3f
* Clean up some permissions.Dianne Hackborn2010-09-011-2/+0
| | | | | | | | | | | Note that WRITE_OWNER_DATA and READ_OWNER_DATA don't actually appear to be associated with anything or used by anyone, so they are just deleted. Also deprecate the activity API to go in the foreground. I didn't realize that was released in the SDK. It needs to go away. Change-Id: I96f53702c2c79e4999b6b2c498abb770bd27e03a
* Add software features for SIP and VOIPHung-ying Tyan2010-09-022-0/+41
| | | | | | and block SipService creation and SIP API if the feature is not available. Change-Id: Icf780af1ac20dda4d8180cea3e5b20e21a8350bc
* Adding a feature definition corresponding to support for Near-FieldDan Morrill2010-09-011-0/+21
| | | | | | Communications (NFC). Change-Id: I32b1b949524bfd978f53e23e02d38dfba4a2ea9c
* Unhide new API for supporting multiple cameras.Chih-Chung Chang2010-06-282-0/+22
| | | | Change-Id: I916a536c80330444a15986ba380205a6deed2390
* Adding definitions & APIs for features that are newly-optional in FroYo.Dan Morrill2010-03-0813-18/+208
| | | | | | | This also refactors the files containing the features so that they are more modular. Note that this also changes data/etc/Android.mk so that required_hardware.xml is NOT copied automatically for all devices anymore. Accordingly, that file is removed.
* Fix issue #2325782 Missing location featuresDianne Hackborn2009-12-141-0/+3
| | | | Change-Id: I56a07438b5840f530f7508b1ef4904cea737a550
* The touch screen is probably a feature.Dianne Hackborn2009-09-262-0/+22
| | | | | | Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
* Add more features.Dianne Hackborn2009-09-167-0/+147
| | | | | | | The base set of features probably still needs to be fleshed out, but it's a start. Change-Id: Ifca80943810d48764d6ad0c6361abb1fae482d9f
* Add platform infrastructure for features.Dianne Hackborn2009-08-271-0/+21
| | | | | | | | | | | | | | 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
* Remove the decleration of com.android.im.plugin.jar in platform.xmlScott Su2009-08-221-2/+0
| | | | Add a column definition for keep_signed_in when query the active account with a given provider
* Fix minor obex bugs and re-format the commentsTao Liejun2009-07-141-0/+2
| | | | | | | | | | 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
* Grant adb the BACKUP permissionChristopher Tate2009-07-141-0/+1
| | | | | | 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.
* Removed reference to awt jar from platform.xml.Bob Lee2009-07-081-2/+0
|
* base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-2/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* split boot animation out of SurfaceFlingerMathias Agopian2009-05-211-0/+2
| | | | | | Conflicts: data/etc/platform.xml
* location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-211-1/+0
| | | | | | | | | | | | 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>
* Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-1/+21
| | | | | | | | | | | 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.
* API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated ↵San Mehat2009-04-231-0/+4
| | | | | | strings Signed-off-by: San Mehat <san@google.com>
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+162
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-162/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-092-8/+7
|
* Initial ContributionThe Android Open Source Project2008-10-212-0/+162