summaryrefslogtreecommitdiff
path: root/api/4.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
2009-11-05New API 4 with new CDMA constants. Xavier Ducrohet
2009-09-29am ac18e4f2: Update 4.xml with the native status change of breakText/measureText Xavier Ducrohet
Merge commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99' into eclair * commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99': Update 4.xml with the native status change of breakText/measureText
2009-09-29Update 4.xml with the native status change of breakText/measureText Xavier Ducrohet
2009-09-01am c804efe2: Merge change 23569 into donut Dianne Hackborn
Merge commit 'c804efe278fa33555e6e836504a467cb14505eb3' into eclair * commit 'c804efe278fa33555e6e836504a467cb14505eb3': Update 4.xml to the most recent APIs.
2009-09-01Update 4.xml to the most recent APIs. Dianne Hackborn
2009-08-27am f734e027: Merge change 22939 into donut Dianne Hackborn
Merge commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8' into eclair * commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8': Final Donut API list.
2009-08-27Final Donut API list. Dianne Hackborn
2009-07-29Updating API XML for the java.util.concurrent update. Jesse Wilson
2009-07-06Fix the DEFAULT_SORT_ORDER value for media files. Changing this Marco Nelissen
is OK, because existing app will have the old value compiled in as a literal, and so will continue to (not) work in the same way as before. Add code to media key generator to give a leading ascii \001 the special meaning of "sort first".
2009-06-15Remove obsolete FOTA_UPDATE permission (which should never have been Dan Egnor
made public, and wouldn't be used by any third party applications, and no longer does anything regardless). Also remove the WRITE_GSERVICES permission from the SettingsProvider package's manifest (the declaration there was redundant with the one in the core manifest, where all the other settings-related permissions live -- no other core package includes its own permission definitions).
2009-06-15Remove ADD_SYSTEM_SERVICE and SET_PROCESS_FOREGROUND permissions. Dianne Hackborn
These are no longer used.
2009-05-12Implement issue #1783881 (manifest option for adb-install-only apps) Dianne Hackborn
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-01Config: Deprecate most fields, and hook into ConfigBuildFlags Dave Bort
Copy 3.xml to 4.xml, and patch 4.xml to deal with the fact that Config.DEBUG's value is no longer actually fixed. We don't want to modify 3.xml directly, because it's the official cupcake API. Update current.xml to reflect the differences between 3.xml and 4.xml and to reflect the new deprecation states. The deprecated fields should be @hidden if possible before the next API release, but it can't be done yet because there are SDK-linked platform apps that use some of the deprecated fields. Signed-off-by: Dave Bort <dbort@android.com>