Android API Differences Report
This document details the changes in the Android framework API. It shows additions, modifications, and removals for packages, classes, methods, and fields. Each reference to an API change includes a brief description of the API and an explanation of the change and suggested workaround, where available.
The differences described in this report are based a comparison of the APIs whose versions are specified in the upper-right corner of this page. It compares a newer "to" API to an older "from" version, noting any changes relative to the older API. So, for example, indicated API removals are no longer present in the "to" API.
For more information about the Android framework API and SDK, see the Android product site.
$if(no_delta)$Congratulation!
No differences were detected between the two provided APIs. $endif$ $if(removed_packages)$ $Table(name="Removed Packages", rows=removed_packages:{$it.from:ModelElementRow()$})$$endif$ $if(added_packages)$ $Table(name="Added Packages", rows=added_packages:{$it.to:PackageAddedLink()$}:SimpleTableRow())$
$endif$ $if(changed_packages)$ $Table(name="Changed Packages", rows=changed_packages:{$it.to:PackageChangedLink()$}:SimpleTableRow())$
$endif$