Home | History | Annotate | Download | only in changes
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <HTML style="overflow:auto;">
      3 <HEAD>
      4 <meta name="generator" content="JDiff v1.1.0">
      5 <!-- Generated by the JDiff Javadoc doclet -->
      6 <!-- (http://www.jdiff.org) -->
      7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
      8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
      9 <TITLE>
     10 API Change Statistics
     11 </TITLE>
     12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
     13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
     14 <noscript>
     15 <style type="text/css">
     16 body{overflow:auto;}
     17 #body-content{position:relative; top:0;}
     18 #doc-content{overflow:visible;border-left:3px solid #666;}
     19 #side-nav{padding:0;}
     20 #side-nav .toggle-list ul {display:block;}
     21 #resize-packages-nav{border-bottom:3px solid #666;}
     22 </style>
     23 </noscript>
     24 <style type="text/css">
     25 </style>
     26 </HEAD>
     27 <body class="gc-documentation">
     28 <!-- Start of nav bar -->
     29 <a name="top"></a>
     30 <div id="header" style="margin-bottom:0;xborder-bottom:none;">
     31 <div id="headerLeft">
     32 <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
     33 </div>
     34   <div id="headerRight">
     35   <div id="headerLinks">
     36 <!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
     37 <span class="text">
     38 <!-- &nbsp;<a href="#">English</a> | -->
     39 <nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
     40 </span>
     41 </div>
     42   <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
     43     <table class="diffspectable">
     44       <tr>
     45         <td colspan="2" class="diffspechead">API Diff Specification</td>
     46       </tr>
     47       <tr>
     48         <td class="diffspec" style="padding-top:.25em">To Level:</td>
     49         <td class="diffvaluenew" style="padding-top:.25em">4</td>
     50       </tr>
     51       <tr>
     52         <td class="diffspec">From Level:</td>
     53         <td class="diffvalueold">3</td>
     54       </tr>
     55       <tr>
     56         <td class="diffspec">Generated</td>
     57         <td class="diffvalue">2009.11.19 19:34</td>
     58       </tr>
     59     </table>
     60     </div><!-- End and-diff-id -->
     61   <div class="and-diff-id" style="margin-right:8px;">
     62     <table class="diffspectable">
     63       <tr>
     64         <td class="diffspec" colspan="2"><a href="../changes.html" target="_top">Top of Report</a>
     65       </tr>
     66     </table>
     67   </div> <!-- End and-diff-id -->
     68   </div> <!-- End headerRight -->
     69   </div> <!-- End header -->
     70 <div id="body-content">
     71 <div id="doc-content" style="position:relative;">
     72 <div id="mainBodyFluid">
     73 <h1>API&nbsp;Change&nbsp;Statistics</h1>
     74 <p>The overall difference between API Levels 3 and 4 is approximately <span style="color:222;font-weight:bold;">2.45%</span>.
     75 </p>
     76 <br>
     77 <a name="numbers"></a>
     78 <h2>Total of Differences, by Number and Type</h2>
     79 <p>
     80 The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements &mdash; that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
     81 </p>
     82 <TABLE summary="Number of differences" WIDTH="100%">
     83 <TR>
     84   <th>Type</th>
     85   <TH ALIGN="center"><b>Additions</b></TH>
     86   <TH ALIGN="center"><b>Changes</b></TH>
     87   <TH ALIGN="center">Removals</TH>
     88   <TH ALIGN="center"><b>Total</b></TH>
     89 </TR>
     90 <TR>
     91   <TD>Packages</TD>
     92   <TD ALIGN="right">4</TD>
     93   <TD ALIGN="right">26</TD>
     94   <TD ALIGN="right">0</TD>
     95   <TD ALIGN="right">30</TD>
     96 </TR>
     97 <TR>
     98   <TD>Classes and <i>Interfaces</i></TD>
     99   <TD ALIGN="right">22</TD>
    100   <TD ALIGN="right">73</TD>
    101   <TD ALIGN="right">2</TD>
    102   <TD ALIGN="right">97</TD>
    103 </TR>
    104 <TR>
    105   <TD>Constructors</TD>
    106   <TD ALIGN="right">6</TD>
    107   <TD ALIGN="right">8</TD>
    108   <TD ALIGN="right">0</TD>
    109   <TD ALIGN="right">14</TD>
    110 </TR>
    111 <TR>
    112   <TD>Methods</TD>
    113   <TD ALIGN="right">80</TD>
    114   <TD ALIGN="right">43</TD>
    115   <TD ALIGN="right">3</TD>
    116   <TD ALIGN="right">126</TD>
    117 </TR>
    118 <TR>
    119   <TD>Fields</TD>
    120   <TD ALIGN="right">208</TD>
    121   <TD ALIGN="right">27</TD>
    122   <TD ALIGN="right">29</TD>
    123   <TD ALIGN="right">264</TD>
    124 </TR>
    125 <TR>
    126   <TD style="background-color:#FAFAFA"><b>Total</b></TD>
    127   <TD  style="background-color:#FAFAFA" ALIGN="right"><strong>320</strong></TD>
    128   <TD  style="background-color:#FAFAFA" ALIGN="right"><strong>177</strong></TD>
    129   <TD  style="background-color:#FAFAFA" ALIGN="right"><strong>34</strong></TD>
    130   <TD  style="background-color:#FAFAFA" ALIGN="right"><strong>531</strong></TD>
    131 </TR>
    132 </TABLE>
    133 <br>
    134 <a name="packages"></a>
    135 <h2>Changed Packages, Sorted by Percentage Difference</h2>
    136 <TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
    137 <TR>
    138   <TH  WIDTH="10%">Percentage Difference*</TH>
    139   <TH>Package</TH>
    140 </TR>
    141 <TR>
    142   <TD ALIGN="center">36</TD>
    143   <TD><A HREF="pkg_android.telephony.gsm.html">android.telephony.gsm</A></TD>
    144 </TR>
    145 <TR>
    146   <TD ALIGN="center">22</TD>
    147   <TD><A HREF="pkg_android.telephony.html">android.telephony</A></TD>
    148 </TR>
    149 <TR>
    150   <TD ALIGN="center">16</TD>
    151   <TD><A HREF="pkg_android.opengl.html">android.opengl</A></TD>
    152 </TR>
    153 <TR>
    154   <TD ALIGN="center">9</TD>
    155   <TD><A HREF="pkg_android.content.pm.html">android.content.pm</A></TD>
    156 </TR>
    157 <TR>
    158   <TD ALIGN="center">9</TD>
    159   <TD><A HREF="pkg_android.view.animation.html">android.view.animation</A></TD>
    160 </TR>
    161 <TR>
    162   <TD ALIGN="center">5</TD>
    163   <TD><A HREF="pkg_android.graphics.drawable.html">android.graphics.drawable</A></TD>
    164 </TR>
    165 <TR>
    166   <TD ALIGN="center">4</TD>
    167   <TD><A HREF="pkg_android.content.html">android.content</A></TD>
    168 </TR>
    169 <TR>
    170   <TD ALIGN="center">4</TD>
    171   <TD><A HREF="pkg_android.net.wifi.html">android.net.wifi</A></TD>
    172 </TR>
    173 <TR>
    174   <TD ALIGN="center">2</TD>
    175   <TD><A HREF="pkg_android.media.html">android.media</A></TD>
    176 </TR>
    177 <TR>
    178   <TD ALIGN="center">2</TD>
    179   <TD><A HREF="pkg_android.util.html">android.util</A></TD>
    180 </TR>
    181 <TR>
    182   <TD ALIGN="center">2</TD>
    183   <TD><A HREF="pkg_android.os.html">android.os</A></TD>
    184 </TR>
    185 <TR>
    186   <TD ALIGN="center">1</TD>
    187   <TD><A HREF="pkg_android.html">android</A></TD>
    188 </TR>
    189 <TR>
    190   <TD ALIGN="center">1</TD>
    191   <TD><A HREF="pkg_android.widget.html">android.widget</A></TD>
    192 </TR>
    193 <TR>
    194   <TD ALIGN="center">1</TD>
    195   <TD><A HREF="pkg_android.app.html">android.app</A></TD>
    196 </TR>
    197 <TR>
    198   <TD ALIGN="center">&lt;1</TD>
    199   <TD><A HREF="pkg_android.view.html">android.view</A></TD>
    200 </TR>
    201 <TR>
    202   <TD ALIGN="center">&lt;1</TD>
    203   <TD><A HREF="pkg_android.content.res.html">android.content.res</A></TD>
    204 </TR>
    205 <TR>
    206   <TD ALIGN="center">&lt;1</TD>
    207   <TD><A HREF="pkg_android.test.html">android.test</A></TD>
    208 </TR>
    209 <TR>
    210   <TD ALIGN="center">&lt;1</TD>
    211   <TD><A HREF="pkg_android.location.html">android.location</A></TD>
    212 </TR>
    213 <TR>
    214   <TD ALIGN="center">&lt;1</TD>
    215   <TD><A HREF="pkg_android.graphics.html">android.graphics</A></TD>
    216 </TR>
    217 <TR>
    218   <TD ALIGN="center">&lt;1</TD>
    219   <TD><A HREF="pkg_android.text.style.html">android.text.style</A></TD>
    220 </TR>
    221 <TR>
    222   <TD ALIGN="center">&lt;1</TD>
    223   <TD><A HREF="pkg_android.test.mock.html">android.test.mock</A></TD>
    224 </TR>
    225 <TR>
    226   <TD ALIGN="center">&lt;1</TD>
    227   <TD><A HREF="pkg_android.provider.html">android.provider</A></TD>
    228 </TR>
    229 <TR>
    230   <TD ALIGN="center">&lt;1</TD>
    231   <TD><A HREF="pkg_android.inputmethodservice.html">android.inputmethodservice</A></TD>
    232 </TR>
    233 <TR>
    234   <TD ALIGN="center">&lt;1</TD>
    235   <TD><A HREF="pkg_java.util.concurrent.locks.html">java.util.concurrent.locks</A></TD>
    236 </TR>
    237 <TR>
    238   <TD ALIGN="center">&lt;1</TD>
    239   <TD><A HREF="pkg_java.util.concurrent.html">java.util.concurrent</A></TD>
    240 </TR>
    241 <TR>
    242   <TD ALIGN="center">&lt;1</TD>
    243   <TD><A HREF="pkg_android.hardware.html">android.hardware</A></TD>
    244 </TR>
    245 </TABLE>
    246 <p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
    247 <br>
    248 <a name="classes"></a>
    249 <h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
    250 <TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
    251 <TR WIDTH="20%">
    252   <TH WIDTH="10%">Percentage<br>Difference*</TH>
    253   <TH><b>Class or <i>Interface</i></b></TH>
    254 </TR>
    255 <TR>
    256   <TD ALIGN="center">55</TD>
    257   <TD><A HREF="android.telephony.gsm.SmsMessage.html">
    258 android.telephony.gsm.SmsMessage</A></TD>
    259 </TR>
    260 <TR>
    261   <TD ALIGN="center">50</TD>
    262   <TD><A HREF="android.media.ToneGenerator.html">
    263 android.media.ToneGenerator</A></TD>
    264 </TR>
    265 <TR>
    266   <TD ALIGN="center">50</TD>
    267   <TD><A HREF="android.telephony.gsm.SmsManager.html">
    268 android.telephony.gsm.SmsManager</A></TD>
    269 </TR>
    270 <TR>
    271   <TD ALIGN="center">50</TD>
    272   <TD><A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html">
    273 android.telephony.gsm.SmsMessage.SubmitPdu</A></TD>
    274 </TR>
    275 <TR>
    276   <TD ALIGN="center">47</TD>
    277   <TD><A HREF="android.graphics.drawable.NinePatchDrawable.html">
    278 android.graphics.drawable.NinePatchDrawable</A></TD>
    279 </TR>
    280 <TR>
    281   <TD ALIGN="center">42</TD>
    282   <TD><A HREF="android.media.MediaRecorder.AudioSource.html">
    283 android.media.MediaRecorder.AudioSource</A></TD>
    284 </TR>
    285 <TR>
    286   <TD ALIGN="center">33</TD>
    287   <TD><A HREF="android.util.Config.html">
    288 android.util.Config</A></TD>
    289 </TR>
    290 <TR>
    291   <TD ALIGN="center">30</TD>
    292   <TD><A HREF="android.os.Build.VERSION.html">
    293 android.os.Build.VERSION</A></TD>
    294 </TR>
    295 <TR>
    296   <TD ALIGN="center">25</TD>
    297   <TD><A HREF="android.telephony.gsm.SmsMessage.MessageClass.html">
    298 android.telephony.gsm.SmsMessage.MessageClass</A></TD>
    299 </TR>
    300 <TR>
    301   <TD ALIGN="center">23</TD>
    302   <TD><A HREF="android.R.anim.html">
    303 android.R.anim</A></TD>
    304 </TR>
    305 <TR>
    306   <TD ALIGN="center">23</TD>
    307   <TD><A HREF="android.text.style.ImageSpan.html">
    308 android.text.style.ImageSpan</A></TD>
    309 </TR>
    310 <TR>
    311   <TD ALIGN="center">22</TD>
    312   <TD><A HREF="android.app.SearchManager.html">
    313 android.app.SearchManager</A></TD>
    314 </TR>
    315 <TR>
    316   <TD ALIGN="center">22</TD>
    317   <TD><A HREF="android.widget.TabWidget.html">
    318 android.widget.TabWidget</A></TD>
    319 </TR>
    320 <TR>
    321   <TD ALIGN="center">21</TD>
    322   <TD><A HREF="android.util.DisplayMetrics.html">
    323 android.util.DisplayMetrics</A></TD>
    324 </TR>
    325 <TR>
    326   <TD ALIGN="center">21</TD>
    327   <TD><A HREF="android.graphics.BitmapFactory.Options.html">
    328 android.graphics.BitmapFactory.Options</A></TD>
    329 </TR>
    330 <TR>
    331   <TD ALIGN="center">20</TD>
    332   <TD><A HREF="android.graphics.drawable.BitmapDrawable.html">
    333 android.graphics.drawable.BitmapDrawable</A></TD>
    334 </TR>
    335 <TR>
    336   <TD ALIGN="center">20</TD>
    337   <TD><A HREF="android.test.AndroidTestCase.html">
    338 android.test.AndroidTestCase</A></TD>
    339 </TR>
    340 <TR>
    341   <TD ALIGN="center">16</TD>
    342   <TD><A HREF="android.widget.TabHost.TabSpec.html">
    343 android.widget.TabHost.TabSpec</A></TD>
    344 </TR>
    345 <TR>
    346   <TD ALIGN="center">15</TD>
    347   <TD><A HREF="android.os.RemoteCallbackList.html">
    348 android.os.RemoteCallbackList</A></TD>
    349 </TR>
    350 <TR>
    351   <TD ALIGN="center">14</TD>
    352   <TD><A HREF="android.content.pm.PackageManager.html">
    353 android.content.pm.PackageManager</A></TD>
    354 </TR>
    355 <TR>
    356   <TD ALIGN="center">14</TD>
    357   <TD><A HREF="android.graphics.Bitmap.html">
    358 android.graphics.Bitmap</A></TD>
    359 </TR>
    360 <TR>
    361   <TD ALIGN="center">12</TD>
    362   <TD><A HREF="android.content.pm.ApplicationInfo.html">
    363 android.content.pm.ApplicationInfo</A></TD>
    364 </TR>
    365 <TR>
    366   <TD ALIGN="center">12</TD>
    367   <TD><A HREF="android.content.pm.ConfigurationInfo.html">
    368 android.content.pm.ConfigurationInfo</A></TD>
    369 </TR>
    370 <TR>
    371   <TD ALIGN="center">11</TD>
    372   <TD><A HREF="android.app.LauncherActivity.html">
    373 android.app.LauncherActivity</A></TD>
    374 </TR>
    375 <TR>
    376   <TD ALIGN="center">10</TD>
    377   <TD><A HREF="android.content.res.Configuration.html">
    378 android.content.res.Configuration</A></TD>
    379 </TR>
    380 <TR>
    381   <TD ALIGN="center">8</TD>
    382   <TD><A HREF="android.provider.MediaStore.Audio.Genres.Members.html">
    383 android.provider.MediaStore.Audio.Genres.Members</A></TD>
    384 </TR>
    385 <TR>
    386   <TD ALIGN="center">7</TD>
    387   <TD><A HREF="android.provider.Settings.Secure.html">
    388 android.provider.Settings.Secure</A></TD>
    389 </TR>
    390 <TR>
    391   <TD ALIGN="center">7</TD>
    392   <TD><A HREF="android.app.LauncherActivity.ListItem.html">
    393 android.app.LauncherActivity.ListItem</A></TD>
    394 </TR>
    395 <TR>
    396   <TD ALIGN="center">7</TD>
    397   <TD><A HREF="android.location.Address.html">
    398 android.location.Address</A></TD>
    399 </TR>
    400 <TR>
    401   <TD ALIGN="center">6</TD>
    402   <TD><A HREF="android.os.Build.html">
    403 android.os.Build</A></TD>
    404 </TR>
    405 <TR>
    406   <TD ALIGN="center">6</TD>
    407   <TD><A HREF="android.view.VelocityTracker.html">
    408 android.view.VelocityTracker</A></TD>
    409 </TR>
    410 <TR>
    411   <TD ALIGN="center">6</TD>
    412   <TD><A HREF="android.widget.CheckedTextView.html">
    413 android.widget.CheckedTextView</A></TD>
    414 </TR>
    415 <TR>
    416   <TD ALIGN="center">5</TD>
    417   <TD><A HREF="android.graphics.Typeface.html">
    418 android.graphics.Typeface</A></TD>
    419 </TR>
    420 <TR>
    421   <TD ALIGN="center">5</TD>
    422   <TD><A HREF="android.provider.MediaStore.Audio.Media.html">
    423 android.provider.MediaStore.Audio.Media</A></TD>
    424 </TR>
    425 <TR>
    426   <TD ALIGN="center">5</TD>
    427   <TD><A HREF="android.telephony.TelephonyManager.html">
    428 android.telephony.TelephonyManager</A></TD>
    429 </TR>
    430 <TR>
    431   <TD ALIGN="center">5</TD>
    432   <TD><A HREF="java.util.concurrent.TimeUnit.html">
    433 java.util.concurrent.TimeUnit</A></TD>
    434 </TR>
    435 <TR>
    436   <TD ALIGN="center">4</TD>
    437   <TD><A HREF="android.content.ContentProvider.html">
    438 android.content.ContentProvider</A></TD>
    439 </TR>
    440 <TR>
    441   <TD ALIGN="center">4</TD>
    442   <TD><A HREF="android.graphics.NinePatch.html">
    443 android.graphics.NinePatch</A></TD>
    444 </TR>
    445 <TR>
    446   <TD ALIGN="center">4</TD>
    447   <TD><A HREF="android.graphics.drawable.AnimationDrawable.html">
    448 android.graphics.drawable.AnimationDrawable</A></TD>
    449 </TR>
    450 <TR>
    451   <TD ALIGN="center">4</TD>
    452   <TD><A HREF="android.Manifest.permission_group.html">
    453 android.Manifest.permission_group</A></TD>
    454 </TR>
    455 <TR>
    456   <TD ALIGN="center">4</TD>
    457   <TD><A HREF="android.graphics.BitmapFactory.html">
    458 android.graphics.BitmapFactory</A></TD>
    459 </TR>
    460 <TR>
    461   <TD ALIGN="center">4</TD>
    462   <TD><A HREF="android.Manifest.permission.html">
    463 android.Manifest.permission</A></TD>
    464 </TR>
    465 <TR>
    466   <TD ALIGN="center">4</TD>
    467   <TD><A HREF="android.content.pm.ProviderInfo.html">
    468 android.content.pm.ProviderInfo</A></TD>
    469 </TR>
    470 <TR>
    471   <TD ALIGN="center">3</TD>
    472   <TD><A HREF="android.view.ViewConfiguration.html">
    473 android.view.ViewConfiguration</A></TD>
    474 </TR>
    475 <TR>
    476   <TD ALIGN="center">3</TD>
    477   <TD><A HREF="android.view.Window.Callback.html">
    478 <i>android.view.Window.Callback</i></A></TD>
    479 </TR>
    480 <TR>
    481   <TD ALIGN="center">3</TD>
    482   <TD><A HREF="android.inputmethodservice.KeyboardView.html">
    483 android.inputmethodservice.KeyboardView</A></TD>
    484 </TR>
    485 <TR>
    486   <TD ALIGN="center">3</TD>
    487   <TD><A HREF="android.content.ComponentName.html">
    488 android.content.ComponentName</A></TD>
    489 </TR>
    490 <TR>
    491   <TD ALIGN="center">3</TD>
    492   <TD><A HREF="android.widget.PopupWindow.html">
    493 android.widget.PopupWindow</A></TD>
    494 </TR>
    495 <TR>
    496   <TD ALIGN="center">2</TD>
    497   <TD><A HREF="android.R.attr.html">
    498 android.R.attr</A></TD>
    499 </TR>
    500 <TR>
    501   <TD ALIGN="center">2</TD>
    502   <TD><A HREF="android.content.Intent.html">
    503 android.content.Intent</A></TD>
    504 </TR>
    505 <TR>
    506   <TD ALIGN="center">2</TD>
    507   <TD><A HREF="android.widget.AutoCompleteTextView.html">
    508 android.widget.AutoCompleteTextView</A></TD>
    509 </TR>
    510 <TR>
    511   <TD ALIGN="center">2</TD>
    512   <TD><A HREF="android.util.TypedValue.html">
    513 android.util.TypedValue</A></TD>
    514 </TR>
    515 <TR>
    516   <TD ALIGN="center">2</TD>
    517   <TD><A HREF="android.app.PendingIntent.html">
    518 android.app.PendingIntent</A></TD>
    519 </TR>
    520 <TR>
    521   <TD ALIGN="center">2</TD>
    522   <TD><A HREF="android.view.Surface.html">
    523 android.view.Surface</A></TD>
    524 </TR>
    525 <TR>
    526   <TD ALIGN="center">2</TD>
    527   <TD><A HREF="android.content.Context.html">
    528 android.content.Context</A></TD>
    529 </TR>
    530 <TR>
    531   <TD ALIGN="center">1</TD>
    532   <TD><A HREF="android.view.View.html">
    533 android.view.View</A></TD>
    534 </TR>
    535 <TR>
    536   <TD ALIGN="center">1</TD>
    537   <TD><A HREF="android.media.MediaRecorder.html">
    538 android.media.MediaRecorder</A></TD>
    539 </TR>
    540 <TR>
    541   <TD ALIGN="center">1</TD>
    542   <TD><A HREF="android.test.mock.MockPackageManager.html">
    543 android.test.mock.MockPackageManager</A></TD>
    544 </TR>
    545 <TR>
    546   <TD ALIGN="center">1</TD>
    547   <TD><A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html">
    548 java.util.concurrent.locks.AbstractQueuedSynchronizer</A></TD>
    549 </TR>
    550 <TR>
    551   <TD ALIGN="center">1</TD>
    552   <TD><A HREF="android.R.style.html">
    553 android.R.style</A></TD>
    554 </TR>
    555 <TR>
    556   <TD ALIGN="center">1</TD>
    557   <TD><A HREF="android.widget.ListView.html">
    558 android.widget.ListView</A></TD>
    559 </TR>
    560 <TR>
    561   <TD ALIGN="center">1</TD>
    562   <TD><A HREF="android.media.AudioManager.html">
    563 android.media.AudioManager</A></TD>
    564 </TR>
    565 <TR>
    566   <TD ALIGN="center">1</TD>
    567   <TD><A HREF="android.content.pm.ActivityInfo.html">
    568 android.content.pm.ActivityInfo</A></TD>
    569 </TR>
    570 <TR>
    571   <TD ALIGN="center">1</TD>
    572   <TD><A HREF="android.graphics.drawable.Drawable.html">
    573 android.graphics.drawable.Drawable</A></TD>
    574 </TR>
    575 <TR>
    576   <TD ALIGN="center">1</TD>
    577   <TD><A HREF="android.graphics.Canvas.html">
    578 android.graphics.Canvas</A></TD>
    579 </TR>
    580 <TR>
    581   <TD ALIGN="center">1</TD>
    582   <TD><A HREF="android.net.wifi.WifiManager.html">
    583 android.net.wifi.WifiManager</A></TD>
    584 </TR>
    585 <TR>
    586   <TD ALIGN="center">&lt;1</TD>
    587   <TD><A HREF="android.test.mock.MockContext.html">
    588 android.test.mock.MockContext</A></TD>
    589 </TR>
    590 <TR>
    591   <TD ALIGN="center">&lt;1</TD>
    592   <TD><A HREF="android.content.ContextWrapper.html">
    593 android.content.ContextWrapper</A></TD>
    594 </TR>
    595 <TR>
    596   <TD ALIGN="center">&lt;1</TD>
    597   <TD><A HREF="android.hardware.SensorManager.html">
    598 android.hardware.SensorManager</A></TD>
    599 </TR>
    600 <TR>
    601   <TD ALIGN="center">&lt;1</TD>
    602   <TD><A HREF="android.app.Dialog.html">
    603 android.app.Dialog</A></TD>
    604 </TR>
    605 <TR>
    606   <TD ALIGN="center">&lt;1</TD>
    607   <TD><A HREF="android.R.drawable.html">
    608 android.R.drawable</A></TD>
    609 </TR>
    610 <TR>
    611   <TD ALIGN="center">&lt;1</TD>
    612   <TD><A HREF="android.provider.Settings.System.html">
    613 android.provider.Settings.System</A></TD>
    614 </TR>
    615 <TR>
    616   <TD ALIGN="center">&lt;1</TD>
    617   <TD><A HREF="android.app.Activity.html">
    618 android.app.Activity</A></TD>
    619 </TR>
    620 </TABLE>
    621 <p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
    622 <br>
    623 <h2 id="calculation">Calculation of Change Percentages</h2>
    624 <p>
    625 The percent change statistic reported for all elements in the &quot;to&quot; API Level specification is defined recursively as follows:</p>
    626 <pre>
    627 Percentage difference = 100 * (added + removed + 2*changed)
    628                         -----------------------------------
    629                         sum of public elements in BOTH APIs
    630 </pre>
    631 <p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
    632 This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
    633 The definition ensures that if all packages are removed and all new packages are
    634 added, the change will be 100%.</p>
    635       </div>	
    636       <div id="footer">
    637         <div id="copyright">
    638         Except as noted, this content is licensed under 
    639         <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
    640         For details and restrictions, see the <a href="/license.html">Content License</a>.
    641         </div>
    642       <div id="footerlinks">
    643       <p>
    644         <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
    645         <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
    646         <a href="http://www.android.com/branding.html">Brand Guidelines</a>
    647       </p>
    648     </div>
    649     </div> <!-- end footer -->
    650     </div><!-- end doc-content -->
    651     </div> <!-- end body-content --> 
    652 <script src="http://www.google-analytics.com/ga.js" type="text/javascript">
    653 </script>
    654 <script type="text/javascript">
    655   try {
    656     var pageTracker = _gat._getTracker("UA-5831155-1");
    657     pageTracker._setAllowAnchor(true);
    658     pageTracker._initData();
    659     pageTracker._trackPageview();
    660   } catch(e) {}
    661 </script>
    662 </BODY></HTML>
    663