summaryrefslogtreecommitdiff
path: root/api/8.xml
AgeCommit message (Collapse)Author
2012-12-04Move numeric api files from frameworks/base to prebuilts/sdk Ying Wang
So they can be used in unbundled builds. Bug: 7296240 Change-Id: Ib0ba88387cb45ff795a4e8e3a836cf670d5016b7
2011-04-08Use the new API file format, and some minor tweaks to the old XML files that ↵ Joe Onorato
make the parser easier. Change-Id: I9307d0d323f1b65816b3e097bf9c4d92f3962b2f
2010-05-11Hide two audio focus methods. Xavier Ducrohet
Change-Id: I53ddf736892cde8edfaffa7d69dd9c234df52efa
2010-04-26Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE Dianne Hackborn
There was a gap in the bit numbers. Change-Id: I0feef7dc4abed5db7412659b5ad078caffe4f2d4
2010-04-26Fix issue #2631417: Expose FLAG_EXTERNAL_STORAGE Dianne Hackborn
Also update 8.xml to match the current API. Change-Id: I668fe56f6c156c2e8daa458baa7410fdb8ebef52
2010-04-14API 8! Dianne Hackborn
Change-Id: I30a6a99f63a81900751f2afccf03430ddef82833
2010-04-05Adding a feature definition for touchscreens that was overlooked in the last Dan Morrill
round. Change-Id: I8f30676a7b468a9868503b05f366709d5534a44e
2010-02-26Remove public variables in PackageManager Suchi Amalapurapu
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.
2010-02-02Hide the android.webkit.CallbackProxy class from the API. This is a ↵ Grace Kloba
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.
2010-01-27Updating Android's API XML files to reflect our new XML APIs! Jesse Wilson
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.
2009-12-04Remove "unused" opcodes from API. Andy McFadden
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.
2009-12-03Add API level 8, currently a copy of 7. Dianne Hackborn