summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
Commit message (Collapse)AuthorAgeFilesLines
* Un-remove legacy ConnectivityManager API.Robert Greenwalt2015-07-281-7/+0
| | | | | | | | These were @removed too soon. We need to keep them @deprecated until the bulk of devices support the new API and then we can remove them. bug:22728205 Change-Id: If1b46ff1878f1778517624112b195c461645ddd1
* Merge "remove setLatestEventInfo" into mnc-devChris Wren2015-06-241-0/+8
|\
| * remove setLatestEventInfoChris Wren2015-06-241-0/+8
| | | | | | | | | | | | | | This has been deprecated since API 11. Bug: 18510449 Change-Id: Ibd052572aa8c332daf5f6a604afe1925e8998a2b
* | Remove not needed contacts related permissions.Svetoslav Ganov2015-06-231-0/+58
|/ | | | | | This reverts commit ed5ff51b2ca7c051e2719dfc8a8a083e6208848e. Change-Id: If2407e4e474a438d95e1b7ad1aa6f441bb3ace08
* Revert "Remove not needed contacts related perissions."Bart Sears2015-06-231-58/+0
| | | | | | | | Broke the build, reverting. This reverts commit a2991da0d671adf511ccb884cf25bf1241303f92. Change-Id: I2bdfa70fbd8a6c03e48426f85eeb63896762d5da
* Remove not needed contacts related perissions.Svet Ganov2015-06-221-0/+58
| | | | | | | | | | | | | | | | | Removing the read/write profile/social stream permissions as they are not needed anymore. These permissions are for accessing data nested in the conacts provider which is already guaded by the read/write contacts runtime permissions. The removed permissions would be in the contacts group which means they would not provide more protection compated to read/write contacts. Also removing the permissions voids the need for app op support for legacy apps. Removed deprecated APIs for social streams as these were deprecated and will go away in the next release. We want apps targeting M to not be able to compile if still suing these APIs to help with migration. Change-Id: I26ed9055847af7f92c78eb0f4ac8f9f1aa616fcd
* Revert "remove setLatestEventInfo"Chris Wren2015-06-171-8/+0
| | | | | | This reverts commit 965097321df7fd57a35f63365b1de26ddcf35214. Change-Id: I658bb2611fe8f983309e962d6772d1bd80ed586e
* remove setLatestEventInfoChris Wren2015-06-151-0/+8
| | | | | Bug: 18510449 Change-Id: I2f950b92a9c13fc29bf5642d44fd2fcce79e65fd
* Merge "Remove bookmarks provider and associated permissions - framework" ↵Svetoslav2015-06-141-0/+52
|\ | | | | | | into mnc-dev
| * Remove bookmarks provider and associated permissions - frameworkSvetoslav2015-06-111-0/+52
| | | | | | | | Change-Id: I7f5a2f14a12da473f05a5075d98e762f8f8ed970
* | Revert "Revert "Permissions: Fix account related permissions.""Carlos Valdivia2015-06-111-9/+0
|/ | | | | | This reverts commit dcddc476651deb72a27798de56eef584e5be5d32. Change-Id: Ie2402167fc7cd3d5e57bf2fba704fdf00cfcb4fe
* Remove FloatMath methods from the APINeil Fuller2015-05-071-0/+15
| | | | | | | | Also removing FloatMathTest. The tests are being moved into a legacy CTS suite. Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: I397fd6bcc4d988db6301245f9d47460bd6c28821
* Merge "Frameworks/base: Fix a constructor"Andreas Gampe2015-04-251-0/+4
|\
| * Frameworks/base: Fix a constructorAndreas Gampe2015-03-191-0/+4
| | | | | | | | | | | | | | | | The constructor of RecoverySystem was accidentally made public before. @Removed it. Bug: 19797138 Change-Id: I4c7bba99695a3aeb56da9c126125c3e9075c0181
* | @removed requestRouteToHost and {start,stop}UsingNetworkFeatureLorenzo Colitti2015-04-231-0/+7
| | | | | | | | | | Bug: 20482461 Change-Id: Ic59fc1271e664d85102dc7945c0c2ea82c0d6f6b
* | Mark the SUBSCRIBED_FEEDS_READ/WRITE permissions removed.Svetoslav2015-04-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These permissions are definded by the platform to protect the subscribed feeds provider which is not in the system, neither is its contract specified in the system. Both the contract and the implementation of the provider are in GmsCore. Hence, this permissions shuld be declared by GmsCore, not the system. Until GmsCore adds the permissions we have to keep this as removed but present in the implementation to keep apps that use the provider working. bug:20192150 Change-Id: I3f38b01a159bb430c30948b14de7cdaf5cb50772
* | Clean up AbstractCursor API.Jeff Brown2015-04-091-0/+10
| | | | | | | | | | | | | | | | Deprecated three protected fields that should not have been exposed in the API. Bug: 6353797 Change-Id: Ic6710f880a452dd1508abf0613907a1d2b1fb557
* | Runtime permissions: per user permission tracking.Svetoslav2015-03-231-0/+8
|/ | | | | | | | | | | | | | | | | | Before all permissions were granted at install time at once, so the user was persented with an all or nothing choice. In the new runtime permissions model all dangarous permissions (nomal are always granted and signature one are granted if signatures match) are not granted at install time and the app can request them as necessary at runtime. Before, all granted permission to an app were identical for all users as granting is performed at install time. However, the new runtime model allows the same app running under two different users to have different runtime permission grants. This change refactors the permissions book keeping in the package manager to enable per user permission tracking. The change also adds the app facing APIs for requesting runtime permissions. Change-Id: Icbf2fc2ced15c42ca206c335996206bd1a4a4be5
* Remove unused settings constants from the SDK (framework).Svetoslav2015-03-101-0/+16
| | | | | | | | | | | The settings constants for various volumes do nothing and are used by nothing since API version 2. These are however backed up in the cloud which is a waste of resource. This change removes these constants from the SDK while keeping them hidden to avoid breaking released apps and also prevents unnecessary backup. Change-Id: I2e91863115f5a4b997a14f8d0f57b4dc9689cfab
* Add Context.getSystemService(Class<?>).Jeff Brown2015-02-251-0/+4
| | | | | | | | | | | | Added an overload of getSystemService() that takes a class instead of a service name to eliminate the extra cast and provide more type safety. Cleaned up docs. Removed the default constructor of BatteryManager which should not have existed. Change-Id: I9da46b20641fc83ecd3342560e5b94cb721f289c
* Remove apache specific socket factory API.Narayan Kamath2015-02-041-0/+8
| | | | | | | | | Note that this change also includes another (non-breaking) update from another of my changes from a month ago. I guess nobody has updated API on master in a very long time.. bug: 18027885 Change-Id: I1fb1bcdaac07131c3bc43b13ad21cacd12a2e7c8
* Remove deprecated DateFormat APIs.Narayan Kamath2014-11-031-0/+20
| | | | | bug: 18074066 Change-Id: I99cef45105c9f25075c596cf4f52ec5573565596
* API Review: Clean up removed APIsYohei Yukawa2014-09-121-35/+0
| | | | | | | | | | | | | | | This CL removes old API signatures marked as @removed in the follow CLs. - Ic8c6fab58c01206872a34e7ee604cdda1581364d - Ia8cbb9f6b41cd9509fc0147fd68763dfde593ffc - I772c48ff18918e48a81e807b48ff907614485c09 This is just a clean-up CL. No behavior change is intended. BUG: 17200900 BUG: 17320996 BUG: 17365414 Change-Id: Ibfbd5cc1cdebb8851c73477cff55c9b2d631fdea
* Merge "Remove unsafe methods that take TypedArray" into lmp-devAlan Viverette2014-09-121-0/+9
|\
| * Remove unsafe methods that take TypedArrayAlan Viverette2014-09-111-0/+9
| | | | | | | | | | BUG: 15782973 Change-Id: Ief4ff69c90c16b0e8c93316af9d46ae9639648fa
* | Remove View methods that can't be used safely from the SDKAdam Powell2014-09-111-0/+5
|/ | | | | | | | | | | | | | View methods that previously accepted a TypedArray to initialize parameters parsed from xml cannot be used correctly by apps. The TypedArray passed must always be obtained from a context using the filter array com.android.internal.R.styleable.View, which is not visible to the SDK. A previous change already made this safe for existing apps already using it so that they don't crash, this change removes these methods from the SDK entirely. Change-Id: I62099087ad6fd5bf8363e863b04fd0434b8cdfca
* NoLiService: Delete @removed meetsInterruptionFilterChristoph Studer2014-09-091-8/+0
| | | | | | | | This should not break any apps as this API has been marked @removed more than a week ago. Bug: 17425123 Change-Id: I19d7e933a3f2a59e1b406a9f87d272f058a13e0d
* L API proposal: Introduce IS_RTL flagYohei Yukawa2014-09-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces CursorAnchorInfo.FLAG_IS_RTL for better RTL support. This CL also renames *CharacterRect() with *CharacterBounds() so that they can look more consistent with other existing APIs. Rationale: CursorAnchorInfo.FLAG_IS_RTL addresses following issues. 1. There is no way to associate the RTL information with the insertion marker. 2. Returning mirrored (right < left) RectF for RTL in CursorAnchorInfo#getCharacterRect() is turned out to be bug-prone. Such usage of RectF is not fully supported. For example, RectF#isEmpty() always returns false when right < left. 3. There is no reliable to provide the RTL information when CursorAnchorInfo#getCharacterRect() returns an empty (right == left) RectF. Perhaps we could use +0.0 and -0.0, but I'm afraid that it is also bug-prone. BUG: 17365414 BUG: 17335734 Change-Id: Ic8c6fab58c01206872a34e7ee604cdda1581364d
* Work on issue #17357238: Recents is often slow if not used in a whileDianne Hackborn2014-09-051-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new activity attribute, resumeWhilePausing, that allows an activity specifying it to immediately start running without waiting for the previous activity to pause. The recents activity is updated to use this. The implementation of this is ultimately fairly simple -- if we are in the path of resuming such an activity, and find that we first need to pause the existing activity, then within the activity manager we do the regular pause flow but act like it has immediately finished pausing right then so that we can immediately go on to the resume. To make this clean, we tell the activity when asking it to pause that it should not come back and tell us it is done, because we aren't in any way waiting for it. One potentially important change I needed to make here is the pause callback no longer provides the saved persistent state, because we now can't count on that callback happening. I don't think there was really any utility in this anyway -- all modern apps will have their save state flow happen as part of stopping, not pausing, so we'll only capture that saved state when the stop is reported back anyway. And since we do send the saved state back when stopping, it would always blow away whatever we had gotten at the pause. Finally, update the documentation for AppTask.startActivity(), and fix the implementation handling that to be cleaner -- we need to deal with inTask first before getting in to "oh noes add NEW_TASK if this isn't coming from a calling activity" flow. Change-Id: Ia1da0fac90d7bdbaafdda2e34850d795ce17a39f
* Cleanup - Change name of confirm credentials method after API reviewJim Miller2014-09-051-8/+0
| | | | | | Fixes bug 17288988 Change-Id: I3d69b52e7ffc9f0268fb4dc9647f8704453668b7
* Addressing API council comments for UserManager.Svetoslav2014-09-051-0/+6
| | | | | | bug:17390424 Change-Id: I498d2541289915cb7db16e5c3249ccc7a7dc5ee6
* API Review: InputConnectionYohei Yukawa2014-09-021-0/+14
| | | | | | | | | | | | | | | This CL does nothing but rename some L API candidates in InputConnection class, as per requested. - requestUpdateCursorAnchorInfo() -> requestCursorUpdates() - REQUEST_UPDATE_CURSOR_ANCHOR_INFO_IMMEDIATE -> CURSOR_UPDATE_IMMEDIATE - REQUEST_UPDATE_CURSOR_ANCHOR_INFO_MONITOR -> CURSOR_UPDATE_MONITOR BUG: 17320996 Change-Id: I772c48ff18918e48a81e807b48ff907614485c09
* API Review: CursorAnchorInfoYohei Yukawa2014-09-021-0/+18
| | | | | | | | | | | | | | | | | | | | | This CL introduces following combinable flags as a replacement of CHARACTER_RECT_TYPE_* constants. - CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION - CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION This CL also replaces #isInsertionMarkerClipped() with flags. Rationale: getCharacterRectFlags() should return a set of flags, rather than enum-like types. getInsertionMarkerFlags() is more consistent with getCharacterRectFlags() than isInsertionMarkerClipped(). It is also open for future extension. BUG: 17200900 Change-Id: Ia8cbb9f6b41cd9509fc0147fd68763dfde593ffc
* TIF: Enable applications to register custom content rating systemsJae Seo2014-08-271-0/+16
| | | | | | | | | | | | | | | A recent change that moved the string resource for the system supported content ratings from the framework to the TV app led to a need for allowing the TV app to publish its own content rating systems. This change added an intent action and a metadata key to be used by the TV input manager service for querying available content rating systems, similarly to the way InputManager defined ACTION_QUERY_KEYBOARD_LAYOUTS and META_DATA_KEYBOARD_LAYOUTS for custom keyboard layouts. Applications now can register their own rating systems simply by declaring a broadcast receiver in their manifests. Bug: 17167287, Bug: 17114406 Change-Id: I1808c624014b603ea709714737c2a880714bdc0a
* Change name of confirm credentials method after API reviewJim Miller2014-08-261-0/+8
| | | | | | | | Changed from getConfirmDeviceCredentialIntent to createConfirmDeviceCredentialIntent Fixes bug 17288988 Change-Id: Iae9a997d9ea49ce23bdbbe38ad7b0763779b8f59
* NoListener: meetsInterruptionFilter -> matchesInterruptionFilterChristoph Studer2014-08-261-0/+8
| | | | | | | | | | | Rename Ranking.meetsInterruptionFilter() to matchesInterruptionFilter() as suggested by API council. Marking the old version @removed for now, will remove once prebuilds had the chance to update. Bug: 17255109 Change-Id: Iaee094df2dddf82029e127c194ea88581d1a48bb
* Hide PowerManager methods that third-party apps can't use.Jeff Brown2014-08-211-0/+10
| | | | Change-Id: I9c4dbdef913f68939eb29f2c250c5fe3afc67399
* Remove WindowManager.LayoutParams.TYPE_KEYGUARD (1/2)Jorim Jaggi2014-07-291-0/+8
| | | | Change-Id: I5d234dc4383bbf205bde1a0e7f1e8266fc37d13a
* Remove android.media.AudioFormat default constructorGlenn Kasten2014-05-221-0/+8
| | | | Change-Id: I2fe65ee7a8087151b44da3b84af357ea8bee80c4
* Revert "Remove the View#initializeScrollbars API"Adam Powell2014-05-101-8/+0
| | | | | | | | Looks like there are some bugs in the API checker for @removed. This reverts commit 172c26e20fd71a2b4489a80b96ea5f6292db6430. Change-Id: Ia4e610f71af19c5521fc019b9a6c26d0c11f23f1
* Remove the View#initializeScrollbars APIAdam Powell2014-05-091-0/+8
| | | | | | | | | This was never a safe API for apps to call since the TypedArray parameter must have been obtained by filtering on android.R.styleable.View, which is not public. Any behavior in the wild has therefore been undefined. Change-Id: Id19f571c92748ef2a8c036072fd83a417527f779
* Add removeApi commandline option for doclava and an empty removed.txtHui Shu2014-02-211-0/+0
BUG: b/11293324 Change-Id: Ief41ae23f3d6364260ce34ee9f3211130a6a83d7