summaryrefslogtreecommitdiffstats
path: root/api/system-removed.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Check in "current" system API files.Ying Wang2015-01-201-0/+66
The API files were generated by running "make showcommands update-system-api". Bug: 18960664 Change-Id: Ibb4756d98be3cbf67f6103f5d5d8ff060b3c34c9