1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> 2 <html> 3 <head> 4 $Common_meta()$ 5 <title> 6 Android API Differences Report 7 </title> 8 <body> 9 <div class="body"> 10 11 $Header()$ 12 13 14 <div class="content"> 15 <h2>Android API Differences Report</h2> 16 <p>This document details the changes in the Android framework API. It shows 17 additions, modifications, and removals for packages, classes, methods, and 18 fields. Each reference to an API change includes a brief description of the 19 API and an explanation of the change and suggested workaround, where available.</p> 20 21 <p>The differences described in this report are based a comparison of the APIs 22 whose versions are specified in the upper-right corner of this page. It compares a 23 newer "to" API to an older "from" version, noting any changes relative to the 24 older API. So, for example, indicated API removals are no longer present in the "to" 25 API.</p> 26 <p>For more information about the Android framework API and SDK, 27 see the <a href="http://code.google.com/android/index.html" target="_top">Android product site</a>.</p> 28 29 $if(no_delta)$ 30 <h3>Congratulation!</h3> 31 No differences were detected between the two provided APIs. 32 $endif$ 33 34 35 $if(removed_packages)$ 36 $Table(name="Removed Packages", rows=removed_packages:{$it.from:ModelElementRow()$})$ 37 <br/> 38 $endif$ 39 40 41 $if(added_packages)$ 42 $Table(name="Added Packages", rows=added_packages:{$it.to:PackageAddedLink()$}:SimpleTableRow())$ 43 <br/> 44 $endif$ 45 46 $if(changed_packages)$ 47 $Table(name="Changed Packages", rows=changed_packages:{$it.to:PackageChangedLink()$}:SimpleTableRow())$ 48 <br/> 49 $endif$ 50 </div> 51 52 53 </div> 54 </body> 55 </html> 56 57 58 59 60 61