summaryrefslogtreecommitdiffstats
path: root/api/8.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use the new API file format, and some minor tweaks to the old XML files that ↵Joe Onorato2011-04-081-6/+6
| | | | | | make the parser easier. Change-Id: I9307d0d323f1b65816b3e097bf9c4d92f3962b2f
* Hide two audio focus methods.Xavier Ducrohet2010-05-111-26/+0
| | | | Change-Id: I53ddf736892cde8edfaffa7d69dd9c234df52efa
* Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGEDianne Hackborn2010-04-261-1/+1
| | | | | | There was a gap in the bit numbers. Change-Id: I0feef7dc4abed5db7412659b5ad078caffe4f2d4
* Fix issue #2631417: Expose FLAG_EXTERNAL_STORAGEDianne Hackborn2010-04-261-1/+56
| | | | | | Also update 8.xml to match the current API. Change-Id: I668fe56f6c156c2e8daa458baa7410fdb8ebef52
* API 8!Dianne Hackborn2010-04-141-310/+25257
| | | | Change-Id: I30a6a99f63a81900751f2afccf03430ddef82833
* Adding a feature definition for touchscreens that was overlooked in the lastDan Morrill2010-04-051-0/+11
| | | | | | round. Change-Id: I8f30676a7b468a9868503b05f366709d5534a44e
* Remove public variables in PackageManagerSuchi Amalapurapu2010-02-261-22/+0
| | | | | | Dont invoke getInstallLocation for forward locked apps. If INSTALL_ON_SDCARD is selected as default, forward locked apps are not being installed because of conflicting flags.
* Hide the android.webkit.CallbackProxy class from the API. This is a ↵Grace Kloba2010-02-021-577/+0
| | | | | | | | | android.webkit package class and internal to our implementation. Although not strictly a published API (the class does not appear in the docs), it has found it's way into the API through the public, subclassable android.webkit.JsResult class where it is a protected member. Based on changed from Ben.
* Updating Android's API XML files to reflect our new XML APIs!Jesse Wilson2010-01-271-9/+1
| | | | | | The effective change is here: https://android-git.corp.google.com/g/38533 It updates DOM to v3 and adds several javax.xml packages to be compatible with Java 5.
* Remove "unused" opcodes from API.Andy McFadden2009-12-041-286/+0
| | | | | | | | | There's no need to have constants like OP_UNUSED_FF in the API. They serve no purpose, and it makes life confusing when an opcode is defined (does the "unused" one go away, breaking the API? do we have the real definition and the "unused" definition simultaneously?). Discussed / approved by API council.
* Add API level 8, currently a copy of 7.Dianne Hackborn2009-12-031-0/+371697