summaryrefslogtreecommitdiffstats
path: root/api/system-removed.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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