summaryrefslogtreecommitdiffstats
path: root/api/4.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
* New API 4 with new CDMA constants.Xavier Ducrohet2009-11-051-0/+66
|
* am ac18e4f2: Update 4.xml with the native status change of breakText/measureTextXavier Ducrohet2009-09-291-5/+5
|\ | | | | | | | | | | | | Merge commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99' into eclair * commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99': Update 4.xml with the native status change of breakText/measureText
| * Update 4.xml with the native status change of breakText/measureTextXavier Ducrohet2009-09-291-5/+5
| |
* | am c804efe2: Merge change 23569 into donutDianne Hackborn2009-09-011-0/+110
|\ \ | |/ | | | | | | | | | | Merge commit 'c804efe278fa33555e6e836504a467cb14505eb3' into eclair * commit 'c804efe278fa33555e6e836504a467cb14505eb3': Update 4.xml to the most recent APIs.
| * Update 4.xml to the most recent APIs.Dianne Hackborn2009-09-011-0/+110
| |
* | am f734e027: Merge change 22939 into donutDianne Hackborn2009-08-271-82/+18540
|\ \ | |/ | | | | | | | | | | Merge commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8' into eclair * commit 'f734e027bfed6c884e5f060c3291d3aeb5706dc8': Final Donut API list.
| * Final Donut API list.Dianne Hackborn2009-08-271-82/+18540
| |
* | Updating API XML for the java.util.concurrent update.Jesse Wilson2009-07-291-2/+2
|/
* Fix the DEFAULT_SORT_ORDER value for media files. Changing thisMarco Nelissen2009-07-061-2/+2
| | | | | | | 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".
* Remove obsolete FOTA_UPDATE permission (which should never have beenDan Egnor2009-06-151-11/+0
| | | | | | | | | | 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).
* Remove ADD_SYSTEM_SERVICE and SET_PROCESS_FOREGROUND permissions.Dianne Hackborn2009-06-151-22/+0
| | | | These are no longer used.
* Implement issue #1783881 (manifest option for adb-install-only apps)Dianne Hackborn2009-05-121-424/+0
| | | | | | | | | | | 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.
* Config: Deprecate most fields, and hook into ConfigBuildFlagsDave Bort2009-05-011-0/+335194
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>