Home | History | Annotate | Download | only in 8
      1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
      2 <comments
      3   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
      4   xsi:noNamespaceSchemaLocation='comments.xsd'
      5   name="7_to_8"
      6   jdversion="1.1.0">
      7 
      8 <!-- Use this file to enter an API change description. For example, when you remove a class, 
      9      you can enter a comment for that class that points developers to the replacement class. 
     10      You can also provide a change summary for modified API, to give an overview of the changes 
     11      why they were made, workarounds, etc.  -->
     12 
     13 <!-- When the API diffs report is generated, the comments in this file get added to the tables of 
     14      removed, added, and modified packages, classes, methods, and fields. This file does not ship 
     15      with the final report. -->
     16 
     17 <!-- The id attribute in an identifier element identifies the change as noted in the report. 
     18      An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional 
     19      text. A comment element can have multiple identifier elements, which will will cause the same 
     20      text to appear at each place in the report, but will be converted to separate comments when the 
     21      comments file is used. -->
     22 
     23 <!-- HTML tags in the text field will appear in the report. You also need to close p HTML elements, 
     24      used for paragraphs - see the top-level documentation. -->
     25 
     26 <!-- You can include standard javadoc links in your change descriptions. You can use the @first command  
     27      to cause jdiff to include the first line of the API documentation. You also need to close p HTML 
     28      elements, used for paragraphs - see the top-level documentation. -->
     29 
     30 <comment>
     31   <identifier id="android"/>
     32   <text>
     33     InsertCommentsHere
     34   </text>
     35 </comment>
     36 <comment>
     37   <identifier id="android.Manifest.permission"/>
     38   <text>
     39     InsertCommentsHere
     40   </text>
     41 </comment>
     42 <comment>
     43   <identifier id="android.Manifest.permission.BIND_DEVICE_ADMIN"/>
     44   <text>
     45     InsertCommentsHere
     46   </text>
     47 </comment>
     48 <comment>
     49   <identifier id="android.Manifest.permission.BIND_WALLPAPER"/>
     50   <text>
     51     InsertCommentsHere
     52   </text>
     53 </comment>
     54 <comment>
     55   <identifier id="android.Manifest.permission.KILL_BACKGROUND_PROCESSES"/>
     56   <text>
     57     InsertCommentsHere
     58   </text>
     59 </comment>
     60 <comment>
     61   <identifier id="android.Manifest.permission.RESTART_PACKAGES"/>
     62   <text>
     63     InsertCommentsHere
     64   </text>
     65 </comment>
     66 <comment>
     67   <identifier id="android.Manifest.permission.SET_TIME"/>
     68   <text>
     69     InsertCommentsHere
     70   </text>
     71 </comment>
     72 <comment>
     73   <identifier id="android.R.anim"/>
     74   <text>
     75     InsertCommentsHere
     76   </text>
     77 </comment>
     78 <comment>
     79   <identifier id="android.R.anim.cycle_interpolator"/>
     80   <text>
     81     InsertCommentsHere
     82   </text>
     83 </comment>
     84 <comment>
     85   <identifier id="android.R.attr"/>
     86   <text>
     87     InsertCommentsHere
     88   </text>
     89 </comment>
     90 <comment>
     91   <identifier id="android.R.attr.expandableListViewWhiteStyle"/>
     92   <text>
     93     InsertCommentsHere
     94   </text>
     95 </comment>
     96 <comment>
     97   <identifier id="android.R.attr.installLocation"/>
     98   <text>
     99     InsertCommentsHere
    100   </text>
    101 </comment>
    102 <comment>
    103   <identifier id="android.R.attr.restoreAnyVersion"/>
    104   <text>
    105     InsertCommentsHere
    106   </text>
    107 </comment>
    108 <comment>
    109   <identifier id="android.R.attr.restoreNeedsApplication"/>
    110   <text>
    111     InsertCommentsHere
    112   </text>
    113 </comment>
    114 <comment>
    115   <identifier id="android.R.attr.tabStripEnabled"/>
    116   <text>
    117     InsertCommentsHere
    118   </text>
    119 </comment>
    120 <comment>
    121   <identifier id="android.R.attr.tabStripLeft"/>
    122   <text>
    123     InsertCommentsHere
    124   </text>
    125 </comment>
    126 <comment>
    127   <identifier id="android.R.attr.tabStripRight"/>
    128   <text>
    129     InsertCommentsHere
    130   </text>
    131 </comment>
    132 <comment>
    133   <identifier id="android.R.attr.vmSafeMode"/>
    134   <text>
    135     InsertCommentsHere
    136   </text>
    137 </comment>
    138 <comment>
    139   <identifier id="android.R.attr.webTextViewStyle"/>
    140   <text>
    141     InsertCommentsHere
    142   </text>
    143 </comment>
    144 <comment>
    145   <identifier id="android.R.id"/>
    146   <text>
    147     InsertCommentsHere
    148   </text>
    149 </comment>
    150 <comment>
    151   <identifier id="android.R.id.custom"/>
    152   <text>
    153     InsertCommentsHere
    154   </text>
    155 </comment>
    156 <comment>
    157   <identifier id="android.accounts"/>
    158   <text>
    159     InsertCommentsHere
    160   </text>
    161 </comment>
    162 <comment>
    163   <identifier id="android.accounts.AccountManager"/>
    164   <text>
    165     InsertCommentsHere
    166   </text>
    167 </comment>
    168 <comment>
    169   <identifier id="android.accounts.AccountManager.hasFeatures_added(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback&lt;java.lang.Boolean&gt;, android.os.Handler)"/>
    170   <text>
    171     InsertCommentsHere
    172   </text>
    173 </comment>
    174 <comment>
    175   <identifier id="android.app"/>
    176   <text>
    177     InsertCommentsHere
    178   </text>
    179 </comment>
    180 <comment>
    181   <identifier id="android.app.Activity"/>
    182   <text>
    183     InsertCommentsHere
    184   </text>
    185 </comment>
    186 <comment>
    187   <identifier id="android.app.Activity.onCreateDialog_added(int, android.os.Bundle)"/>
    188   <text>
    189     InsertCommentsHere
    190   </text>
    191 </comment>
    192 <comment>
    193   <identifier id="android.app.Activity.onCreateDialog_changed(int)"/>
    194   <text>
    195     InsertCommentsHere
    196   </text>
    197 </comment>
    198 <comment>
    199   <identifier id="android.app.Activity.onPrepareDialog_added(int, android.app.Dialog, android.os.Bundle)"/>
    200   <text>
    201     InsertCommentsHere
    202   </text>
    203 </comment>
    204 <comment>
    205   <identifier id="android.app.Activity.onPrepareDialog_changed(int, android.app.Dialog)"/>
    206   <text>
    207     InsertCommentsHere
    208   </text>
    209 </comment>
    210 <comment>
    211   <identifier id="android.app.Activity.showDialog_added(int, android.os.Bundle)"/>
    212   <text>
    213     InsertCommentsHere
    214   </text>
    215 </comment>
    216 <comment>
    217   <identifier id="android.app.ActivityManager"/>
    218   <text>
    219     InsertCommentsHere
    220   </text>
    221 </comment>
    222 <comment>
    223   <identifier id="android.app.ActivityManager.ProcessErrorStateInfo"/>
    224   <text>
    225     InsertCommentsHere
    226   </text>
    227 </comment>
    228 <comment>
    229   <identifier id="android.app.ActivityManager.ProcessErrorStateInfo.stackTrace"/>
    230   <text>
    231     InsertCommentsHere
    232   </text>
    233 </comment>
    234 <comment>
    235   <identifier id="android.app.ActivityManager.isUserAMonkey_added()"/>
    236   <text>
    237     InsertCommentsHere
    238   </text>
    239 </comment>
    240 <comment>
    241   <identifier id="android.app.ActivityManager.killBackgroundProcesses_added(java.lang.String)"/>
    242   <text>
    243     InsertCommentsHere
    244   </text>
    245 </comment>
    246 <comment>
    247   <identifier id="android.app.ActivityManager.restartPackage_changed(java.lang.String)"/>
    248   <text>
    249     InsertCommentsHere
    250   </text>
    251 </comment>
    252 <comment>
    253   <identifier id="android.app.AlarmManager"/>
    254   <text>
    255     InsertCommentsHere
    256   </text>
    257 </comment>
    258 <comment>
    259   <identifier id="android.app.AlarmManager.setTime_added(long)"/>
    260   <text>
    261     InsertCommentsHere
    262   </text>
    263 </comment>
    264 <comment>
    265   <identifier id="android.app.Dialog"/>
    266   <text>
    267     InsertCommentsHere
    268   </text>
    269 </comment>
    270 <comment>
    271   <identifier id="android.app.Dialog.setOnShowListener_added(android.content.DialogInterface.OnShowListener)"/>
    272   <text>
    273     InsertCommentsHere
    274   </text>
    275 </comment>
    276 <comment>
    277   <identifier id="android.app.SearchManager"/>
    278   <text>
    279     InsertCommentsHere
    280   </text>
    281 </comment>
    282 <comment>
    283   <identifier id="android.app.SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS"/>
    284   <text>
    285     InsertCommentsHere
    286   </text>
    287 </comment>
    288 <comment>
    289   <identifier id="android.app.SearchManager.EXTRA_SELECT_QUERY"/>
    290   <text>
    291     InsertCommentsHere
    292   </text>
    293 </comment>
    294 <comment>
    295   <identifier id="android.app.SearchManager.INTENT_ACTION_GLOBAL_SEARCH"/>
    296   <text>
    297     InsertCommentsHere
    298   </text>
    299 </comment>
    300 <comment>
    301   <identifier id="android.app.SearchManager.INTENT_ACTION_SEARCH_SETTINGS"/>
    302   <text>
    303     InsertCommentsHere
    304   </text>
    305 </comment>
    306 <comment>
    307   <identifier id="android.app.SearchManager.SUGGEST_COLUMN_TEXT_2_URL"/>
    308   <text>
    309     InsertCommentsHere
    310   </text>
    311 </comment>
    312 <comment>
    313   <identifier id="android.app.SearchManager.getSearchableInfo_added(android.content.ComponentName)"/>
    314   <text>
    315     InsertCommentsHere
    316   </text>
    317 </comment>
    318 <comment>
    319   <identifier id="android.app.SearchManager.getSearchablesInGlobalSearch_added()"/>
    320   <text>
    321     InsertCommentsHere
    322   </text>
    323 </comment>
    324 <comment>
    325   <identifier id="android.app.SearchableInfo"/>
    326   <text>
    327     InsertCommentsHere
    328   </text>
    329 </comment>
    330 <comment>
    331   <identifier id="android.app.UiModeManager"/>
    332   <text>
    333     InsertCommentsHere
    334   </text>
    335 </comment>
    336 <comment>
    337   <identifier id="android.app.admin"/>
    338   <text>
    339     InsertCommentsHere
    340   </text>
    341 </comment>
    342 <comment>
    343   <identifier id="android.app.backup"/>
    344   <text>
    345     InsertCommentsHere
    346   </text>
    347 </comment>
    348 <comment>
    349   <identifier id="android.content"/>
    350   <text>
    351     InsertCommentsHere
    352   </text>
    353 </comment>
    354 <comment>
    355   <identifier id="android.content.AbstractThreadedSyncAdapter"/>
    356   <text>
    357     InsertCommentsHere
    358   </text>
    359 </comment>
    360 <comment>
    361   <identifier id="android.content.AbstractThreadedSyncAdapter.onSyncCanceled_added()"/>
    362   <text>
    363     InsertCommentsHere
    364   </text>
    365 </comment>
    366 <comment>
    367   <identifier id="android.content.ComponentName"/>
    368   <text>
    369     InsertCommentsHere
    370   </text>
    371 </comment>
    372 <comment>
    373   <identifier id="android.content.ComponentName.clone_changed()"/>
    374   <text>
    375     InsertCommentsHere
    376   </text>
    377 </comment>
    378 <comment>
    379   <identifier id="android.content.ContentResolver"/>
    380   <text>
    381     InsertCommentsHere
    382   </text>
    383 </comment>
    384 <comment>
    385   <identifier id="android.content.ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY"/>
    386   <text>
    387     InsertCommentsHere
    388   </text>
    389 </comment>
    390 <comment>
    391   <identifier id="android.content.ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF"/>
    392   <text>
    393     InsertCommentsHere
    394   </text>
    395 </comment>
    396 <comment>
    397   <identifier id="android.content.ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS"/>
    398   <text>
    399     InsertCommentsHere
    400   </text>
    401 </comment>
    402 <comment>
    403   <identifier id="android.content.ContentResolver.SYNC_OBSERVER_TYPE_ACTIVE"/>
    404   <text>
    405     InsertCommentsHere
    406   </text>
    407 </comment>
    408 <comment>
    409   <identifier id="android.content.ContentResolver.SYNC_OBSERVER_TYPE_PENDING"/>
    410   <text>
    411     InsertCommentsHere
    412   </text>
    413 </comment>
    414 <comment>
    415   <identifier id="android.content.ContentResolver.SYNC_OBSERVER_TYPE_SETTINGS"/>
    416   <text>
    417     InsertCommentsHere
    418   </text>
    419 </comment>
    420 <comment>
    421   <identifier id="android.content.ContentResolver.addPeriodicSync_added(android.accounts.Account, java.lang.String, android.os.Bundle, long)"/>
    422   <text>
    423     InsertCommentsHere
    424   </text>
    425 </comment>
    426 <comment>
    427   <identifier id="android.content.ContentResolver.getCurrentSync_added()"/>
    428   <text>
    429     InsertCommentsHere
    430   </text>
    431 </comment>
    432 <comment>
    433   <identifier id="android.content.ContentResolver.getPeriodicSyncs_added(android.accounts.Account, java.lang.String)"/>
    434   <text>
    435     InsertCommentsHere
    436   </text>
    437 </comment>
    438 <comment>
    439   <identifier id="android.content.ContentResolver.removePeriodicSync_added(android.accounts.Account, java.lang.String, android.os.Bundle)"/>
    440   <text>
    441     InsertCommentsHere
    442   </text>
    443 </comment>
    444 <comment>
    445   <identifier id="android.content.Context"/>
    446   <text>
    447     InsertCommentsHere
    448   </text>
    449 </comment>
    450 <comment>
    451   <identifier id="android.content.Context.BIND_NOT_FOREGROUND"/>
    452   <text>
    453     InsertCommentsHere
    454   </text>
    455 </comment>
    456 <comment>
    457   <identifier id="android.content.Context.DEVICE_POLICY_SERVICE"/>
    458   <text>
    459     InsertCommentsHere
    460   </text>
    461 </comment>
    462 <comment>
    463   <identifier id="android.content.Context.DROPBOX_SERVICE"/>
    464   <text>
    465     InsertCommentsHere
    466   </text>
    467 </comment>
    468 <comment>
    469   <identifier id="android.content.Context.UI_MODE_SERVICE"/>
    470   <text>
    471     InsertCommentsHere
    472   </text>
    473 </comment>
    474 <comment>
    475   <identifier id="android.content.Context.getExternalCacheDir_added()"/>
    476   <text>
    477     InsertCommentsHere
    478   </text>
    479 </comment>
    480 <comment>
    481   <identifier id="android.content.Context.getExternalFilesDir_added(java.lang.String)"/>
    482   <text>
    483     InsertCommentsHere
    484   </text>
    485 </comment>
    486 <comment>
    487   <identifier id="android.content.Context.getPackageCodePath_added()"/>
    488   <text>
    489     InsertCommentsHere
    490   </text>
    491 </comment>
    492 <comment>
    493   <identifier id="android.content.Context.getPackageResourcePath_added()"/>
    494   <text>
    495     InsertCommentsHere
    496   </text>
    497 </comment>
    498 <comment>
    499   <identifier id="android.content.ContextWrapper"/>
    500   <text>
    501     InsertCommentsHere
    502   </text>
    503 </comment>
    504 <comment>
    505   <identifier id="android.content.ContextWrapper.getExternalCacheDir_added()"/>
    506   <text>
    507     InsertCommentsHere
    508   </text>
    509 </comment>
    510 <comment>
    511   <identifier id="android.content.ContextWrapper.getExternalFilesDir_added(java.lang.String)"/>
    512   <text>
    513     InsertCommentsHere
    514   </text>
    515 </comment>
    516 <comment>
    517   <identifier id="android.content.DialogInterface.OnShowListener"/>
    518   <text>
    519     InsertCommentsHere
    520   </text>
    521 </comment>
    522 <comment>
    523   <identifier id="android.content.Entity"/>
    524   <text>
    525     InsertCommentsHere
    526   </text>
    527 </comment>
    528 <comment>
    529   <identifier id="android.content.Entity.NamedContentValues"/>
    530   <text>
    531     InsertCommentsHere
    532   </text>
    533 </comment>
    534 <comment>
    535   <identifier id="android.content.EntityIterator"/>
    536   <text>
    537     InsertCommentsHere
    538   </text>
    539 </comment>
    540 <comment>
    541   <identifier id="android.content.Intent"/>
    542   <text>
    543     InsertCommentsHere
    544   </text>
    545 </comment>
    546 <comment>
    547   <identifier id="android.content.Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE"/>
    548   <text>
    549     InsertCommentsHere
    550   </text>
    551 </comment>
    552 <comment>
    553   <identifier id="android.content.Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE"/>
    554   <text>
    555     InsertCommentsHere
    556   </text>
    557 </comment>
    558 <comment>
    559   <identifier id="android.content.Intent.CATEGORY_CAR_MODE"/>
    560   <text>
    561     InsertCommentsHere
    562   </text>
    563 </comment>
    564 <comment>
    565   <identifier id="android.content.Intent.EXTRA_CHANGED_PACKAGE_LIST"/>
    566   <text>
    567     InsertCommentsHere
    568   </text>
    569 </comment>
    570 <comment>
    571   <identifier id="android.content.Intent.EXTRA_CHANGED_UID_LIST"/>
    572   <text>
    573     InsertCommentsHere
    574   </text>
    575 </comment>
    576 <comment>
    577   <identifier id="android.content.Intent.FLAG_RECEIVER_REPLACE_PENDING"/>
    578   <text>
    579     InsertCommentsHere
    580   </text>
    581 </comment>
    582 <comment>
    583   <identifier id="android.content.Intent.getCharSequenceArrayExtra_added(java.lang.String)"/>
    584   <text>
    585     InsertCommentsHere
    586   </text>
    587 </comment>
    588 <comment>
    589   <identifier id="android.content.Intent.getCharSequenceArrayListExtra_added(java.lang.String)"/>
    590   <text>
    591     InsertCommentsHere
    592   </text>
    593 </comment>
    594 <comment>
    595   <identifier id="android.content.Intent.putCharSequenceArrayListExtra_added(java.lang.String, java.util.ArrayList&lt;java.lang.CharSequence&gt;)"/>
    596   <text>
    597     InsertCommentsHere
    598   </text>
    599 </comment>
    600 <comment>
    601   <identifier id="android.content.Intent.putExtra_added(java.lang.String, java.lang.CharSequence[])"/>
    602   <text>
    603     InsertCommentsHere
    604   </text>
    605 </comment>
    606 <comment>
    607   <identifier id="android.content.PeriodicSync"/>
    608   <text>
    609     InsertCommentsHere
    610   </text>
    611 </comment>
    612 <comment>
    613   <identifier id="android.content.SyncInfo"/>
    614   <text>
    615     InsertCommentsHere
    616   </text>
    617 </comment>
    618 <comment>
    619   <identifier id="android.content.SyncResult"/>
    620   <text>
    621     InsertCommentsHere
    622   </text>
    623 </comment>
    624 <comment>
    625   <identifier id="android.content.SyncResult.delayUntil"/>
    626   <text>
    627     InsertCommentsHere
    628   </text>
    629 </comment>
    630 <comment>
    631   <identifier id="android.content.pm"/>
    632   <text>
    633     InsertCommentsHere
    634   </text>
    635 </comment>
    636 <comment>
    637   <identifier id="android.content.pm.ActivityInfo"/>
    638   <text>
    639     InsertCommentsHere
    640   </text>
    641 </comment>
    642 <comment>
    643   <identifier id="android.content.pm.ActivityInfo.CONFIG_UI_MODE"/>
    644   <text>
    645     InsertCommentsHere
    646   </text>
    647 </comment>
    648 <comment>
    649   <identifier id="android.content.pm.ApplicationInfo"/>
    650   <text>
    651     InsertCommentsHere
    652   </text>
    653 </comment>
    654 <comment>
    655   <identifier id="android.content.pm.ApplicationInfo.FLAG_ALLOW_BACKUP"/>
    656   <text>
    657     InsertCommentsHere
    658   </text>
    659 </comment>
    660 <comment>
    661   <identifier id="android.content.pm.ApplicationInfo.FLAG_EXTERNAL_STORAGE"/>
    662   <text>
    663     InsertCommentsHere
    664   </text>
    665 </comment>
    666 <comment>
    667   <identifier id="android.content.pm.ApplicationInfo.FLAG_KILL_AFTER_RESTORE"/>
    668   <text>
    669     InsertCommentsHere
    670   </text>
    671 </comment>
    672 <comment>
    673   <identifier id="android.content.pm.ApplicationInfo.FLAG_RESTORE_ANY_VERSION"/>
    674   <text>
    675     InsertCommentsHere
    676   </text>
    677 </comment>
    678 <comment>
    679   <identifier id="android.content.pm.ApplicationInfo.FLAG_VM_SAFE_MODE"/>
    680   <text>
    681     InsertCommentsHere
    682   </text>
    683 </comment>
    684 <comment>
    685   <identifier id="android.content.pm.ApplicationInfo.backupAgentName"/>
    686   <text>
    687     InsertCommentsHere
    688   </text>
    689 </comment>
    690 <comment>
    691   <identifier id="android.content.pm.ComponentInfo"/>
    692   <text>
    693     InsertCommentsHere
    694   </text>
    695 </comment>
    696 <comment>
    697   <identifier id="android.content.pm.ComponentInfo.descriptionRes"/>
    698   <text>
    699     InsertCommentsHere
    700   </text>
    701 </comment>
    702 <comment>
    703   <identifier id="android.content.pm.PackageManager"/>
    704   <text>
    705     InsertCommentsHere
    706   </text>
    707 </comment>
    708 <comment>
    709   <identifier id="android.content.pm.PackageManager.FEATURE_BLUETOOTH"/>
    710   <text>
    711     InsertCommentsHere
    712   </text>
    713 </comment>
    714 <comment>
    715   <identifier id="android.content.pm.PackageManager.FEATURE_LOCATION"/>
    716   <text>
    717     InsertCommentsHere
    718   </text>
    719 </comment>
    720 <comment>
    721   <identifier id="android.content.pm.PackageManager.FEATURE_LOCATION_GPS"/>
    722   <text>
    723     InsertCommentsHere
    724   </text>
    725 </comment>
    726 <comment>
    727   <identifier id="android.content.pm.PackageManager.FEATURE_LOCATION_NETWORK"/>
    728   <text>
    729     InsertCommentsHere
    730   </text>
    731 </comment>
    732 <comment>
    733   <identifier id="android.content.pm.PackageManager.FEATURE_MICROPHONE"/>
    734   <text>
    735     InsertCommentsHere
    736   </text>
    737 </comment>
    738 <comment>
    739   <identifier id="android.content.pm.PackageManager.FEATURE_SENSOR_ACCELEROMETER"/>
    740   <text>
    741     InsertCommentsHere
    742   </text>
    743 </comment>
    744 <comment>
    745   <identifier id="android.content.pm.PackageManager.FEATURE_SENSOR_COMPASS"/>
    746   <text>
    747     InsertCommentsHere
    748   </text>
    749 </comment>
    750 <comment>
    751   <identifier id="android.content.pm.PackageManager.FEATURE_TOUCHSCREEN"/>
    752   <text>
    753     InsertCommentsHere
    754   </text>
    755 </comment>
    756 <comment>
    757   <identifier id="android.content.pm.PackageManager.FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT"/>
    758   <text>
    759     InsertCommentsHere
    760   </text>
    761 </comment>
    762 <comment>
    763   <identifier id="android.content.pm.PackageManager.FEATURE_WIFI"/>
    764   <text>
    765     InsertCommentsHere
    766   </text>
    767 </comment>
    768 <comment>
    769   <identifier id="android.content.pm.PackageManager.PKG_INSTALL_COMPLETE"/>
    770   <text>
    771     InsertCommentsHere
    772   </text>
    773 </comment>
    774 <comment>
    775   <identifier id="android.content.pm.PackageManager.PKG_INSTALL_INCOMPLETE"/>
    776   <text>
    777     InsertCommentsHere
    778   </text>
    779 </comment>
    780 <comment>
    781   <identifier id="android.content.pm.PackageManager.addPermissionAsync_added(android.content.pm.PermissionInfo)"/>
    782   <text>
    783     InsertCommentsHere
    784   </text>
    785 </comment>
    786 <comment>
    787   <identifier id="android.content.pm.PackageManager.addPreferredActivity_changed(android.content.IntentFilter, int, android.content.ComponentName[], android.content.ComponentName)"/>
    788   <text>
    789     InsertCommentsHere
    790   </text>
    791 </comment>
    792 <comment>
    793   <identifier id="android.content.pm.PackageManager.canonicalToCurrentPackageNames_added(java.lang.String[])"/>
    794   <text>
    795     InsertCommentsHere
    796   </text>
    797 </comment>
    798 <comment>
    799   <identifier id="android.content.pm.PackageManager.currentToCanonicalPackageNames_added(java.lang.String[])"/>
    800   <text>
    801     InsertCommentsHere
    802   </text>
    803 </comment>
    804 <comment>
    805   <identifier id="android.content.res"/>
    806   <text>
    807     InsertCommentsHere
    808   </text>
    809 </comment>
    810 <comment>
    811   <identifier id="android.content.res.Configuration"/>
    812   <text>
    813     InsertCommentsHere
    814   </text>
    815 </comment>
    816 <comment>
    817   <identifier id="android.content.res.Configuration.UI_MODE_NIGHT_MASK"/>
    818   <text>
    819     InsertCommentsHere
    820   </text>
    821 </comment>
    822 <comment>
    823   <identifier id="android.content.res.Configuration.UI_MODE_NIGHT_NO"/>
    824   <text>
    825     InsertCommentsHere
    826   </text>
    827 </comment>
    828 <comment>
    829   <identifier id="android.content.res.Configuration.UI_MODE_NIGHT_UNDEFINED"/>
    830   <text>
    831     InsertCommentsHere
    832   </text>
    833 </comment>
    834 <comment>
    835   <identifier id="android.content.res.Configuration.UI_MODE_NIGHT_YES"/>
    836   <text>
    837     InsertCommentsHere
    838   </text>
    839 </comment>
    840 <comment>
    841   <identifier id="android.content.res.Configuration.UI_MODE_TYPE_CAR"/>
    842   <text>
    843     InsertCommentsHere
    844   </text>
    845 </comment>
    846 <comment>
    847   <identifier id="android.content.res.Configuration.UI_MODE_TYPE_DESK"/>
    848   <text>
    849     InsertCommentsHere
    850   </text>
    851 </comment>
    852 <comment>
    853   <identifier id="android.content.res.Configuration.UI_MODE_TYPE_MASK"/>
    854   <text>
    855     InsertCommentsHere
    856   </text>
    857 </comment>
    858 <comment>
    859   <identifier id="android.content.res.Configuration.UI_MODE_TYPE_NORMAL"/>
    860   <text>
    861     InsertCommentsHere
    862   </text>
    863 </comment>
    864 <comment>
    865   <identifier id="android.content.res.Configuration.UI_MODE_TYPE_UNDEFINED"/>
    866   <text>
    867     InsertCommentsHere
    868   </text>
    869 </comment>
    870 <comment>
    871   <identifier id="android.content.res.Configuration.readFromParcel_added(android.os.Parcel)"/>
    872   <text>
    873     InsertCommentsHere
    874   </text>
    875 </comment>
    876 <comment>
    877   <identifier id="android.content.res.Configuration.setTo_added(android.content.res.Configuration)"/>
    878   <text>
    879     InsertCommentsHere
    880   </text>
    881 </comment>
    882 <comment>
    883   <identifier id="android.content.res.Configuration.uiMode"/>
    884   <text>
    885     InsertCommentsHere
    886   </text>
    887 </comment>
    888 <comment>
    889   <identifier id="android.database"/>
    890   <text>
    891     InsertCommentsHere
    892   </text>
    893 </comment>
    894 <comment>
    895   <identifier id="android.database.DatabaseUtils"/>
    896   <text>
    897     InsertCommentsHere
    898   </text>
    899 </comment>
    900 <comment>
    901   <identifier id="android.database.DatabaseUtils.cursorDoubleToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    902   <text>
    903     InsertCommentsHere
    904   </text>
    905 </comment>
    906 <comment>
    907   <identifier id="android.database.DatabaseUtils.cursorFloatToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    908   <text>
    909     InsertCommentsHere
    910   </text>
    911 </comment>
    912 <comment>
    913   <identifier id="android.database.DatabaseUtils.cursorIntToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    914   <text>
    915     InsertCommentsHere
    916   </text>
    917 </comment>
    918 <comment>
    919   <identifier id="android.database.DatabaseUtils.cursorLongToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    920   <text>
    921     InsertCommentsHere
    922   </text>
    923 </comment>
    924 <comment>
    925   <identifier id="android.database.DatabaseUtils.cursorShortToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    926   <text>
    927     InsertCommentsHere
    928   </text>
    929 </comment>
    930 <comment>
    931   <identifier id="android.database.DatabaseUtils.cursorStringToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"/>
    932   <text>
    933     InsertCommentsHere
    934   </text>
    935 </comment>
    936 <comment>
    937   <identifier id="android.database.sqlite"/>
    938   <text>
    939     InsertCommentsHere
    940   </text>
    941 </comment>
    942 <comment>
    943   <identifier id="android.database.sqlite.SQLiteDatabase"/>
    944   <text>
    945     InsertCommentsHere
    946   </text>
    947 </comment>
    948 <comment>
    949   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_ABORT"/>
    950   <text>
    951     InsertCommentsHere
    952   </text>
    953 </comment>
    954 <comment>
    955   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_FAIL"/>
    956   <text>
    957     InsertCommentsHere
    958   </text>
    959 </comment>
    960 <comment>
    961   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_IGNORE"/>
    962   <text>
    963     InsertCommentsHere
    964   </text>
    965 </comment>
    966 <comment>
    967   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_NONE"/>
    968   <text>
    969     InsertCommentsHere
    970   </text>
    971 </comment>
    972 <comment>
    973   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_REPLACE"/>
    974   <text>
    975     InsertCommentsHere
    976   </text>
    977 </comment>
    978 <comment>
    979   <identifier id="android.database.sqlite.SQLiteDatabase.CONFLICT_ROLLBACK"/>
    980   <text>
    981     InsertCommentsHere
    982   </text>
    983 </comment>
    984 <comment>
    985   <identifier id="android.database.sqlite.SQLiteDatabase.insertWithOnConflict_added(java.lang.String, java.lang.String, android.content.ContentValues, int)"/>
    986   <text>
    987     InsertCommentsHere
    988   </text>
    989 </comment>
    990 <comment>
    991   <identifier id="android.database.sqlite.SQLiteDatabase.updateWithOnConflict_added(java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[], int)"/>
    992   <text>
    993     InsertCommentsHere
    994   </text>
    995 </comment>
    996 <comment>
    997   <identifier id="android.database.sqlite.SQLiteProgram"/>
    998   <text>
    999     InsertCommentsHere
   1000   </text>
   1001 </comment>
   1002 <comment>
   1003   <identifier id="android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)"/>
   1004   <text>
   1005     InsertCommentsHere
   1006   </text>
   1007 </comment>
   1008 <comment>
   1009   <identifier id="android.database.sqlite.SQLiteProgram.mDatabase"/>
   1010   <text>
   1011     InsertCommentsHere
   1012   </text>
   1013 </comment>
   1014 <comment>
   1015   <identifier id="android.database.sqlite.SQLiteProgram.nHandle"/>
   1016   <text>
   1017     InsertCommentsHere
   1018   </text>
   1019 </comment>
   1020 <comment>
   1021   <identifier id="android.database.sqlite.SQLiteProgram.nStatement"/>
   1022   <text>
   1023     InsertCommentsHere
   1024   </text>
   1025 </comment>
   1026 <comment>
   1027   <identifier id="android.database.sqlite.SQLiteProgram.native_compile_changed(java.lang.String)"/>
   1028   <text>
   1029     InsertCommentsHere
   1030   </text>
   1031 </comment>
   1032 <comment>
   1033   <identifier id="android.database.sqlite.SQLiteProgram.native_finalize_changed()"/>
   1034   <text>
   1035     InsertCommentsHere
   1036   </text>
   1037 </comment>
   1038 <comment>
   1039   <identifier id="android.gesture"/>
   1040   <text>
   1041     InsertCommentsHere
   1042   </text>
   1043 </comment>
   1044 <comment>
   1045   <identifier id="android.gesture.Gesture"/>
   1046   <text>
   1047     InsertCommentsHere
   1048   </text>
   1049 </comment>
   1050 <comment>
   1051   <identifier id="android.gesture.Gesture.clone_changed()"/>
   1052   <text>
   1053     InsertCommentsHere
   1054   </text>
   1055 </comment>
   1056 <comment>
   1057   <identifier id="android.gesture.GesturePoint"/>
   1058   <text>
   1059     InsertCommentsHere
   1060   </text>
   1061 </comment>
   1062 <comment>
   1063   <identifier id="android.gesture.GesturePoint.clone_changed()"/>
   1064   <text>
   1065     InsertCommentsHere
   1066   </text>
   1067 </comment>
   1068 <comment>
   1069   <identifier id="android.gesture.GestureStroke"/>
   1070   <text>
   1071     InsertCommentsHere
   1072   </text>
   1073 </comment>
   1074 <comment>
   1075   <identifier id="android.gesture.GestureStroke.clone_changed()"/>
   1076   <text>
   1077     InsertCommentsHere
   1078   </text>
   1079 </comment>
   1080 <comment>
   1081   <identifier id="android.gesture.GestureUtils"/>
   1082   <text>
   1083     InsertCommentsHere
   1084   </text>
   1085 </comment>
   1086 <comment>
   1087   <identifier id="android.graphics"/>
   1088   <text>
   1089     InsertCommentsHere
   1090   </text>
   1091 </comment>
   1092 <comment>
   1093   <identifier id="android.graphics.ImageFormat"/>
   1094   <text>
   1095     InsertCommentsHere
   1096   </text>
   1097 </comment>
   1098 <comment>
   1099   <identifier id="android.graphics.PixelFormat"/>
   1100   <text>
   1101     InsertCommentsHere
   1102   </text>
   1103 </comment>
   1104 <comment>
   1105   <identifier id="android.graphics.PixelFormat.JPEG"/>
   1106   <text>
   1107     InsertCommentsHere
   1108   </text>
   1109 </comment>
   1110 <comment>
   1111   <identifier id="android.graphics.PixelFormat.YCbCr_420_SP"/>
   1112   <text>
   1113     InsertCommentsHere
   1114   </text>
   1115 </comment>
   1116 <comment>
   1117   <identifier id="android.graphics.PixelFormat.YCbCr_422_I"/>
   1118   <text>
   1119     InsertCommentsHere
   1120   </text>
   1121 </comment>
   1122 <comment>
   1123   <identifier id="android.graphics.PixelFormat.YCbCr_422_SP"/>
   1124   <text>
   1125     InsertCommentsHere
   1126   </text>
   1127 </comment>
   1128 <comment>
   1129   <identifier id="android.graphics.YuvImage"/>
   1130   <text>
   1131     InsertCommentsHere
   1132   </text>
   1133 </comment>
   1134 <comment>
   1135   <identifier id="android.hardware"/>
   1136   <text>
   1137     InsertCommentsHere
   1138   </text>
   1139 </comment>
   1140 <comment>
   1141   <identifier id="android.hardware.Camera"/>
   1142   <text>
   1143     InsertCommentsHere
   1144   </text>
   1145 </comment>
   1146 <comment>
   1147   <identifier id="android.hardware.Camera.OnZoomChangeListener"/>
   1148   <text>
   1149     InsertCommentsHere
   1150   </text>
   1151 </comment>
   1152 <comment>
   1153   <identifier id="android.hardware.Camera.Parameters"/>
   1154   <text>
   1155     InsertCommentsHere
   1156   </text>
   1157 </comment>
   1158 <comment>
   1159   <identifier id="android.hardware.Camera.Parameters.FOCUS_MODE_EDOF"/>
   1160   <text>
   1161     InsertCommentsHere
   1162   </text>
   1163 </comment>
   1164 <comment>
   1165   <identifier id="android.hardware.Camera.Parameters.SCENE_MODE_BARCODE"/>
   1166   <text>
   1167     InsertCommentsHere
   1168   </text>
   1169 </comment>
   1170 <comment>
   1171   <identifier id="android.hardware.Camera.Parameters.getExposureCompensationStep_added()"/>
   1172   <text>
   1173     InsertCommentsHere
   1174   </text>
   1175 </comment>
   1176 <comment>
   1177   <identifier id="android.hardware.Camera.Parameters.getExposureCompensation_added()"/>
   1178   <text>
   1179     InsertCommentsHere
   1180   </text>
   1181 </comment>
   1182 <comment>
   1183   <identifier id="android.hardware.Camera.Parameters.getFocalLength_added()"/>
   1184   <text>
   1185     InsertCommentsHere
   1186   </text>
   1187 </comment>
   1188 <comment>
   1189   <identifier id="android.hardware.Camera.Parameters.getHorizontalViewAngle_added()"/>
   1190   <text>
   1191     InsertCommentsHere
   1192   </text>
   1193 </comment>
   1194 <comment>
   1195   <identifier id="android.hardware.Camera.Parameters.getMaxExposureCompensation_added()"/>
   1196   <text>
   1197     InsertCommentsHere
   1198   </text>
   1199 </comment>
   1200 <comment>
   1201   <identifier id="android.hardware.Camera.Parameters.getMaxZoom_added()"/>
   1202   <text>
   1203     InsertCommentsHere
   1204   </text>
   1205 </comment>
   1206 <comment>
   1207   <identifier id="android.hardware.Camera.Parameters.getMinExposureCompensation_added()"/>
   1208   <text>
   1209     InsertCommentsHere
   1210   </text>
   1211 </comment>
   1212 <comment>
   1213   <identifier id="android.hardware.Camera.Parameters.getSupportedJpegThumbnailSizes_added()"/>
   1214   <text>
   1215     InsertCommentsHere
   1216   </text>
   1217 </comment>
   1218 <comment>
   1219   <identifier id="android.hardware.Camera.Parameters.getVerticalViewAngle_added()"/>
   1220   <text>
   1221     InsertCommentsHere
   1222   </text>
   1223 </comment>
   1224 <comment>
   1225   <identifier id="android.hardware.Camera.Parameters.getZoomRatios_added()"/>
   1226   <text>
   1227     InsertCommentsHere
   1228   </text>
   1229 </comment>
   1230 <comment>
   1231   <identifier id="android.hardware.Camera.Parameters.getZoom_added()"/>
   1232   <text>
   1233     InsertCommentsHere
   1234   </text>
   1235 </comment>
   1236 <comment>
   1237   <identifier id="android.hardware.Camera.Parameters.isSmoothZoomSupported_added()"/>
   1238   <text>
   1239     InsertCommentsHere
   1240   </text>
   1241 </comment>
   1242 <comment>
   1243   <identifier id="android.hardware.Camera.Parameters.isZoomSupported_added()"/>
   1244   <text>
   1245     InsertCommentsHere
   1246   </text>
   1247 </comment>
   1248 <comment>
   1249   <identifier id="android.hardware.Camera.Parameters.setExposureCompensation_added(int)"/>
   1250   <text>
   1251     InsertCommentsHere
   1252   </text>
   1253 </comment>
   1254 <comment>
   1255   <identifier id="android.hardware.Camera.Parameters.setGpsProcessingMethod_added(java.lang.String)"/>
   1256   <text>
   1257     InsertCommentsHere
   1258   </text>
   1259 </comment>
   1260 <comment>
   1261   <identifier id="android.hardware.Camera.Parameters.setZoom_added(int)"/>
   1262   <text>
   1263     InsertCommentsHere
   1264   </text>
   1265 </comment>
   1266 <comment>
   1267   <identifier id="android.hardware.Camera.addCallbackBuffer_added(byte[])"/>
   1268   <text>
   1269     InsertCommentsHere
   1270   </text>
   1271 </comment>
   1272 <comment>
   1273   <identifier id="android.hardware.Camera.reconnect_added()"/>
   1274   <text>
   1275     InsertCommentsHere
   1276   </text>
   1277 </comment>
   1278 <comment>
   1279   <identifier id="android.hardware.Camera.setDisplayOrientation_added(int)"/>
   1280   <text>
   1281     InsertCommentsHere
   1282   </text>
   1283 </comment>
   1284 <comment>
   1285   <identifier id="android.hardware.Camera.setPreviewCallbackWithBuffer_added(android.hardware.Camera.PreviewCallback)"/>
   1286   <text>
   1287     InsertCommentsHere
   1288   </text>
   1289 </comment>
   1290 <comment>
   1291   <identifier id="android.hardware.Camera.setZoomChangeListener_added(android.hardware.Camera.OnZoomChangeListener)"/>
   1292   <text>
   1293     InsertCommentsHere
   1294   </text>
   1295 </comment>
   1296 <comment>
   1297   <identifier id="android.hardware.Camera.startSmoothZoom_added(int)"/>
   1298   <text>
   1299     InsertCommentsHere
   1300   </text>
   1301 </comment>
   1302 <comment>
   1303   <identifier id="android.hardware.Camera.stopSmoothZoom_added()"/>
   1304   <text>
   1305     InsertCommentsHere
   1306   </text>
   1307 </comment>
   1308 <comment>
   1309   <identifier id="android.hardware.Sensor"/>
   1310   <text>
   1311     InsertCommentsHere
   1312   </text>
   1313 </comment>
   1314 <comment>
   1315   <identifier id="android.hardware.Sensor.TYPE_ORIENTATION"/>
   1316   <text>
   1317     InsertCommentsHere
   1318   </text>
   1319 </comment>
   1320 <comment>
   1321   <identifier id="android.location"/>
   1322   <text>
   1323     InsertCommentsHere
   1324   </text>
   1325 </comment>
   1326 <comment>
   1327   <identifier id="android.location.LocationManager"/>
   1328   <text>
   1329     InsertCommentsHere
   1330   </text>
   1331 </comment>
   1332 <comment>
   1333   <identifier id="android.location.LocationManager.PASSIVE_PROVIDER"/>
   1334   <text>
   1335     InsertCommentsHere
   1336   </text>
   1337 </comment>
   1338 <comment>
   1339   <identifier id="android.media"/>
   1340   <text>
   1341     InsertCommentsHere
   1342   </text>
   1343 </comment>
   1344 <comment>
   1345   <identifier id="android.media.AudioManager"/>
   1346   <text>
   1347     InsertCommentsHere
   1348   </text>
   1349 </comment>
   1350 <comment>
   1351   <identifier id="android.media.AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED"/>
   1352   <text>
   1353     InsertCommentsHere
   1354   </text>
   1355 </comment>
   1356 <comment>
   1357   <identifier id="android.media.AudioManager.AUDIOFOCUS_GAIN"/>
   1358   <text>
   1359     InsertCommentsHere
   1360   </text>
   1361 </comment>
   1362 <comment>
   1363   <identifier id="android.media.AudioManager.AUDIOFOCUS_GAIN_TRANSIENT"/>
   1364   <text>
   1365     InsertCommentsHere
   1366   </text>
   1367 </comment>
   1368 <comment>
   1369   <identifier id="android.media.AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK"/>
   1370   <text>
   1371     InsertCommentsHere
   1372   </text>
   1373 </comment>
   1374 <comment>
   1375   <identifier id="android.media.AudioManager.AUDIOFOCUS_LOSS"/>
   1376   <text>
   1377     InsertCommentsHere
   1378   </text>
   1379 </comment>
   1380 <comment>
   1381   <identifier id="android.media.AudioManager.AUDIOFOCUS_LOSS_TRANSIENT"/>
   1382   <text>
   1383     InsertCommentsHere
   1384   </text>
   1385 </comment>
   1386 <comment>
   1387   <identifier id="android.media.AudioManager.AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK"/>
   1388   <text>
   1389     InsertCommentsHere
   1390   </text>
   1391 </comment>
   1392 <comment>
   1393   <identifier id="android.media.AudioManager.AUDIOFOCUS_REQUEST_FAILED"/>
   1394   <text>
   1395     InsertCommentsHere
   1396   </text>
   1397 </comment>
   1398 <comment>
   1399   <identifier id="android.media.AudioManager.AUDIOFOCUS_REQUEST_GRANTED"/>
   1400   <text>
   1401     InsertCommentsHere
   1402   </text>
   1403 </comment>
   1404 <comment>
   1405   <identifier id="android.media.AudioManager.EXTRA_SCO_AUDIO_STATE"/>
   1406   <text>
   1407     InsertCommentsHere
   1408   </text>
   1409 </comment>
   1410 <comment>
   1411   <identifier id="android.media.AudioManager.OnAudioFocusChangeListener"/>
   1412   <text>
   1413     InsertCommentsHere
   1414   </text>
   1415 </comment>
   1416 <comment>
   1417   <identifier id="android.media.AudioManager.SCO_AUDIO_STATE_CONNECTED"/>
   1418   <text>
   1419     InsertCommentsHere
   1420   </text>
   1421 </comment>
   1422 <comment>
   1423   <identifier id="android.media.AudioManager.SCO_AUDIO_STATE_DISCONNECTED"/>
   1424   <text>
   1425     InsertCommentsHere
   1426   </text>
   1427 </comment>
   1428 <comment>
   1429   <identifier id="android.media.AudioManager.SCO_AUDIO_STATE_ERROR"/>
   1430   <text>
   1431     InsertCommentsHere
   1432   </text>
   1433 </comment>
   1434 <comment>
   1435   <identifier id="android.media.AudioManager.abandonAudioFocus_added(android.media.AudioManager.OnAudioFocusChangeListener)"/>
   1436   <text>
   1437     InsertCommentsHere
   1438   </text>
   1439 </comment>
   1440 <comment>
   1441   <identifier id="android.media.AudioManager.isBluetoothScoAvailableOffCall_added()"/>
   1442   <text>
   1443     InsertCommentsHere
   1444   </text>
   1445 </comment>
   1446 <comment>
   1447   <identifier id="android.media.AudioManager.registerMediaButtonEventReceiver_added(android.content.ComponentName)"/>
   1448   <text>
   1449     InsertCommentsHere
   1450   </text>
   1451 </comment>
   1452 <comment>
   1453   <identifier id="android.media.AudioManager.requestAudioFocus_added(android.media.AudioManager.OnAudioFocusChangeListener, int, int)"/>
   1454   <text>
   1455     InsertCommentsHere
   1456   </text>
   1457 </comment>
   1458 <comment>
   1459   <identifier id="android.media.AudioManager.startBluetoothSco_added()"/>
   1460   <text>
   1461     InsertCommentsHere
   1462   </text>
   1463 </comment>
   1464 <comment>
   1465   <identifier id="android.media.AudioManager.stopBluetoothSco_added()"/>
   1466   <text>
   1467     InsertCommentsHere
   1468   </text>
   1469 </comment>
   1470 <comment>
   1471   <identifier id="android.media.AudioManager.unregisterMediaButtonEventReceiver_added(android.content.ComponentName)"/>
   1472   <text>
   1473     InsertCommentsHere
   1474   </text>
   1475 </comment>
   1476 <comment>
   1477   <identifier id="android.media.CamcorderProfile"/>
   1478   <text>
   1479     InsertCommentsHere
   1480   </text>
   1481 </comment>
   1482 <comment>
   1483   <identifier id="android.media.CameraProfile"/>
   1484   <text>
   1485     InsertCommentsHere
   1486   </text>
   1487 </comment>
   1488 <comment>
   1489   <identifier id="android.media.ExifInterface"/>
   1490   <text>
   1491     InsertCommentsHere
   1492   </text>
   1493 </comment>
   1494 <comment>
   1495   <identifier id="android.media.ExifInterface.TAG_FOCAL_LENGTH"/>
   1496   <text>
   1497     InsertCommentsHere
   1498   </text>
   1499 </comment>
   1500 <comment>
   1501   <identifier id="android.media.ExifInterface.TAG_GPS_DATESTAMP"/>
   1502   <text>
   1503     InsertCommentsHere
   1504   </text>
   1505 </comment>
   1506 <comment>
   1507   <identifier id="android.media.ExifInterface.TAG_GPS_PROCESSING_METHOD"/>
   1508   <text>
   1509     InsertCommentsHere
   1510   </text>
   1511 </comment>
   1512 <comment>
   1513   <identifier id="android.media.ExifInterface.TAG_GPS_TIMESTAMP"/>
   1514   <text>
   1515     InsertCommentsHere
   1516   </text>
   1517 </comment>
   1518 <comment>
   1519   <identifier id="android.media.ExifInterface.getAttributeDouble_added(java.lang.String, double)"/>
   1520   <text>
   1521     InsertCommentsHere
   1522   </text>
   1523 </comment>
   1524 <comment>
   1525   <identifier id="android.media.MediaRecorder"/>
   1526   <text>
   1527     InsertCommentsHere
   1528   </text>
   1529 </comment>
   1530 <comment>
   1531   <identifier id="android.media.MediaRecorder.setAudioChannels_added(int)"/>
   1532   <text>
   1533     InsertCommentsHere
   1534   </text>
   1535 </comment>
   1536 <comment>
   1537   <identifier id="android.media.MediaRecorder.setAudioEncodingBitRate_added(int)"/>
   1538   <text>
   1539     InsertCommentsHere
   1540   </text>
   1541 </comment>
   1542 <comment>
   1543   <identifier id="android.media.MediaRecorder.setAudioSamplingRate_added(int)"/>
   1544   <text>
   1545     InsertCommentsHere
   1546   </text>
   1547 </comment>
   1548 <comment>
   1549   <identifier id="android.media.MediaRecorder.setProfile_added(android.media.CamcorderProfile)"/>
   1550   <text>
   1551     InsertCommentsHere
   1552   </text>
   1553 </comment>
   1554 <comment>
   1555   <identifier id="android.media.MediaRecorder.setVideoEncodingBitRate_added(int)"/>
   1556   <text>
   1557     InsertCommentsHere
   1558   </text>
   1559 </comment>
   1560 <comment>
   1561   <identifier id="android.media.MediaScannerConnection"/>
   1562   <text>
   1563     InsertCommentsHere
   1564   </text>
   1565 </comment>
   1566 <comment>
   1567   <identifier id="android.media.MediaScannerConnection.MediaScannerConnectionClient"/>
   1568   <text>
   1569     InsertCommentsHere
   1570   </text>
   1571 </comment>
   1572 <comment>
   1573   <identifier id="android.media.MediaScannerConnection.OnScanCompletedListener"/>
   1574   <text>
   1575     InsertCommentsHere
   1576   </text>
   1577 </comment>
   1578 <comment>
   1579   <identifier id="android.media.MediaScannerConnection.scanFile_added(android.content.Context, java.lang.String[], java.lang.String[], android.media.MediaScannerConnection.OnScanCompletedListener)"/>
   1580   <text>
   1581     InsertCommentsHere
   1582   </text>
   1583 </comment>
   1584 <comment>
   1585   <identifier id="android.media.SoundPool"/>
   1586   <text>
   1587     InsertCommentsHere
   1588   </text>
   1589 </comment>
   1590 <comment>
   1591   <identifier id="android.media.SoundPool.OnLoadCompleteListener"/>
   1592   <text>
   1593     InsertCommentsHere
   1594   </text>
   1595 </comment>
   1596 <comment>
   1597   <identifier id="android.media.SoundPool.autoPause_added()"/>
   1598   <text>
   1599     InsertCommentsHere
   1600   </text>
   1601 </comment>
   1602 <comment>
   1603   <identifier id="android.media.SoundPool.autoResume_added()"/>
   1604   <text>
   1605     InsertCommentsHere
   1606   </text>
   1607 </comment>
   1608 <comment>
   1609   <identifier id="android.media.SoundPool.setOnLoadCompleteListener_added(android.media.SoundPool.OnLoadCompleteListener)"/>
   1610   <text>
   1611     InsertCommentsHere
   1612   </text>
   1613 </comment>
   1614 <comment>
   1615   <identifier id="android.media.ThumbnailUtils"/>
   1616   <text>
   1617     InsertCommentsHere
   1618   </text>
   1619 </comment>
   1620 <comment>
   1621   <identifier id="android.net"/>
   1622   <text>
   1623     InsertCommentsHere
   1624   </text>
   1625 </comment>
   1626 <comment>
   1627   <identifier id="android.net.ConnectivityManager"/>
   1628   <text>
   1629     InsertCommentsHere
   1630   </text>
   1631 </comment>
   1632 <comment>
   1633   <identifier id="android.net.ConnectivityManager.TYPE_MOBILE_DUN"/>
   1634   <text>
   1635     InsertCommentsHere
   1636   </text>
   1637 </comment>
   1638 <comment>
   1639   <identifier id="android.net.ConnectivityManager.TYPE_MOBILE_HIPRI"/>
   1640   <text>
   1641     InsertCommentsHere
   1642   </text>
   1643 </comment>
   1644 <comment>
   1645   <identifier id="android.net.ConnectivityManager.TYPE_MOBILE_MMS"/>
   1646   <text>
   1647     InsertCommentsHere
   1648   </text>
   1649 </comment>
   1650 <comment>
   1651   <identifier id="android.net.ConnectivityManager.TYPE_MOBILE_SUPL"/>
   1652   <text>
   1653     InsertCommentsHere
   1654   </text>
   1655 </comment>
   1656 <comment>
   1657   <identifier id="android.net.ConnectivityManager.TYPE_WIMAX"/>
   1658   <text>
   1659     InsertCommentsHere
   1660   </text>
   1661 </comment>
   1662 <comment>
   1663   <identifier id="android.net.SSLCertificateSocketFactory"/>
   1664   <text>
   1665     InsertCommentsHere
   1666   </text>
   1667 </comment>
   1668 <comment>
   1669   <identifier id="android.net.SSLCertificateSocketFactory.ctor_changed(int)"/>
   1670   <text>
   1671     InsertCommentsHere
   1672   </text>
   1673 </comment>
   1674 <comment>
   1675   <identifier id="android.net.SSLCertificateSocketFactory.getDefault_added(int, android.net.SSLSessionCache)"/>
   1676   <text>
   1677     InsertCommentsHere
   1678   </text>
   1679 </comment>
   1680 <comment>
   1681   <identifier id="android.net.SSLCertificateSocketFactory.getHttpSocketFactory_added(int, android.net.SSLSessionCache)"/>
   1682   <text>
   1683     InsertCommentsHere
   1684   </text>
   1685 </comment>
   1686 <comment>
   1687   <identifier id="android.net.SSLCertificateSocketFactory.getInsecure_added(int, android.net.SSLSessionCache)"/>
   1688   <text>
   1689     InsertCommentsHere
   1690   </text>
   1691 </comment>
   1692 <comment>
   1693   <identifier id="android.net.SSLSessionCache"/>
   1694   <text>
   1695     InsertCommentsHere
   1696   </text>
   1697 </comment>
   1698 <comment>
   1699   <identifier id="android.net.TrafficStats"/>
   1700   <text>
   1701     InsertCommentsHere
   1702   </text>
   1703 </comment>
   1704 <comment>
   1705   <identifier id="android.net.http"/>
   1706   <text>
   1707     InsertCommentsHere
   1708   </text>
   1709 </comment>
   1710 <comment>
   1711   <identifier id="android.net.http.AndroidHttpClient"/>
   1712   <text>
   1713     InsertCommentsHere
   1714   </text>
   1715 </comment>
   1716 <comment>
   1717   <identifier id="android.net.http.SslCertificate"/>
   1718   <text>
   1719     InsertCommentsHere
   1720   </text>
   1721 </comment>
   1722 <comment>
   1723   <identifier id="android.net.http.SslCertificate.ctor_added(java.lang.String, java.lang.String, java.util.Date, java.util.Date)"/>
   1724   <text>
   1725     InsertCommentsHere
   1726   </text>
   1727 </comment>
   1728 <comment>
   1729   <identifier id="android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"/>
   1730   <text>
   1731     InsertCommentsHere
   1732   </text>
   1733 </comment>
   1734 <comment>
   1735   <identifier id="android.net.http.SslCertificate.getValidNotAfterDate_added()"/>
   1736   <text>
   1737     InsertCommentsHere
   1738   </text>
   1739 </comment>
   1740 <comment>
   1741   <identifier id="android.net.http.SslCertificate.getValidNotAfter_changed()"/>
   1742   <text>
   1743     InsertCommentsHere
   1744   </text>
   1745 </comment>
   1746 <comment>
   1747   <identifier id="android.net.http.SslCertificate.getValidNotBeforeDate_added()"/>
   1748   <text>
   1749     InsertCommentsHere
   1750   </text>
   1751 </comment>
   1752 <comment>
   1753   <identifier id="android.net.http.SslCertificate.getValidNotBefore_changed()"/>
   1754   <text>
   1755     InsertCommentsHere
   1756   </text>
   1757 </comment>
   1758 <comment>
   1759   <identifier id="android.net.http.SslError"/>
   1760   <text>
   1761     InsertCommentsHere
   1762   </text>
   1763 </comment>
   1764 <comment>
   1765   <identifier id="android.opengl"/>
   1766   <text>
   1767     InsertCommentsHere
   1768   </text>
   1769 </comment>
   1770 <comment>
   1771   <identifier id="android.opengl.ETC1"/>
   1772   <text>
   1773     InsertCommentsHere
   1774   </text>
   1775 </comment>
   1776 <comment>
   1777   <identifier id="android.opengl.ETC1Util"/>
   1778   <text>
   1779     InsertCommentsHere
   1780   </text>
   1781 </comment>
   1782 <comment>
   1783   <identifier id="android.opengl.ETC1Util.ETC1Texture"/>
   1784   <text>
   1785     InsertCommentsHere
   1786   </text>
   1787 </comment>
   1788 <comment>
   1789   <identifier id="android.opengl.GLES20"/>
   1790   <text>
   1791     InsertCommentsHere
   1792   </text>
   1793 </comment>
   1794 <comment>
   1795   <identifier id="android.opengl.GLSurfaceView"/>
   1796   <text>
   1797     InsertCommentsHere
   1798   </text>
   1799 </comment>
   1800 <comment>
   1801   <identifier id="android.opengl.GLSurfaceView.setEGLContextClientVersion_added(int)"/>
   1802   <text>
   1803     InsertCommentsHere
   1804   </text>
   1805 </comment>
   1806 <comment>
   1807   <identifier id="android.opengl.Matrix"/>
   1808   <text>
   1809     InsertCommentsHere
   1810   </text>
   1811 </comment>
   1812 <comment>
   1813   <identifier id="android.opengl.Matrix.setLookAtM_added(float[], int, float, float, float, float, float, float, float, float, float)"/>
   1814   <text>
   1815     InsertCommentsHere
   1816   </text>
   1817 </comment>
   1818 <comment>
   1819   <identifier id="android.os"/>
   1820   <text>
   1821     InsertCommentsHere
   1822   </text>
   1823 </comment>
   1824 <comment>
   1825   <identifier id="android.os.Build"/>
   1826   <text>
   1827     InsertCommentsHere
   1828   </text>
   1829 </comment>
   1830 <comment>
   1831   <identifier id="android.os.Build.BOOTLOADER"/>
   1832   <text>
   1833     InsertCommentsHere
   1834   </text>
   1835 </comment>
   1836 <comment>
   1837   <identifier id="android.os.Build.CPU_ABI2"/>
   1838   <text>
   1839     InsertCommentsHere
   1840   </text>
   1841 </comment>
   1842 <comment>
   1843   <identifier id="android.os.Build.HARDWARE"/>
   1844   <text>
   1845     InsertCommentsHere
   1846   </text>
   1847 </comment>
   1848 <comment>
   1849   <identifier id="android.os.Build.RADIO"/>
   1850   <text>
   1851     InsertCommentsHere
   1852   </text>
   1853 </comment>
   1854 <comment>
   1855   <identifier id="android.os.Build.UNKNOWN"/>
   1856   <text>
   1857     InsertCommentsHere
   1858   </text>
   1859 </comment>
   1860 <comment>
   1861   <identifier id="android.os.Build.VERSION_CODES"/>
   1862   <text>
   1863     InsertCommentsHere
   1864   </text>
   1865 </comment>
   1866 <comment>
   1867   <identifier id="android.os.Build.VERSION_CODES.FROYO"/>
   1868   <text>
   1869     InsertCommentsHere
   1870   </text>
   1871 </comment>
   1872 <comment>
   1873   <identifier id="android.os.Bundle"/>
   1874   <text>
   1875     InsertCommentsHere
   1876   </text>
   1877 </comment>
   1878 <comment>
   1879   <identifier id="android.os.Bundle.getCharSequenceArrayList_added(java.lang.String)"/>
   1880   <text>
   1881     InsertCommentsHere
   1882   </text>
   1883 </comment>
   1884 <comment>
   1885   <identifier id="android.os.Bundle.getCharSequenceArray_added(java.lang.String)"/>
   1886   <text>
   1887     InsertCommentsHere
   1888   </text>
   1889 </comment>
   1890 <comment>
   1891   <identifier id="android.os.Bundle.putCharSequenceArrayList_added(java.lang.String, java.util.ArrayList&lt;java.lang.CharSequence&gt;)"/>
   1892   <text>
   1893     InsertCommentsHere
   1894   </text>
   1895 </comment>
   1896 <comment>
   1897   <identifier id="android.os.Bundle.putCharSequenceArray_added(java.lang.String, java.lang.CharSequence[])"/>
   1898   <text>
   1899     InsertCommentsHere
   1900   </text>
   1901 </comment>
   1902 <comment>
   1903   <identifier id="android.os.Debug"/>
   1904   <text>
   1905     InsertCommentsHere
   1906   </text>
   1907 </comment>
   1908 <comment>
   1909   <identifier id="android.os.Debug.dumpService_added(java.lang.String, java.io.FileDescriptor, java.lang.String[])"/>
   1910   <text>
   1911     InsertCommentsHere
   1912   </text>
   1913 </comment>
   1914 <comment>
   1915   <identifier id="android.os.Debug.getGlobalClassInitCount_added()"/>
   1916   <text>
   1917     InsertCommentsHere
   1918   </text>
   1919 </comment>
   1920 <comment>
   1921   <identifier id="android.os.Debug.getGlobalClassInitTime_added()"/>
   1922   <text>
   1923     InsertCommentsHere
   1924   </text>
   1925 </comment>
   1926 <comment>
   1927   <identifier id="android.os.Debug.resetGlobalClassInitCount_added()"/>
   1928   <text>
   1929     InsertCommentsHere
   1930   </text>
   1931 </comment>
   1932 <comment>
   1933   <identifier id="android.os.Debug.resetGlobalClassInitTime_added()"/>
   1934   <text>
   1935     InsertCommentsHere
   1936   </text>
   1937 </comment>
   1938 <comment>
   1939   <identifier id="android.os.DropBoxManager"/>
   1940   <text>
   1941     InsertCommentsHere
   1942   </text>
   1943 </comment>
   1944 <comment>
   1945   <identifier id="android.os.DropBoxManager.Entry"/>
   1946   <text>
   1947     InsertCommentsHere
   1948   </text>
   1949 </comment>
   1950 <comment>
   1951   <identifier id="android.os.Environment"/>
   1952   <text>
   1953     InsertCommentsHere
   1954   </text>
   1955 </comment>
   1956 <comment>
   1957   <identifier id="android.os.Environment.DIRECTORY_ALARMS"/>
   1958   <text>
   1959     InsertCommentsHere
   1960   </text>
   1961 </comment>
   1962 <comment>
   1963   <identifier id="android.os.Environment.DIRECTORY_DCIM"/>
   1964   <text>
   1965     InsertCommentsHere
   1966   </text>
   1967 </comment>
   1968 <comment>
   1969   <identifier id="android.os.Environment.DIRECTORY_DOWNLOADS"/>
   1970   <text>
   1971     InsertCommentsHere
   1972   </text>
   1973 </comment>
   1974 <comment>
   1975   <identifier id="android.os.Environment.DIRECTORY_MOVIES"/>
   1976   <text>
   1977     InsertCommentsHere
   1978   </text>
   1979 </comment>
   1980 <comment>
   1981   <identifier id="android.os.Environment.DIRECTORY_MUSIC"/>
   1982   <text>
   1983     InsertCommentsHere
   1984   </text>
   1985 </comment>
   1986 <comment>
   1987   <identifier id="android.os.Environment.DIRECTORY_NOTIFICATIONS"/>
   1988   <text>
   1989     InsertCommentsHere
   1990   </text>
   1991 </comment>
   1992 <comment>
   1993   <identifier id="android.os.Environment.DIRECTORY_PICTURES"/>
   1994   <text>
   1995     InsertCommentsHere
   1996   </text>
   1997 </comment>
   1998 <comment>
   1999   <identifier id="android.os.Environment.DIRECTORY_PODCASTS"/>
   2000   <text>
   2001     InsertCommentsHere
   2002   </text>
   2003 </comment>
   2004 <comment>
   2005   <identifier id="android.os.Environment.DIRECTORY_RINGTONES"/>
   2006   <text>
   2007     InsertCommentsHere
   2008   </text>
   2009 </comment>
   2010 <comment>
   2011   <identifier id="android.os.Environment.getExternalStoragePublicDirectory_added(java.lang.String)"/>
   2012   <text>
   2013     InsertCommentsHere
   2014   </text>
   2015 </comment>
   2016 <comment>
   2017   <identifier id="android.os.PowerManager"/>
   2018   <text>
   2019     InsertCommentsHere
   2020   </text>
   2021 </comment>
   2022 <comment>
   2023   <identifier id="android.os.PowerManager.reboot_added(java.lang.String)"/>
   2024   <text>
   2025     InsertCommentsHere
   2026   </text>
   2027 </comment>
   2028 <comment>
   2029   <identifier id="android.os.RecoverySystem"/>
   2030   <text>
   2031     InsertCommentsHere
   2032   </text>
   2033 </comment>
   2034 <comment>
   2035   <identifier id="android.os.RecoverySystem.ProgressListener"/>
   2036   <text>
   2037     InsertCommentsHere
   2038   </text>
   2039 </comment>
   2040 <comment>
   2041   <identifier id="android.provider"/>
   2042   <text>
   2043     InsertCommentsHere
   2044   </text>
   2045 </comment>
   2046 <comment>
   2047   <identifier id="android.provider.Browser"/>
   2048   <text>
   2049     InsertCommentsHere
   2050   </text>
   2051 </comment>
   2052 <comment>
   2053   <identifier id="android.provider.Browser.EXTRA_HEADERS"/>
   2054   <text>
   2055     InsertCommentsHere
   2056   </text>
   2057 </comment>
   2058 <comment>
   2059   <identifier id="android.provider.CallLog.Calls"/>
   2060   <text>
   2061     InsertCommentsHere
   2062   </text>
   2063 </comment>
   2064 <comment>
   2065   <identifier id="android.provider.CallLog.Calls.getLastOutgoingCall_added(android.content.Context)"/>
   2066   <text>
   2067     InsertCommentsHere
   2068   </text>
   2069 </comment>
   2070 <comment>
   2071   <identifier id="android.provider.Contacts.PresenceColumns"/>
   2072   <text>
   2073     InsertCommentsHere
   2074   </text>
   2075 </comment>
   2076 <comment>
   2077   <identifier id="android.provider.Contacts.PresenceColumns.AVAILABLE"/>
   2078   <text>
   2079     InsertCommentsHere
   2080   </text>
   2081 </comment>
   2082 <comment>
   2083   <identifier id="android.provider.Contacts.PresenceColumns.AWAY"/>
   2084   <text>
   2085     InsertCommentsHere
   2086   </text>
   2087 </comment>
   2088 <comment>
   2089   <identifier id="android.provider.Contacts.PresenceColumns.DO_NOT_DISTURB"/>
   2090   <text>
   2091     InsertCommentsHere
   2092   </text>
   2093 </comment>
   2094 <comment>
   2095   <identifier id="android.provider.Contacts.PresenceColumns.IDLE"/>
   2096   <text>
   2097     InsertCommentsHere
   2098   </text>
   2099 </comment>
   2100 <comment>
   2101   <identifier id="android.provider.Contacts.PresenceColumns.INVISIBLE"/>
   2102   <text>
   2103     InsertCommentsHere
   2104   </text>
   2105 </comment>
   2106 <comment>
   2107   <identifier id="android.provider.Contacts.PresenceColumns.OFFLINE"/>
   2108   <text>
   2109     InsertCommentsHere
   2110   </text>
   2111 </comment>
   2112 <comment>
   2113   <identifier id="android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS"/>
   2114   <text>
   2115     InsertCommentsHere
   2116   </text>
   2117 </comment>
   2118 <comment>
   2119   <identifier id="android.provider.Contacts.PresenceColumns.PRESENCE_STATUS"/>
   2120   <text>
   2121     InsertCommentsHere
   2122   </text>
   2123 </comment>
   2124 <comment>
   2125   <identifier id="android.provider.Contacts.PresenceColumns.PRIORITY"/>
   2126   <text>
   2127     InsertCommentsHere
   2128   </text>
   2129 </comment>
   2130 <comment>
   2131   <identifier id="android.provider.ContactsContract.Groups"/>
   2132   <text>
   2133     InsertCommentsHere
   2134   </text>
   2135 </comment>
   2136 <comment>
   2137   <identifier id="android.provider.ContactsContract.Groups.newEntityIterator_added(android.database.Cursor)"/>
   2138   <text>
   2139     InsertCommentsHere
   2140   </text>
   2141 </comment>
   2142 <comment>
   2143   <identifier id="android.provider.ContactsContract.RawContacts"/>
   2144   <text>
   2145     InsertCommentsHere
   2146   </text>
   2147 </comment>
   2148 <comment>
   2149   <identifier id="android.provider.ContactsContract.RawContacts.newEntityIterator_added(android.database.Cursor)"/>
   2150   <text>
   2151     InsertCommentsHere
   2152   </text>
   2153 </comment>
   2154 <comment>
   2155   <identifier id="android.provider.ContactsContract.StatusColumns"/>
   2156   <text>
   2157     InsertCommentsHere
   2158   </text>
   2159 </comment>
   2160 <comment>
   2161   <identifier id="android.provider.ContactsContract.StatusColumns.AVAILABLE"/>
   2162   <text>
   2163     InsertCommentsHere
   2164   </text>
   2165 </comment>
   2166 <comment>
   2167   <identifier id="android.provider.ContactsContract.StatusColumns.AWAY"/>
   2168   <text>
   2169     InsertCommentsHere
   2170   </text>
   2171 </comment>
   2172 <comment>
   2173   <identifier id="android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB"/>
   2174   <text>
   2175     InsertCommentsHere
   2176   </text>
   2177 </comment>
   2178 <comment>
   2179   <identifier id="android.provider.ContactsContract.StatusColumns.IDLE"/>
   2180   <text>
   2181     InsertCommentsHere
   2182   </text>
   2183 </comment>
   2184 <comment>
   2185   <identifier id="android.provider.ContactsContract.StatusColumns.INVISIBLE"/>
   2186   <text>
   2187     InsertCommentsHere
   2188   </text>
   2189 </comment>
   2190 <comment>
   2191   <identifier id="android.provider.ContactsContract.StatusColumns.OFFLINE"/>
   2192   <text>
   2193     InsertCommentsHere
   2194   </text>
   2195 </comment>
   2196 <comment>
   2197   <identifier id="android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS"/>
   2198   <text>
   2199     InsertCommentsHere
   2200   </text>
   2201 </comment>
   2202 <comment>
   2203   <identifier id="android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS"/>
   2204   <text>
   2205     InsertCommentsHere
   2206   </text>
   2207 </comment>
   2208 <comment>
   2209   <identifier id="android.provider.MediaStore"/>
   2210   <text>
   2211     InsertCommentsHere
   2212   </text>
   2213 </comment>
   2214 <comment>
   2215   <identifier id="android.provider.MediaStore.Audio.AudioColumns"/>
   2216   <text>
   2217     InsertCommentsHere
   2218   </text>
   2219 </comment>
   2220 <comment>
   2221   <identifier id="android.provider.MediaStore.Audio.AudioColumns.BOOKMARK"/>
   2222   <text>
   2223     InsertCommentsHere
   2224   </text>
   2225 </comment>
   2226 <comment>
   2227   <identifier id="android.provider.MediaStore.Audio.AudioColumns.IS_PODCAST"/>
   2228   <text>
   2229     InsertCommentsHere
   2230   </text>
   2231 </comment>
   2232 <comment>
   2233   <identifier id="android.provider.MediaStore.Audio.Playlists.Members"/>
   2234   <text>
   2235     InsertCommentsHere
   2236   </text>
   2237 </comment>
   2238 <comment>
   2239   <identifier id="android.provider.MediaStore.Audio.Playlists.Members.moveItem_added(android.content.ContentResolver, long, int, int)"/>
   2240   <text>
   2241     InsertCommentsHere
   2242   </text>
   2243 </comment>
   2244 <comment>
   2245   <identifier id="android.provider.MediaStore.EXTRA_DURATION_LIMIT"/>
   2246   <text>
   2247     InsertCommentsHere
   2248   </text>
   2249 </comment>
   2250 <comment>
   2251   <identifier id="android.provider.MediaStore.EXTRA_FULL_SCREEN"/>
   2252   <text>
   2253     InsertCommentsHere
   2254   </text>
   2255 </comment>
   2256 <comment>
   2257   <identifier id="android.provider.MediaStore.EXTRA_SHOW_ACTION_ICONS"/>
   2258   <text>
   2259     InsertCommentsHere
   2260   </text>
   2261 </comment>
   2262 <comment>
   2263   <identifier id="android.provider.MediaStore.EXTRA_SIZE_LIMIT"/>
   2264   <text>
   2265     InsertCommentsHere
   2266   </text>
   2267 </comment>
   2268 <comment>
   2269   <identifier id="android.provider.MediaStore.INTENT_ACTION_MUSIC_PLAYER"/>
   2270   <text>
   2271     InsertCommentsHere
   2272   </text>
   2273 </comment>
   2274 <comment>
   2275   <identifier id="android.provider.MediaStore.Images.Thumbnails"/>
   2276   <text>
   2277     InsertCommentsHere
   2278   </text>
   2279 </comment>
   2280 <comment>
   2281   <identifier id="android.provider.MediaStore.Images.Thumbnails.cancelThumbnailRequest_added(android.content.ContentResolver, long, long)"/>
   2282   <text>
   2283     InsertCommentsHere
   2284   </text>
   2285 </comment>
   2286 <comment>
   2287   <identifier id="android.provider.MediaStore.Images.Thumbnails.getThumbnail_added(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)"/>
   2288   <text>
   2289     InsertCommentsHere
   2290   </text>
   2291 </comment>
   2292 <comment>
   2293   <identifier id="android.provider.MediaStore.UNKNOWN_STRING"/>
   2294   <text>
   2295     InsertCommentsHere
   2296   </text>
   2297 </comment>
   2298 <comment>
   2299   <identifier id="android.provider.MediaStore.Video.Thumbnails"/>
   2300   <text>
   2301     InsertCommentsHere
   2302   </text>
   2303 </comment>
   2304 <comment>
   2305   <identifier id="android.provider.MediaStore.Video.Thumbnails.cancelThumbnailRequest_added(android.content.ContentResolver, long, long)"/>
   2306   <text>
   2307     InsertCommentsHere
   2308   </text>
   2309 </comment>
   2310 <comment>
   2311   <identifier id="android.provider.MediaStore.Video.Thumbnails.getThumbnail_added(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)"/>
   2312   <text>
   2313     InsertCommentsHere
   2314   </text>
   2315 </comment>
   2316 <comment>
   2317   <identifier id="android.provider.Settings"/>
   2318   <text>
   2319     InsertCommentsHere
   2320   </text>
   2321 </comment>
   2322 <comment>
   2323   <identifier id="android.provider.Settings.ACTION_ADD_ACCOUNT"/>
   2324   <text>
   2325     InsertCommentsHere
   2326   </text>
   2327 </comment>
   2328 <comment>
   2329   <identifier id="android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS"/>
   2330   <text>
   2331     InsertCommentsHere
   2332   </text>
   2333 </comment>
   2334 <comment>
   2335   <identifier id="android.provider.Settings.ACTION_SEARCH_SETTINGS"/>
   2336   <text>
   2337     InsertCommentsHere
   2338   </text>
   2339 </comment>
   2340 <comment>
   2341   <identifier id="android.provider.Settings.EXTRA_AUTHORITIES"/>
   2342   <text>
   2343     InsertCommentsHere
   2344   </text>
   2345 </comment>
   2346 <comment>
   2347   <identifier id="android.provider.Settings.Secure"/>
   2348   <text>
   2349     InsertCommentsHere
   2350   </text>
   2351 </comment>
   2352 <comment>
   2353   <identifier id="android.provider.Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS"/>
   2354   <text>
   2355     InsertCommentsHere
   2356   </text>
   2357 </comment>
   2358 <comment>
   2359   <identifier id="android.provider.Settings.Secure.LOCK_PATTERN_ENABLED"/>
   2360   <text>
   2361     InsertCommentsHere
   2362   </text>
   2363 </comment>
   2364 <comment>
   2365   <identifier id="android.provider.Settings.Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED"/>
   2366   <text>
   2367     InsertCommentsHere
   2368   </text>
   2369 </comment>
   2370 <comment>
   2371   <identifier id="android.provider.Settings.Secure.LOCK_PATTERN_VISIBLE"/>
   2372   <text>
   2373     InsertCommentsHere
   2374   </text>
   2375 </comment>
   2376 <comment>
   2377   <identifier id="android.provider.Settings.Secure.TTS_ENABLED_PLUGINS"/>
   2378   <text>
   2379     InsertCommentsHere
   2380   </text>
   2381 </comment>
   2382 <comment>
   2383   <identifier id="android.provider.Settings.Secure.isLocationProviderEnabled_added(android.content.ContentResolver, java.lang.String)"/>
   2384   <text>
   2385     InsertCommentsHere
   2386   </text>
   2387 </comment>
   2388 <comment>
   2389   <identifier id="android.provider.Settings.Secure.setLocationProviderEnabled_added(android.content.ContentResolver, java.lang.String, boolean)"/>
   2390   <text>
   2391     InsertCommentsHere
   2392   </text>
   2393 </comment>
   2394 <comment>
   2395   <identifier id="android.provider.Settings.System"/>
   2396   <text>
   2397     InsertCommentsHere
   2398   </text>
   2399 </comment>
   2400 <comment>
   2401   <identifier id="android.provider.Settings.System.LOCK_PATTERN_ENABLED"/>
   2402   <text>
   2403     InsertCommentsHere
   2404   </text>
   2405 </comment>
   2406 <comment>
   2407   <identifier id="android.provider.Settings.System.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED"/>
   2408   <text>
   2409     InsertCommentsHere
   2410   </text>
   2411 </comment>
   2412 <comment>
   2413   <identifier id="android.provider.Settings.System.LOCK_PATTERN_VISIBLE"/>
   2414   <text>
   2415     InsertCommentsHere
   2416   </text>
   2417 </comment>
   2418 <comment>
   2419   <identifier id="android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE"/>
   2420   <text>
   2421     InsertCommentsHere
   2422   </text>
   2423 </comment>
   2424 <comment>
   2425   <identifier id="android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC"/>
   2426   <text>
   2427     InsertCommentsHere
   2428   </text>
   2429 </comment>
   2430 <comment>
   2431   <identifier id="android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL"/>
   2432   <text>
   2433     InsertCommentsHere
   2434   </text>
   2435 </comment>
   2436 <comment>
   2437   <identifier id="android.provider.Settings.System.VOLUME_BLUETOOTH_SCO"/>
   2438   <text>
   2439     InsertCommentsHere
   2440   </text>
   2441 </comment>
   2442 <comment>
   2443   <identifier id="android.speech"/>
   2444   <text>
   2445     InsertCommentsHere
   2446   </text>
   2447 </comment>
   2448 <comment>
   2449   <identifier id="android.speech.RecognitionListener"/>
   2450   <text>
   2451     InsertCommentsHere
   2452   </text>
   2453 </comment>
   2454 <comment>
   2455   <identifier id="android.speech.RecognitionService"/>
   2456   <text>
   2457     InsertCommentsHere
   2458   </text>
   2459 </comment>
   2460 <comment>
   2461   <identifier id="android.speech.RecognitionService.Callback"/>
   2462   <text>
   2463     InsertCommentsHere
   2464   </text>
   2465 </comment>
   2466 <comment>
   2467   <identifier id="android.speech.RecognizerIntent"/>
   2468   <text>
   2469     InsertCommentsHere
   2470   </text>
   2471 </comment>
   2472 <comment>
   2473   <identifier id="android.speech.RecognizerIntent.ACTION_GET_LANGUAGE_DETAILS"/>
   2474   <text>
   2475     InsertCommentsHere
   2476   </text>
   2477 </comment>
   2478 <comment>
   2479   <identifier id="android.speech.RecognizerIntent.DETAILS_META_DATA"/>
   2480   <text>
   2481     InsertCommentsHere
   2482   </text>
   2483 </comment>
   2484 <comment>
   2485   <identifier id="android.speech.RecognizerIntent.EXTRA_CALLING_PACKAGE"/>
   2486   <text>
   2487     InsertCommentsHere
   2488   </text>
   2489 </comment>
   2490 <comment>
   2491   <identifier id="android.speech.RecognizerIntent.EXTRA_LANGUAGE_PREFERENCE"/>
   2492   <text>
   2493     InsertCommentsHere
   2494   </text>
   2495 </comment>
   2496 <comment>
   2497   <identifier id="android.speech.RecognizerIntent.EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE"/>
   2498   <text>
   2499     InsertCommentsHere
   2500   </text>
   2501 </comment>
   2502 <comment>
   2503   <identifier id="android.speech.RecognizerIntent.EXTRA_PARTIAL_RESULTS"/>
   2504   <text>
   2505     InsertCommentsHere
   2506   </text>
   2507 </comment>
   2508 <comment>
   2509   <identifier id="android.speech.RecognizerIntent.EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS"/>
   2510   <text>
   2511     InsertCommentsHere
   2512   </text>
   2513 </comment>
   2514 <comment>
   2515   <identifier id="android.speech.RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS"/>
   2516   <text>
   2517     InsertCommentsHere
   2518   </text>
   2519 </comment>
   2520 <comment>
   2521   <identifier id="android.speech.RecognizerIntent.EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS"/>
   2522   <text>
   2523     InsertCommentsHere
   2524   </text>
   2525 </comment>
   2526 <comment>
   2527   <identifier id="android.speech.RecognizerIntent.EXTRA_SUPPORTED_LANGUAGES"/>
   2528   <text>
   2529     InsertCommentsHere
   2530   </text>
   2531 </comment>
   2532 <comment>
   2533   <identifier id="android.speech.RecognizerIntent.getVoiceDetailsIntent_added(android.content.Context)"/>
   2534   <text>
   2535     InsertCommentsHere
   2536   </text>
   2537 </comment>
   2538 <comment>
   2539   <identifier id="android.speech.SpeechRecognizer"/>
   2540   <text>
   2541     InsertCommentsHere
   2542   </text>
   2543 </comment>
   2544 <comment>
   2545   <identifier id="android.speech.tts"/>
   2546   <text>
   2547     InsertCommentsHere
   2548   </text>
   2549 </comment>
   2550 <comment>
   2551   <identifier id="android.speech.tts.TextToSpeech"/>
   2552   <text>
   2553     InsertCommentsHere
   2554   </text>
   2555 </comment>
   2556 <comment>
   2557   <identifier id="android.speech.tts.TextToSpeech.Engine"/>
   2558   <text>
   2559     InsertCommentsHere
   2560   </text>
   2561 </comment>
   2562 <comment>
   2563   <identifier id="android.speech.tts.TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES"/>
   2564   <text>
   2565     InsertCommentsHere
   2566   </text>
   2567 </comment>
   2568 <comment>
   2569   <identifier id="android.speech.tts.TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR"/>
   2570   <text>
   2571     InsertCommentsHere
   2572   </text>
   2573 </comment>
   2574 <comment>
   2575   <identifier id="android.speech.tts.TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES"/>
   2576   <text>
   2577     InsertCommentsHere
   2578   </text>
   2579 </comment>
   2580 <comment>
   2581   <identifier id="android.speech.tts.TextToSpeech.areDefaultsEnforced_added()"/>
   2582   <text>
   2583     InsertCommentsHere
   2584   </text>
   2585 </comment>
   2586 <comment>
   2587   <identifier id="android.speech.tts.TextToSpeech.getDefaultEngine_added()"/>
   2588   <text>
   2589     InsertCommentsHere
   2590   </text>
   2591 </comment>
   2592 <comment>
   2593   <identifier id="android.speech.tts.TextToSpeech.setEngineByPackageName_added(java.lang.String)"/>
   2594   <text>
   2595     InsertCommentsHere
   2596   </text>
   2597 </comment>
   2598 <comment>
   2599   <identifier id="android.telephony"/>
   2600   <text>
   2601     InsertCommentsHere
   2602   </text>
   2603 </comment>
   2604 <comment>
   2605   <identifier id="android.telephony.TelephonyManager"/>
   2606   <text>
   2607     InsertCommentsHere
   2608   </text>
   2609 </comment>
   2610 <comment>
   2611   <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_IDEN"/>
   2612   <text>
   2613     InsertCommentsHere
   2614   </text>
   2615 </comment>
   2616 <comment>
   2617   <identifier id="android.test"/>
   2618   <text>
   2619     InsertCommentsHere
   2620   </text>
   2621 </comment>
   2622 <comment>
   2623   <identifier id="android.test.ActivityInstrumentationTestCase2"/>
   2624   <text>
   2625     InsertCommentsHere
   2626   </text>
   2627 </comment>
   2628 <comment>
   2629   <identifier id="android.test.ActivityInstrumentationTestCase2.ctor_added(java.lang.Class&lt;T&gt;)"/>
   2630   <text>
   2631     InsertCommentsHere
   2632   </text>
   2633 </comment>
   2634 <comment>
   2635   <identifier id="android.test.ActivityInstrumentationTestCase2.ctor_changed(java.lang.String, java.lang.Class&lt;T&gt;)"/>
   2636   <text>
   2637     InsertCommentsHere
   2638   </text>
   2639 </comment>
   2640 <comment>
   2641   <identifier id="android.test.mock"/>
   2642   <text>
   2643     InsertCommentsHere
   2644   </text>
   2645 </comment>
   2646 <comment>
   2647   <identifier id="android.test.mock.MockContentProvider"/>
   2648   <text>
   2649     InsertCommentsHere
   2650   </text>
   2651 </comment>
   2652 <comment>
   2653   <identifier id="android.test.mock.MockContext"/>
   2654   <text>
   2655     InsertCommentsHere
   2656   </text>
   2657 </comment>
   2658 <comment>
   2659   <identifier id="android.test.mock.MockContext.getExternalCacheDir_added()"/>
   2660   <text>
   2661     InsertCommentsHere
   2662   </text>
   2663 </comment>
   2664 <comment>
   2665   <identifier id="android.test.mock.MockContext.getExternalFilesDir_added(java.lang.String)"/>
   2666   <text>
   2667     InsertCommentsHere
   2668   </text>
   2669 </comment>
   2670 <comment>
   2671   <identifier id="android.test.mock.MockCursor"/>
   2672   <text>
   2673     InsertCommentsHere
   2674   </text>
   2675 </comment>
   2676 <comment>
   2677   <identifier id="android.test.mock.MockPackageManager"/>
   2678   <text>
   2679     InsertCommentsHere
   2680   </text>
   2681 </comment>
   2682 <comment>
   2683   <identifier id="android.test.mock.MockPackageManager.addPermissionAsync_added(android.content.pm.PermissionInfo)"/>
   2684   <text>
   2685     InsertCommentsHere
   2686   </text>
   2687 </comment>
   2688 <comment>
   2689   <identifier id="android.test.mock.MockPackageManager.canonicalToCurrentPackageNames_added(java.lang.String[])"/>
   2690   <text>
   2691     InsertCommentsHere
   2692   </text>
   2693 </comment>
   2694 <comment>
   2695   <identifier id="android.test.mock.MockPackageManager.currentToCanonicalPackageNames_added(java.lang.String[])"/>
   2696   <text>
   2697     InsertCommentsHere
   2698   </text>
   2699 </comment>
   2700 <comment>
   2701   <identifier id="android.text"/>
   2702   <text>
   2703     InsertCommentsHere
   2704   </text>
   2705 </comment>
   2706 <comment>
   2707   <identifier id="android.text.AndroidCharacter"/>
   2708   <text>
   2709     InsertCommentsHere
   2710   </text>
   2711 </comment>
   2712 <comment>
   2713   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_AMBIGUOUS"/>
   2714   <text>
   2715     InsertCommentsHere
   2716   </text>
   2717 </comment>
   2718 <comment>
   2719   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_FULL_WIDTH"/>
   2720   <text>
   2721     InsertCommentsHere
   2722   </text>
   2723 </comment>
   2724 <comment>
   2725   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_HALF_WIDTH"/>
   2726   <text>
   2727     InsertCommentsHere
   2728   </text>
   2729 </comment>
   2730 <comment>
   2731   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_NARROW"/>
   2732   <text>
   2733     InsertCommentsHere
   2734   </text>
   2735 </comment>
   2736 <comment>
   2737   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_NEUTRAL"/>
   2738   <text>
   2739     InsertCommentsHere
   2740   </text>
   2741 </comment>
   2742 <comment>
   2743   <identifier id="android.text.AndroidCharacter.EAST_ASIAN_WIDTH_WIDE"/>
   2744   <text>
   2745     InsertCommentsHere
   2746   </text>
   2747 </comment>
   2748 <comment>
   2749   <identifier id="android.text.AndroidCharacter.getEastAsianWidth_added(char)"/>
   2750   <text>
   2751     InsertCommentsHere
   2752   </text>
   2753 </comment>
   2754 <comment>
   2755   <identifier id="android.text.AndroidCharacter.getEastAsianWidths_added(char[], int, int, byte[])"/>
   2756   <text>
   2757     InsertCommentsHere
   2758   </text>
   2759 </comment>
   2760 <comment>
   2761   <identifier id="android.text.style"/>
   2762   <text>
   2763     InsertCommentsHere
   2764   </text>
   2765 </comment>
   2766 <comment>
   2767   <identifier id="android.text.style.LeadingMarginSpan.LeadingMarginSpan2"/>
   2768   <text>
   2769     InsertCommentsHere
   2770   </text>
   2771 </comment>
   2772 <comment>
   2773   <identifier id="android.text.util"/>
   2774   <text>
   2775     InsertCommentsHere
   2776   </text>
   2777 </comment>
   2778 <comment>
   2779   <identifier id="android.text.util.Rfc822Tokenizer"/>
   2780   <text>
   2781     InsertCommentsHere
   2782   </text>
   2783 </comment>
   2784 <comment>
   2785   <identifier id="android.text.util.Rfc822Tokenizer.tokenize_added(java.lang.CharSequence, java.util.Collection&lt;android.text.util.Rfc822Token&gt;)"/>
   2786   <text>
   2787     InsertCommentsHere
   2788   </text>
   2789 </comment>
   2790 <comment>
   2791   <identifier id="android.util"/>
   2792   <text>
   2793     InsertCommentsHere
   2794   </text>
   2795 </comment>
   2796 <comment>
   2797   <identifier id="android.util.Base64"/>
   2798   <text>
   2799     InsertCommentsHere
   2800   </text>
   2801 </comment>
   2802 <comment>
   2803   <identifier id="android.util.Base64InputStream"/>
   2804   <text>
   2805     InsertCommentsHere
   2806   </text>
   2807 </comment>
   2808 <comment>
   2809   <identifier id="android.util.Base64OutputStream"/>
   2810   <text>
   2811     InsertCommentsHere
   2812   </text>
   2813 </comment>
   2814 <comment>
   2815   <identifier id="android.util.EventLog"/>
   2816   <text>
   2817     InsertCommentsHere
   2818   </text>
   2819 </comment>
   2820 <comment>
   2821   <identifier id="android.util.EventLog.Event"/>
   2822   <text>
   2823     InsertCommentsHere
   2824   </text>
   2825 </comment>
   2826 <comment>
   2827   <identifier id="android.util.EventLogTags"/>
   2828   <text>
   2829     InsertCommentsHere
   2830   </text>
   2831 </comment>
   2832 <comment>
   2833   <identifier id="android.util.Log"/>
   2834   <text>
   2835     InsertCommentsHere
   2836   </text>
   2837 </comment>
   2838 <comment>
   2839   <identifier id="android.util.Log.wtf_added(java.lang.String, java.lang.String)"/>
   2840   <text>
   2841     InsertCommentsHere
   2842   </text>
   2843 </comment>
   2844 <comment>
   2845   <identifier id="android.util.Log.wtf_added(java.lang.String, java.lang.String, java.lang.Throwable)"/>
   2846   <text>
   2847     InsertCommentsHere
   2848   </text>
   2849 </comment>
   2850 <comment>
   2851   <identifier id="android.util.Log.wtf_added(java.lang.String, java.lang.Throwable)"/>
   2852   <text>
   2853     InsertCommentsHere
   2854   </text>
   2855 </comment>
   2856 <comment>
   2857   <identifier id="android.util.Patterns"/>
   2858   <text>
   2859     InsertCommentsHere
   2860   </text>
   2861 </comment>
   2862 <comment>
   2863   <identifier id="android.view"/>
   2864   <text>
   2865     InsertCommentsHere
   2866   </text>
   2867 </comment>
   2868 <comment>
   2869   <identifier id="android.view.Display"/>
   2870   <text>
   2871     InsertCommentsHere
   2872   </text>
   2873 </comment>
   2874 <comment>
   2875   <identifier id="android.view.Display.getOrientation_changed()"/>
   2876   <text>
   2877     InsertCommentsHere
   2878   </text>
   2879 </comment>
   2880 <comment>
   2881   <identifier id="android.view.Display.getRotation_added()"/>
   2882   <text>
   2883     InsertCommentsHere
   2884   </text>
   2885 </comment>
   2886 <comment>
   2887   <identifier id="android.view.GestureDetector"/>
   2888   <text>
   2889     InsertCommentsHere
   2890   </text>
   2891 </comment>
   2892 <comment>
   2893   <identifier id="android.view.GestureDetector.ctor_added(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler, boolean)"/>
   2894   <text>
   2895     InsertCommentsHere
   2896   </text>
   2897 </comment>
   2898 <comment>
   2899   <identifier id="android.view.HapticFeedbackConstants"/>
   2900   <text>
   2901     InsertCommentsHere
   2902   </text>
   2903 </comment>
   2904 <comment>
   2905   <identifier id="android.view.HapticFeedbackConstants.KEYBOARD_TAP"/>
   2906   <text>
   2907     InsertCommentsHere
   2908   </text>
   2909 </comment>
   2910 <comment>
   2911   <identifier id="android.view.MotionEvent"/>
   2912   <text>
   2913     InsertCommentsHere
   2914   </text>
   2915 </comment>
   2916 <comment>
   2917   <identifier id="android.view.MotionEvent.ACTION_POINTER_1_DOWN"/>
   2918   <text>
   2919     InsertCommentsHere
   2920   </text>
   2921 </comment>
   2922 <comment>
   2923   <identifier id="android.view.MotionEvent.ACTION_POINTER_1_UP"/>
   2924   <text>
   2925     InsertCommentsHere
   2926   </text>
   2927 </comment>
   2928 <comment>
   2929   <identifier id="android.view.MotionEvent.ACTION_POINTER_2_DOWN"/>
   2930   <text>
   2931     InsertCommentsHere
   2932   </text>
   2933 </comment>
   2934 <comment>
   2935   <identifier id="android.view.MotionEvent.ACTION_POINTER_2_UP"/>
   2936   <text>
   2937     InsertCommentsHere
   2938   </text>
   2939 </comment>
   2940 <comment>
   2941   <identifier id="android.view.MotionEvent.ACTION_POINTER_3_DOWN"/>
   2942   <text>
   2943     InsertCommentsHere
   2944   </text>
   2945 </comment>
   2946 <comment>
   2947   <identifier id="android.view.MotionEvent.ACTION_POINTER_3_UP"/>
   2948   <text>
   2949     InsertCommentsHere
   2950   </text>
   2951 </comment>
   2952 <comment>
   2953   <identifier id="android.view.MotionEvent.ACTION_POINTER_ID_MASK"/>
   2954   <text>
   2955     InsertCommentsHere
   2956   </text>
   2957 </comment>
   2958 <comment>
   2959   <identifier id="android.view.MotionEvent.ACTION_POINTER_ID_SHIFT"/>
   2960   <text>
   2961     InsertCommentsHere
   2962   </text>
   2963 </comment>
   2964 <comment>
   2965   <identifier id="android.view.MotionEvent.ACTION_POINTER_INDEX_MASK"/>
   2966   <text>
   2967     InsertCommentsHere
   2968   </text>
   2969 </comment>
   2970 <comment>
   2971   <identifier id="android.view.MotionEvent.ACTION_POINTER_INDEX_SHIFT"/>
   2972   <text>
   2973     InsertCommentsHere
   2974   </text>
   2975 </comment>
   2976 <comment>
   2977   <identifier id="android.view.MotionEvent.getActionIndex_added()"/>
   2978   <text>
   2979     InsertCommentsHere
   2980   </text>
   2981 </comment>
   2982 <comment>
   2983   <identifier id="android.view.MotionEvent.getActionMasked_added()"/>
   2984   <text>
   2985     InsertCommentsHere
   2986   </text>
   2987 </comment>
   2988 <comment>
   2989   <identifier id="android.view.ScaleGestureDetector"/>
   2990   <text>
   2991     InsertCommentsHere
   2992   </text>
   2993 </comment>
   2994 <comment>
   2995   <identifier id="android.view.ScaleGestureDetector.OnScaleGestureListener"/>
   2996   <text>
   2997     InsertCommentsHere
   2998   </text>
   2999 </comment>
   3000 <comment>
   3001   <identifier id="android.view.ScaleGestureDetector.SimpleOnScaleGestureListener"/>
   3002   <text>
   3003     InsertCommentsHere
   3004   </text>
   3005 </comment>
   3006 <comment>
   3007   <identifier id="android.view.VelocityTracker"/>
   3008   <text>
   3009     InsertCommentsHere
   3010   </text>
   3011 </comment>
   3012 <comment>
   3013   <identifier id="android.view.VelocityTracker.getXVelocity_added(int)"/>
   3014   <text>
   3015     InsertCommentsHere
   3016   </text>
   3017 </comment>
   3018 <comment>
   3019   <identifier id="android.view.VelocityTracker.getYVelocity_added(int)"/>
   3020   <text>
   3021     InsertCommentsHere
   3022   </text>
   3023 </comment>
   3024 <comment>
   3025   <identifier id="android.view.View"/>
   3026   <text>
   3027     InsertCommentsHere
   3028   </text>
   3029 </comment>
   3030 <comment>
   3031   <identifier id="android.view.View.dispatchConfigurationChanged_added(android.content.res.Configuration)"/>
   3032   <text>
   3033     InsertCommentsHere
   3034   </text>
   3035 </comment>
   3036 <comment>
   3037   <identifier id="android.view.View.dispatchDisplayHint_added(int)"/>
   3038   <text>
   3039     InsertCommentsHere
   3040   </text>
   3041 </comment>
   3042 <comment>
   3043   <identifier id="android.view.View.dispatchVisibilityChanged_added(android.view.View, int)"/>
   3044   <text>
   3045     InsertCommentsHere
   3046   </text>
   3047 </comment>
   3048 <comment>
   3049   <identifier id="android.view.View.onConfigurationChanged_added(android.content.res.Configuration)"/>
   3050   <text>
   3051     InsertCommentsHere
   3052   </text>
   3053 </comment>
   3054 <comment>
   3055   <identifier id="android.view.View.onDisplayHint_added(int)"/>
   3056   <text>
   3057     InsertCommentsHere
   3058   </text>
   3059 </comment>
   3060 <comment>
   3061   <identifier id="android.view.View.onVisibilityChanged_added(android.view.View, int)"/>
   3062   <text>
   3063     InsertCommentsHere
   3064   </text>
   3065 </comment>
   3066 <comment>
   3067   <identifier id="android.view.ViewConfiguration"/>
   3068   <text>
   3069     InsertCommentsHere
   3070   </text>
   3071 </comment>
   3072 <comment>
   3073   <identifier id="android.view.ViewConfiguration.getScaledPagingTouchSlop_added()"/>
   3074   <text>
   3075     InsertCommentsHere
   3076   </text>
   3077 </comment>
   3078 <comment>
   3079   <identifier id="android.view.ViewGroup.LayoutParams"/>
   3080   <text>
   3081     InsertCommentsHere
   3082   </text>
   3083 </comment>
   3084 <comment>
   3085   <identifier id="android.view.ViewGroup.LayoutParams.FILL_PARENT"/>
   3086   <text>
   3087     InsertCommentsHere
   3088   </text>
   3089 </comment>
   3090 <comment>
   3091   <identifier id="android.view.ViewGroup.LayoutParams.MATCH_PARENT"/>
   3092   <text>
   3093     InsertCommentsHere
   3094   </text>
   3095 </comment>
   3096 <comment>
   3097   <identifier id="android.view.WindowManager.LayoutParams"/>
   3098   <text>
   3099     InsertCommentsHere
   3100   </text>
   3101 </comment>
   3102 <comment>
   3103   <identifier id="android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_FULL"/>
   3104   <text>
   3105     InsertCommentsHere
   3106   </text>
   3107 </comment>
   3108 <comment>
   3109   <identifier id="android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_NONE"/>
   3110   <text>
   3111     InsertCommentsHere
   3112   </text>
   3113 </comment>
   3114 <comment>
   3115   <identifier id="android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_OFF"/>
   3116   <text>
   3117     InsertCommentsHere
   3118   </text>
   3119 </comment>
   3120 <comment>
   3121   <identifier id="android.view.WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON"/>
   3122   <text>
   3123     InsertCommentsHere
   3124   </text>
   3125 </comment>
   3126 <comment>
   3127   <identifier id="android.view.WindowManager.LayoutParams.buttonBrightness"/>
   3128   <text>
   3129     InsertCommentsHere
   3130   </text>
   3131 </comment>
   3132 <comment>
   3133   <identifier id="android.view.animation"/>
   3134   <text>
   3135     InsertCommentsHere
   3136   </text>
   3137 </comment>
   3138 <comment>
   3139   <identifier id="android.view.animation.Animation"/>
   3140   <text>
   3141     InsertCommentsHere
   3142   </text>
   3143 </comment>
   3144 <comment>
   3145   <identifier id="android.view.animation.Animation.cancel_added()"/>
   3146   <text>
   3147     InsertCommentsHere
   3148   </text>
   3149 </comment>
   3150 <comment>
   3151   <identifier id="android.webkit"/>
   3152   <text>
   3153     InsertCommentsHere
   3154   </text>
   3155 </comment>
   3156 <comment>
   3157   <identifier id="android.webkit.CacheManager"/>
   3158   <text>
   3159     InsertCommentsHere
   3160   </text>
   3161 </comment>
   3162 <comment>
   3163   <identifier id="android.webkit.CacheManager.endCacheTransaction_changed()"/>
   3164   <text>
   3165     InsertCommentsHere
   3166   </text>
   3167 </comment>
   3168 <comment>
   3169   <identifier id="android.webkit.CacheManager.startCacheTransaction_changed()"/>
   3170   <text>
   3171     InsertCommentsHere
   3172   </text>
   3173 </comment>
   3174 <comment>
   3175   <identifier id="android.webkit.ConsoleMessage"/>
   3176   <text>
   3177     InsertCommentsHere
   3178   </text>
   3179 </comment>
   3180 <comment>
   3181   <identifier id="android.webkit.ConsoleMessage.MessageLevel"/>
   3182   <text>
   3183     InsertCommentsHere
   3184   </text>
   3185 </comment>
   3186 <comment>
   3187   <identifier id="android.webkit.JsResult"/>
   3188   <text>
   3189     InsertCommentsHere
   3190   </text>
   3191 </comment>
   3192 <comment>
   3193   <identifier id="android.webkit.JsResult.mProxy"/>
   3194   <text>
   3195     InsertCommentsHere
   3196   </text>
   3197 </comment>
   3198 <comment>
   3199   <identifier id="android.webkit.WebChromeClient"/>
   3200   <text>
   3201     InsertCommentsHere
   3202   </text>
   3203 </comment>
   3204 <comment>
   3205   <identifier id="android.webkit.WebChromeClient.onConsoleMessage_added(android.webkit.ConsoleMessage)"/>
   3206   <text>
   3207     InsertCommentsHere
   3208   </text>
   3209 </comment>
   3210 <comment>
   3211   <identifier id="android.webkit.WebChromeClient.onConsoleMessage_added(java.lang.String, int, java.lang.String)"/>
   3212   <text>
   3213     InsertCommentsHere
   3214   </text>
   3215 </comment>
   3216 <comment>
   3217   <identifier id="android.webkit.WebChromeClient.onConsoleMessage_removed(java.lang.String, int, java.lang.String)"/>
   3218   <text>
   3219     InsertCommentsHere
   3220   </text>
   3221 </comment>
   3222 <comment>
   3223   <identifier id="android.webkit.WebSettings"/>
   3224   <text>
   3225     InsertCommentsHere
   3226   </text>
   3227 </comment>
   3228 <comment>
   3229   <identifier id="android.webkit.WebSettings.PluginState"/>
   3230   <text>
   3231     InsertCommentsHere
   3232   </text>
   3233 </comment>
   3234 <comment>
   3235   <identifier id="android.webkit.WebSettings.getBlockNetworkLoads_added()"/>
   3236   <text>
   3237     InsertCommentsHere
   3238   </text>
   3239 </comment>
   3240 <comment>
   3241   <identifier id="android.webkit.WebSettings.getPluginState_added()"/>
   3242   <text>
   3243     InsertCommentsHere
   3244   </text>
   3245 </comment>
   3246 <comment>
   3247   <identifier id="android.webkit.WebSettings.getPluginsEnabled_changed()"/>
   3248   <text>
   3249     InsertCommentsHere
   3250   </text>
   3251 </comment>
   3252 <comment>
   3253   <identifier id="android.webkit.WebSettings.setBlockNetworkLoads_added(boolean)"/>
   3254   <text>
   3255     InsertCommentsHere
   3256   </text>
   3257 </comment>
   3258 <comment>
   3259   <identifier id="android.webkit.WebSettings.setPluginState_added(android.webkit.WebSettings.PluginState)"/>
   3260   <text>
   3261     InsertCommentsHere
   3262   </text>
   3263 </comment>
   3264 <comment>
   3265   <identifier id="android.webkit.WebSettings.setPluginsEnabled_changed(boolean)"/>
   3266   <text>
   3267     InsertCommentsHere
   3268   </text>
   3269 </comment>
   3270 <comment>
   3271   <identifier id="android.webkit.WebView"/>
   3272   <text>
   3273     InsertCommentsHere
   3274   </text>
   3275 </comment>
   3276 <comment>
   3277   <identifier id="android.webkit.WebView.emulateShiftHeld_added()"/>
   3278   <text>
   3279     InsertCommentsHere
   3280   </text>
   3281 </comment>
   3282 <comment>
   3283   <identifier id="android.webkit.WebView.loadUrl_added(java.lang.String, java.util.Map&lt;java.lang.String, java.lang.String&gt;)"/>
   3284   <text>
   3285     InsertCommentsHere
   3286   </text>
   3287 </comment>
   3288 <comment>
   3289   <identifier id="android.webkit.WebView.onChildViewAdded_changed(android.view.View, android.view.View)"/>
   3290   <text>
   3291     InsertCommentsHere
   3292   </text>
   3293 </comment>
   3294 <comment>
   3295   <identifier id="android.webkit.WebView.onChildViewRemoved_changed(android.view.View, android.view.View)"/>
   3296   <text>
   3297     InsertCommentsHere
   3298   </text>
   3299 </comment>
   3300 <comment>
   3301   <identifier id="android.webkit.WebViewClient"/>
   3302   <text>
   3303     InsertCommentsHere
   3304   </text>
   3305 </comment>
   3306 <comment>
   3307   <identifier id="android.webkit.WebViewClient.onReceivedSslError_added(android.webkit.WebView, android.webkit.SslErrorHandler, android.net.http.SslError)"/>
   3308   <text>
   3309     InsertCommentsHere
   3310   </text>
   3311 </comment>
   3312 <comment>
   3313   <identifier id="android.webkit.WebViewClient.onTooManyRedirects_changed(android.webkit.WebView, android.os.Message, android.os.Message)"/>
   3314   <text>
   3315     InsertCommentsHere
   3316   </text>
   3317 </comment>
   3318 <comment>
   3319   <identifier id="android.widget"/>
   3320   <text>
   3321     InsertCommentsHere
   3322   </text>
   3323 </comment>
   3324 <comment>
   3325   <identifier id="android.widget.AbsListView"/>
   3326   <text>
   3327     InsertCommentsHere
   3328   </text>
   3329 </comment>
   3330 <comment>
   3331   <identifier id="android.widget.AbsListView.smoothScrollBy_added(int, int)"/>
   3332   <text>
   3333     InsertCommentsHere
   3334   </text>
   3335 </comment>
   3336 <comment>
   3337   <identifier id="android.widget.AbsListView.smoothScrollToPosition_added(int)"/>
   3338   <text>
   3339     InsertCommentsHere
   3340   </text>
   3341 </comment>
   3342 <comment>
   3343   <identifier id="android.widget.AbsListView.smoothScrollToPosition_added(int, int)"/>
   3344   <text>
   3345     InsertCommentsHere
   3346   </text>
   3347 </comment>
   3348 <comment>
   3349   <identifier id="android.widget.BaseExpandableListAdapter"/>
   3350   <text>
   3351     InsertCommentsHere
   3352   </text>
   3353 </comment>
   3354 <comment>
   3355   <identifier id="android.widget.BaseExpandableListAdapter.getChildTypeCount_added()"/>
   3356   <text>
   3357     InsertCommentsHere
   3358   </text>
   3359 </comment>
   3360 <comment>
   3361   <identifier id="android.widget.BaseExpandableListAdapter.getChildType_added(int, int)"/>
   3362   <text>
   3363     InsertCommentsHere
   3364   </text>
   3365 </comment>
   3366 <comment>
   3367   <identifier id="android.widget.BaseExpandableListAdapter.getGroupTypeCount_added()"/>
   3368   <text>
   3369     InsertCommentsHere
   3370   </text>
   3371 </comment>
   3372 <comment>
   3373   <identifier id="android.widget.BaseExpandableListAdapter.getGroupType_added(int)"/>
   3374   <text>
   3375     InsertCommentsHere
   3376   </text>
   3377 </comment>
   3378 <comment>
   3379   <identifier id="android.widget.HeterogeneousExpandableList"/>
   3380   <text>
   3381     InsertCommentsHere
   3382   </text>
   3383 </comment>
   3384 <comment>
   3385   <identifier id="android.widget.ImageView"/>
   3386   <text>
   3387     InsertCommentsHere
   3388   </text>
   3389 </comment>
   3390 <comment>
   3391   <identifier id="android.widget.ImageView.setColorFilter_added(int)"/>
   3392   <text>
   3393     InsertCommentsHere
   3394   </text>
   3395 </comment>
   3396 <comment>
   3397   <identifier id="android.widget.ListView"/>
   3398   <text>
   3399     InsertCommentsHere
   3400   </text>
   3401 </comment>
   3402 <comment>
   3403   <identifier id="android.widget.ListView.getCheckItemIds_changed()"/>
   3404   <text>
   3405     InsertCommentsHere
   3406   </text>
   3407 </comment>
   3408 <comment>
   3409   <identifier id="android.widget.ListView.getCheckedItemIds_added()"/>
   3410   <text>
   3411     InsertCommentsHere
   3412   </text>
   3413 </comment>
   3414 <comment>
   3415   <identifier id="android.widget.RemoteViews"/>
   3416   <text>
   3417     InsertCommentsHere
   3418   </text>
   3419 </comment>
   3420 <comment>
   3421   <identifier id="android.widget.RemoteViews.setBundle_added(int, java.lang.String, android.os.Bundle)"/>
   3422   <text>
   3423     InsertCommentsHere
   3424   </text>
   3425 </comment>
   3426 <comment>
   3427   <identifier id="android.widget.TabWidget"/>
   3428   <text>
   3429     InsertCommentsHere
   3430   </text>
   3431 </comment>
   3432 <comment>
   3433   <identifier id="android.widget.TabWidget.isStripEnabled_added()"/>
   3434   <text>
   3435     InsertCommentsHere
   3436   </text>
   3437 </comment>
   3438 <comment>
   3439   <identifier id="android.widget.TabWidget.setLeftStripDrawable_added(android.graphics.drawable.Drawable)"/>
   3440   <text>
   3441     InsertCommentsHere
   3442   </text>
   3443 </comment>
   3444 <comment>
   3445   <identifier id="android.widget.TabWidget.setLeftStripDrawable_added(int)"/>
   3446   <text>
   3447     InsertCommentsHere
   3448   </text>
   3449 </comment>
   3450 <comment>
   3451   <identifier id="android.widget.TabWidget.setRightStripDrawable_added(android.graphics.drawable.Drawable)"/>
   3452   <text>
   3453     InsertCommentsHere
   3454   </text>
   3455 </comment>
   3456 <comment>
   3457   <identifier id="android.widget.TabWidget.setRightStripDrawable_added(int)"/>
   3458   <text>
   3459     InsertCommentsHere
   3460   </text>
   3461 </comment>
   3462 <comment>
   3463   <identifier id="android.widget.TabWidget.setStripEnabled_added(boolean)"/>
   3464   <text>
   3465     InsertCommentsHere
   3466   </text>
   3467 </comment>
   3468 <comment>
   3469   <identifier id="android.widget.VideoView"/>
   3470   <text>
   3471     InsertCommentsHere
   3472   </text>
   3473 </comment>
   3474 <comment>
   3475   <identifier id="android.widget.VideoView.resume_added()"/>
   3476   <text>
   3477     InsertCommentsHere
   3478   </text>
   3479 </comment>
   3480 <comment>
   3481   <identifier id="android.widget.VideoView.suspend_added()"/>
   3482   <text>
   3483     InsertCommentsHere
   3484   </text>
   3485 </comment>
   3486 <comment>
   3487   <identifier id="dalvik.bytecode"/>
   3488   <text>
   3489     InsertCommentsHere
   3490   </text>
   3491 </comment>
   3492 <comment>
   3493   <identifier id="dalvik.bytecode.Opcodes"/>
   3494   <text>
   3495     InsertCommentsHere
   3496   </text>
   3497 </comment>
   3498 <comment>
   3499   <identifier id="dalvik.bytecode.Opcodes.OP_BREAKPOINT"/>
   3500   <text>
   3501     InsertCommentsHere
   3502   </text>
   3503 </comment>
   3504 <comment>
   3505   <identifier id="dalvik.bytecode.Opcodes.OP_EXECUTE_INLINE_RANGE"/>
   3506   <text>
   3507     InsertCommentsHere
   3508   </text>
   3509 </comment>
   3510 <comment>
   3511   <identifier id="dalvik.bytecode.Opcodes.OP_THROW_VERIFICATION_ERROR"/>
   3512   <text>
   3513     InsertCommentsHere
   3514   </text>
   3515 </comment>
   3516 <comment>
   3517   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_3e"/>
   3518   <text>
   3519     InsertCommentsHere
   3520   </text>
   3521 </comment>
   3522 <comment>
   3523   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_3f"/>
   3524   <text>
   3525     InsertCommentsHere
   3526   </text>
   3527 </comment>
   3528 <comment>
   3529   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_40"/>
   3530   <text>
   3531     InsertCommentsHere
   3532   </text>
   3533 </comment>
   3534 <comment>
   3535   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_41"/>
   3536   <text>
   3537     InsertCommentsHere
   3538   </text>
   3539 </comment>
   3540 <comment>
   3541   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_42"/>
   3542   <text>
   3543     InsertCommentsHere
   3544   </text>
   3545 </comment>
   3546 <comment>
   3547   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_43"/>
   3548   <text>
   3549     InsertCommentsHere
   3550   </text>
   3551 </comment>
   3552 <comment>
   3553   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_73"/>
   3554   <text>
   3555     InsertCommentsHere
   3556   </text>
   3557 </comment>
   3558 <comment>
   3559   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_79"/>
   3560   <text>
   3561     InsertCommentsHere
   3562   </text>
   3563 </comment>
   3564 <comment>
   3565   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_7A"/>
   3566   <text>
   3567     InsertCommentsHere
   3568   </text>
   3569 </comment>
   3570 <comment>
   3571   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E3"/>
   3572   <text>
   3573     InsertCommentsHere
   3574   </text>
   3575 </comment>
   3576 <comment>
   3577   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E4"/>
   3578   <text>
   3579     InsertCommentsHere
   3580   </text>
   3581 </comment>
   3582 <comment>
   3583   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E5"/>
   3584   <text>
   3585     InsertCommentsHere
   3586   </text>
   3587 </comment>
   3588 <comment>
   3589   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E6"/>
   3590   <text>
   3591     InsertCommentsHere
   3592   </text>
   3593 </comment>
   3594 <comment>
   3595   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E7"/>
   3596   <text>
   3597     InsertCommentsHere
   3598   </text>
   3599 </comment>
   3600 <comment>
   3601   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E8"/>
   3602   <text>
   3603     InsertCommentsHere
   3604   </text>
   3605 </comment>
   3606 <comment>
   3607   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_E9"/>
   3608   <text>
   3609     InsertCommentsHere
   3610   </text>
   3611 </comment>
   3612 <comment>
   3613   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_EA"/>
   3614   <text>
   3615     InsertCommentsHere
   3616   </text>
   3617 </comment>
   3618 <comment>
   3619   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_EB"/>
   3620   <text>
   3621     InsertCommentsHere
   3622   </text>
   3623 </comment>
   3624 <comment>
   3625   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_EC"/>
   3626   <text>
   3627     InsertCommentsHere
   3628   </text>
   3629 </comment>
   3630 <comment>
   3631   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_ED"/>
   3632   <text>
   3633     InsertCommentsHere
   3634   </text>
   3635 </comment>
   3636 <comment>
   3637   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_EF"/>
   3638   <text>
   3639     InsertCommentsHere
   3640   </text>
   3641 </comment>
   3642 <comment>
   3643   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_F1"/>
   3644   <text>
   3645     InsertCommentsHere
   3646   </text>
   3647 </comment>
   3648 <comment>
   3649   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_FC"/>
   3650   <text>
   3651     InsertCommentsHere
   3652   </text>
   3653 </comment>
   3654 <comment>
   3655   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_FD"/>
   3656   <text>
   3657     InsertCommentsHere
   3658   </text>
   3659 </comment>
   3660 <comment>
   3661   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_FE"/>
   3662   <text>
   3663     InsertCommentsHere
   3664   </text>
   3665 </comment>
   3666 <comment>
   3667   <identifier id="dalvik.bytecode.Opcodes.OP_UNUSED_FF"/>
   3668   <text>
   3669     InsertCommentsHere
   3670   </text>
   3671 </comment>
   3672 <comment>
   3673   <identifier id="dalvik.system"/>
   3674   <text>
   3675     InsertCommentsHere
   3676   </text>
   3677 </comment>
   3678 <comment>
   3679   <identifier id="dalvik.system.VMDebug"/>
   3680   <text>
   3681     InsertCommentsHere
   3682   </text>
   3683 </comment>
   3684 <comment>
   3685   <identifier id="dalvik.system.VMDebug.DEFAULT_METHOD_TRACE_FILE_NAME"/>
   3686   <text>
   3687     InsertCommentsHere
   3688   </text>
   3689 </comment>
   3690 <comment>
   3691   <identifier id="dalvik.system.VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT"/>
   3692   <text>
   3693     InsertCommentsHere
   3694   </text>
   3695 </comment>
   3696 <comment>
   3697   <identifier id="dalvik.system.VMDebug.KIND_GLOBAL_CLASS_INIT_TIME"/>
   3698   <text>
   3699     InsertCommentsHere
   3700   </text>
   3701 </comment>
   3702 <comment>
   3703   <identifier id="dalvik.system.VMDebug.KIND_THREAD_CLASS_INIT_COUNT"/>
   3704   <text>
   3705     InsertCommentsHere
   3706   </text>
   3707 </comment>
   3708 <comment>
   3709   <identifier id="dalvik.system.VMDebug.KIND_THREAD_CLASS_INIT_TIME"/>
   3710   <text>
   3711     InsertCommentsHere
   3712   </text>
   3713 </comment>
   3714 <comment>
   3715   <identifier id="dalvik.system.VMDebug.startMethodTracing_changed()"/>
   3716   <text>
   3717     InsertCommentsHere
   3718   </text>
   3719 </comment>
   3720 <comment>
   3721   <identifier id="dalvik.system.Zygote"/>
   3722   <text>
   3723     InsertCommentsHere
   3724   </text>
   3725 </comment>
   3726 <comment>
   3727   <identifier id="dalvik.system.Zygote.DEBUG_ENABLE_SAFEMODE"/>
   3728   <text>
   3729     InsertCommentsHere
   3730   </text>
   3731 </comment>
   3732 <comment>
   3733   <identifier id="java.net"/>
   3734   <text>
   3735     InsertCommentsHere
   3736   </text>
   3737 </comment>
   3738 <comment>
   3739   <identifier id="java.net.DatagramSocketImpl"/>
   3740   <text>
   3741     InsertCommentsHere
   3742   </text>
   3743 </comment>
   3744 <comment>
   3745   <identifier id="java.net.DatagramSocketImpl.getOption_removed(int)"/>
   3746   <text>
   3747     This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.
   3748   </text>
   3749 </comment>
   3750 <comment>
   3751   <identifier id="java.net.DatagramSocketImpl.setOption_removed(int, java.lang.Object)"/>
   3752   <text>
   3753     This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.
   3754   </text>
   3755 </comment>
   3756 <comment>
   3757   <identifier id="java.nio.charset"/>
   3758   <text>
   3759     InsertCommentsHere
   3760   </text>
   3761 </comment>
   3762 <comment>
   3763   <identifier id="java.nio.charset.Charset"/>
   3764   <text>
   3765     InsertCommentsHere
   3766   </text>
   3767 </comment>
   3768 <comment>
   3769   <identifier id="java.nio.charset.Charset.forName_changed(java.lang.String)"/>
   3770   <text>
   3771     The unchecked exceptions <code>java.nio.charset.IllegalCharsetNameException</code> and <code>java.nio.charset.UnsupportedCharsetExceptionare</code> are still thrown by this method but the exceptions were removed from the formal API specification.
   3772   </text>
   3773 </comment>
   3774 <comment>
   3775   <identifier id="java.nio.charset.Charset.isSupported_changed(java.lang.String)"/>
   3776   <text>
   3777     The unchecked exception <code>java.nio.charset.IllegalCharsetNameException</code> is still thrown by this method but the exception was removed from the formal API specification.
   3778   </text>
   3779 </comment>
   3780 <comment>
   3781   <identifier id="java.util"/>
   3782   <text>
   3783     InsertCommentsHere
   3784   </text>
   3785 </comment>
   3786 <comment>
   3787   <identifier id="java.util.ArrayList"/>
   3788   <text>
   3789     <a href="../../../../reference/java/util/ArrayList.html">ArrayList</a> now implements <a href="../../../../reference/java/util/List.html">List</a> indirectly, via <a href="../../../../reference/java/util/AbstractList.html">AbstractList</a>.
   3790   </text>
   3791 </comment>
   3792 <comment>
   3793   <identifier id="java.util.HashMap"/>
   3794   <text>
   3795     InsertCommentsHere
   3796   </text>
   3797 </comment>
   3798 <comment>
   3799   <identifier id="java.util.regex"/>
   3800   <text>
   3801     InsertCommentsHere
   3802   </text>
   3803 </comment>
   3804 <comment>
   3805   <identifier id="java.util.regex.Matcher"/>
   3806   <text>
   3807     InsertCommentsHere
   3808   </text>
   3809 </comment>
   3810 <comment>
   3811   <identifier id="java.util.regex.Matcher.appendReplacement_changed(java.lang.StringBuffer, java.lang.String)"/>
   3812   <text>
   3813     The unchecked exception <code>java.lang.IllegalStateException</code> is still thrown by this method but the exception was removed from the formal API specification.
   3814   </text>
   3815 </comment>
   3816 <comment>
   3817   <identifier id="java.util.regex.Matcher.start_changed()"/>
   3818   <text>
   3819     The unchecked exception <code>java.lang.IllegalStateException</code> is still thrown by this method but the exception was removed from the formal API specification.
   3820   </text>
   3821 </comment>
   3822 <comment>
   3823   <identifier id="java.util.regex.Pattern"/>
   3824   <text>
   3825     InsertCommentsHere
   3826   </text>
   3827 </comment>
   3828 <comment>
   3829   <identifier id="java.util.regex.Pattern.compile_changed(java.lang.String)"/>
   3830   <text>
   3831     InsertCommentsHere
   3832   </text>
   3833 </comment>
   3834 <comment>
   3835   <identifier id="javax.xml"/>
   3836   <text>
   3837     InsertCommentsHere
   3838   </text>
   3839 </comment>
   3840 <comment>
   3841   <identifier id="javax.xml.XMLConstants"/>
   3842   <text>
   3843     InsertCommentsHere
   3844   </text>
   3845 </comment>
   3846 <comment>
   3847   <identifier id="javax.xml.XMLConstants.ctor_removed()"/>
   3848   <text>
   3849     InsertCommentsHere
   3850   </text>
   3851 </comment>
   3852 <comment>
   3853   <identifier id="javax.xml.datatype"/>
   3854   <text>
   3855     InsertCommentsHere
   3856   </text>
   3857 </comment>
   3858 <comment>
   3859   <identifier id="javax.xml.namespace"/>
   3860   <text>
   3861     InsertCommentsHere
   3862   </text>
   3863 </comment>
   3864 <comment>
   3865   <identifier id="javax.xml.parsers"/>
   3866   <text>
   3867     InsertCommentsHere
   3868   </text>
   3869 </comment>
   3870 <comment>
   3871   <identifier id="javax.xml.parsers.DocumentBuilder"/>
   3872   <text>
   3873     InsertCommentsHere
   3874   </text>
   3875 </comment>
   3876 <comment>
   3877   <identifier id="javax.xml.parsers.DocumentBuilder.getSchema_added()"/>
   3878   <text>
   3879     InsertCommentsHere
   3880   </text>
   3881 </comment>
   3882 <comment>
   3883   <identifier id="javax.xml.parsers.DocumentBuilder.isXIncludeAware_changed()"/>
   3884   <text>
   3885     InsertCommentsHere
   3886   </text>
   3887 </comment>
   3888 <comment>
   3889   <identifier id="javax.xml.parsers.DocumentBuilderFactory"/>
   3890   <text>
   3891     InsertCommentsHere
   3892   </text>
   3893 </comment>
   3894 <comment>
   3895   <identifier id="javax.xml.parsers.DocumentBuilderFactory.getSchema_added()"/>
   3896   <text>
   3897     InsertCommentsHere
   3898   </text>
   3899 </comment>
   3900 <comment>
   3901   <identifier id="javax.xml.parsers.DocumentBuilderFactory.newInstance_changed()"/>
   3902   <text>
   3903     InsertCommentsHere
   3904   </text>
   3905 </comment>
   3906 <comment>
   3907   <identifier id="javax.xml.parsers.DocumentBuilderFactory.setSchema_added(javax.xml.validation.Schema)"/>
   3908   <text>
   3909     InsertCommentsHere
   3910   </text>
   3911 </comment>
   3912 <comment>
   3913   <identifier id="javax.xml.parsers.SAXParser"/>
   3914   <text>
   3915     InsertCommentsHere
   3916   </text>
   3917 </comment>
   3918 <comment>
   3919   <identifier id="javax.xml.parsers.SAXParser.getSchema_added()"/>
   3920   <text>
   3921     InsertCommentsHere
   3922   </text>
   3923 </comment>
   3924 <comment>
   3925   <identifier id="javax.xml.parsers.SAXParser.isXIncludeAware_changed()"/>
   3926   <text>
   3927     InsertCommentsHere
   3928   </text>
   3929 </comment>
   3930 <comment>
   3931   <identifier id="javax.xml.parsers.SAXParserFactory"/>
   3932   <text>
   3933     InsertCommentsHere
   3934   </text>
   3935 </comment>
   3936 <comment>
   3937   <identifier id="javax.xml.parsers.SAXParserFactory.getSchema_added()"/>
   3938   <text>
   3939     InsertCommentsHere
   3940   </text>
   3941 </comment>
   3942 <comment>
   3943   <identifier id="javax.xml.parsers.SAXParserFactory.newInstance_changed()"/>
   3944   <text>
   3945     InsertCommentsHere
   3946   </text>
   3947 </comment>
   3948 <comment>
   3949   <identifier id="javax.xml.parsers.SAXParserFactory.setSchema_added(javax.xml.validation.Schema)"/>
   3950   <text>
   3951     InsertCommentsHere
   3952   </text>
   3953 </comment>
   3954 <comment>
   3955   <identifier id="javax.xml.transform"/>
   3956   <text>
   3957     InsertCommentsHere
   3958   </text>
   3959 </comment>
   3960 <comment>
   3961   <identifier id="javax.xml.transform.dom"/>
   3962   <text>
   3963     InsertCommentsHere
   3964   </text>
   3965 </comment>
   3966 <comment>
   3967   <identifier id="javax.xml.transform.sax"/>
   3968   <text>
   3969     InsertCommentsHere
   3970   </text>
   3971 </comment>
   3972 <comment>
   3973   <identifier id="javax.xml.transform.stream"/>
   3974   <text>
   3975     InsertCommentsHere
   3976   </text>
   3977 </comment>
   3978 <comment>
   3979   <identifier id="javax.xml.validation"/>
   3980   <text>
   3981     InsertCommentsHere
   3982   </text>
   3983 </comment>
   3984 <comment>
   3985   <identifier id="javax.xml.xpath"/>
   3986   <text>
   3987     InsertCommentsHere
   3988   </text>
   3989 </comment>
   3990 <comment>
   3991   <identifier id="org.w3c.dom"/>
   3992   <text>
   3993     InsertCommentsHere
   3994   </text>
   3995 </comment>
   3996 <comment>
   3997   <identifier id="org.w3c.dom.Attr"/>
   3998   <text>
   3999     InsertCommentsHere
   4000   </text>
   4001 </comment>
   4002 <comment>
   4003   <identifier id="org.w3c.dom.Attr.getSchemaTypeInfo_added()"/>
   4004   <text>
   4005     InsertCommentsHere
   4006   </text>
   4007 </comment>
   4008 <comment>
   4009   <identifier id="org.w3c.dom.Attr.isId_added()"/>
   4010   <text>
   4011     InsertCommentsHere
   4012   </text>
   4013 </comment>
   4014 <comment>
   4015   <identifier id="org.w3c.dom.DOMConfiguration"/>
   4016   <text>
   4017     InsertCommentsHere
   4018   </text>
   4019 </comment>
   4020 <comment>
   4021   <identifier id="org.w3c.dom.DOMError"/>
   4022   <text>
   4023     InsertCommentsHere
   4024   </text>
   4025 </comment>
   4026 <comment>
   4027   <identifier id="org.w3c.dom.DOMErrorHandler"/>
   4028   <text>
   4029     InsertCommentsHere
   4030   </text>
   4031 </comment>
   4032 <comment>
   4033   <identifier id="org.w3c.dom.DOMException"/>
   4034   <text>
   4035     InsertCommentsHere
   4036   </text>
   4037 </comment>
   4038 <comment>
   4039   <identifier id="org.w3c.dom.DOMException.TYPE_MISMATCH_ERR"/>
   4040   <text>
   4041     InsertCommentsHere
   4042   </text>
   4043 </comment>
   4044 <comment>
   4045   <identifier id="org.w3c.dom.DOMException.VALIDATION_ERR"/>
   4046   <text>
   4047     InsertCommentsHere
   4048   </text>
   4049 </comment>
   4050 <comment>
   4051   <identifier id="org.w3c.dom.DOMImplementation"/>
   4052   <text>
   4053     InsertCommentsHere
   4054   </text>
   4055 </comment>
   4056 <comment>
   4057   <identifier id="org.w3c.dom.DOMImplementation.getFeature_added(java.lang.String, java.lang.String)"/>
   4058   <text>
   4059     InsertCommentsHere
   4060   </text>
   4061 </comment>
   4062 <comment>
   4063   <identifier id="org.w3c.dom.DOMImplementationList"/>
   4064   <text>
   4065     InsertCommentsHere
   4066   </text>
   4067 </comment>
   4068 <comment>
   4069   <identifier id="org.w3c.dom.DOMImplementationSource"/>
   4070   <text>
   4071     InsertCommentsHere
   4072   </text>
   4073 </comment>
   4074 <comment>
   4075   <identifier id="org.w3c.dom.DOMLocator"/>
   4076   <text>
   4077     InsertCommentsHere
   4078   </text>
   4079 </comment>
   4080 <comment>
   4081   <identifier id="org.w3c.dom.DOMStringList"/>
   4082   <text>
   4083     InsertCommentsHere
   4084   </text>
   4085 </comment>
   4086 <comment>
   4087   <identifier id="org.w3c.dom.Document"/>
   4088   <text>
   4089     InsertCommentsHere
   4090   </text>
   4091 </comment>
   4092 <comment>
   4093   <identifier id="org.w3c.dom.Document.adoptNode_added(org.w3c.dom.Node)"/>
   4094   <text>
   4095     InsertCommentsHere
   4096   </text>
   4097 </comment>
   4098 <comment>
   4099   <identifier id="org.w3c.dom.Document.getDocumentURI_added()"/>
   4100   <text>
   4101     InsertCommentsHere
   4102   </text>
   4103 </comment>
   4104 <comment>
   4105   <identifier id="org.w3c.dom.Document.getDomConfig_added()"/>
   4106   <text>
   4107     InsertCommentsHere
   4108   </text>
   4109 </comment>
   4110 <comment>
   4111   <identifier id="org.w3c.dom.Document.getInputEncoding_added()"/>
   4112   <text>
   4113     InsertCommentsHere
   4114   </text>
   4115 </comment>
   4116 <comment>
   4117   <identifier id="org.w3c.dom.Document.getStrictErrorChecking_added()"/>
   4118   <text>
   4119     InsertCommentsHere
   4120   </text>
   4121 </comment>
   4122 <comment>
   4123   <identifier id="org.w3c.dom.Document.getXmlEncoding_added()"/>
   4124   <text>
   4125     InsertCommentsHere
   4126   </text>
   4127 </comment>
   4128 <comment>
   4129   <identifier id="org.w3c.dom.Document.getXmlStandalone_added()"/>
   4130   <text>
   4131     InsertCommentsHere
   4132   </text>
   4133 </comment>
   4134 <comment>
   4135   <identifier id="org.w3c.dom.Document.getXmlVersion_added()"/>
   4136   <text>
   4137     InsertCommentsHere
   4138   </text>
   4139 </comment>
   4140 <comment>
   4141   <identifier id="org.w3c.dom.Document.normalizeDocument_added()"/>
   4142   <text>
   4143     InsertCommentsHere
   4144   </text>
   4145 </comment>
   4146 <comment>
   4147   <identifier id="org.w3c.dom.Document.renameNode_added(org.w3c.dom.Node, java.lang.String, java.lang.String)"/>
   4148   <text>
   4149     InsertCommentsHere
   4150   </text>
   4151 </comment>
   4152 <comment>
   4153   <identifier id="org.w3c.dom.Document.setDocumentURI_added(java.lang.String)"/>
   4154   <text>
   4155     InsertCommentsHere
   4156   </text>
   4157 </comment>
   4158 <comment>
   4159   <identifier id="org.w3c.dom.Document.setStrictErrorChecking_added(boolean)"/>
   4160   <text>
   4161     InsertCommentsHere
   4162   </text>
   4163 </comment>
   4164 <comment>
   4165   <identifier id="org.w3c.dom.Document.setXmlStandalone_added(boolean)"/>
   4166   <text>
   4167     InsertCommentsHere
   4168   </text>
   4169 </comment>
   4170 <comment>
   4171   <identifier id="org.w3c.dom.Document.setXmlVersion_added(java.lang.String)"/>
   4172   <text>
   4173     InsertCommentsHere
   4174   </text>
   4175 </comment>
   4176 <comment>
   4177   <identifier id="org.w3c.dom.Element"/>
   4178   <text>
   4179     InsertCommentsHere
   4180   </text>
   4181 </comment>
   4182 <comment>
   4183   <identifier id="org.w3c.dom.Element.getAttributeNS_changed(java.lang.String, java.lang.String)"/>
   4184   <text>
   4185     InsertCommentsHere
   4186   </text>
   4187 </comment>
   4188 <comment>
   4189   <identifier id="org.w3c.dom.Element.getAttributeNodeNS_changed(java.lang.String, java.lang.String)"/>
   4190   <text>
   4191     InsertCommentsHere
   4192   </text>
   4193 </comment>
   4194 <comment>
   4195   <identifier id="org.w3c.dom.Element.getElementsByTagNameNS_changed(java.lang.String, java.lang.String)"/>
   4196   <text>
   4197     InsertCommentsHere
   4198   </text>
   4199 </comment>
   4200 <comment>
   4201   <identifier id="org.w3c.dom.Element.getSchemaTypeInfo_added()"/>
   4202   <text>
   4203     InsertCommentsHere
   4204   </text>
   4205 </comment>
   4206 <comment>
   4207   <identifier id="org.w3c.dom.Element.hasAttributeNS_changed(java.lang.String, java.lang.String)"/>
   4208   <text>
   4209     InsertCommentsHere
   4210   </text>
   4211 </comment>
   4212 <comment>
   4213   <identifier id="org.w3c.dom.Element.setIdAttributeNS_added(java.lang.String, java.lang.String, boolean)"/>
   4214   <text>
   4215     InsertCommentsHere
   4216   </text>
   4217 </comment>
   4218 <comment>
   4219   <identifier id="org.w3c.dom.Element.setIdAttributeNode_added(org.w3c.dom.Attr, boolean)"/>
   4220   <text>
   4221     InsertCommentsHere
   4222   </text>
   4223 </comment>
   4224 <comment>
   4225   <identifier id="org.w3c.dom.Element.setIdAttribute_added(java.lang.String, boolean)"/>
   4226   <text>
   4227     InsertCommentsHere
   4228   </text>
   4229 </comment>
   4230 <comment>
   4231   <identifier id="org.w3c.dom.Entity"/>
   4232   <text>
   4233     InsertCommentsHere
   4234   </text>
   4235 </comment>
   4236 <comment>
   4237   <identifier id="org.w3c.dom.Entity.getInputEncoding_added()"/>
   4238   <text>
   4239     InsertCommentsHere
   4240   </text>
   4241 </comment>
   4242 <comment>
   4243   <identifier id="org.w3c.dom.Entity.getXmlEncoding_added()"/>
   4244   <text>
   4245     InsertCommentsHere
   4246   </text>
   4247 </comment>
   4248 <comment>
   4249   <identifier id="org.w3c.dom.Entity.getXmlVersion_added()"/>
   4250   <text>
   4251     InsertCommentsHere
   4252   </text>
   4253 </comment>
   4254 <comment>
   4255   <identifier id="org.w3c.dom.NameList"/>
   4256   <text>
   4257     InsertCommentsHere
   4258   </text>
   4259 </comment>
   4260 <comment>
   4261   <identifier id="org.w3c.dom.NamedNodeMap"/>
   4262   <text>
   4263     InsertCommentsHere
   4264   </text>
   4265 </comment>
   4266 <comment>
   4267   <identifier id="org.w3c.dom.NamedNodeMap.getNamedItemNS_changed(java.lang.String, java.lang.String)"/>
   4268   <text>
   4269     InsertCommentsHere
   4270   </text>
   4271 </comment>
   4272 <comment>
   4273   <identifier id="org.w3c.dom.Node"/>
   4274   <text>
   4275     InsertCommentsHere
   4276   </text>
   4277 </comment>
   4278 <comment>
   4279   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINED_BY"/>
   4280   <text>
   4281     InsertCommentsHere
   4282   </text>
   4283 </comment>
   4284 <comment>
   4285   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_CONTAINS"/>
   4286   <text>
   4287     InsertCommentsHere
   4288   </text>
   4289 </comment>
   4290 <comment>
   4291   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_DISCONNECTED"/>
   4292   <text>
   4293     InsertCommentsHere
   4294   </text>
   4295 </comment>
   4296 <comment>
   4297   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_FOLLOWING"/>
   4298   <text>
   4299     InsertCommentsHere
   4300   </text>
   4301 </comment>
   4302 <comment>
   4303   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC"/>
   4304   <text>
   4305     InsertCommentsHere
   4306   </text>
   4307 </comment>
   4308 <comment>
   4309   <identifier id="org.w3c.dom.Node.DOCUMENT_POSITION_PRECEDING"/>
   4310   <text>
   4311     InsertCommentsHere
   4312   </text>
   4313 </comment>
   4314 <comment>
   4315   <identifier id="org.w3c.dom.Node.compareDocumentPosition_added(org.w3c.dom.Node)"/>
   4316   <text>
   4317     InsertCommentsHere
   4318   </text>
   4319 </comment>
   4320 <comment>
   4321   <identifier id="org.w3c.dom.Node.getBaseURI_added()"/>
   4322   <text>
   4323     InsertCommentsHere
   4324   </text>
   4325 </comment>
   4326 <comment>
   4327   <identifier id="org.w3c.dom.Node.getFeature_added(java.lang.String, java.lang.String)"/>
   4328   <text>
   4329     InsertCommentsHere
   4330   </text>
   4331 </comment>
   4332 <comment>
   4333   <identifier id="org.w3c.dom.Node.getTextContent_added()"/>
   4334   <text>
   4335     InsertCommentsHere
   4336   </text>
   4337 </comment>
   4338 <comment>
   4339   <identifier id="org.w3c.dom.Node.getUserData_added(java.lang.String)"/>
   4340   <text>
   4341     InsertCommentsHere
   4342   </text>
   4343 </comment>
   4344 <comment>
   4345   <identifier id="org.w3c.dom.Node.isDefaultNamespace_added(java.lang.String)"/>
   4346   <text>
   4347     InsertCommentsHere
   4348   </text>
   4349 </comment>
   4350 <comment>
   4351   <identifier id="org.w3c.dom.Node.isEqualNode_added(org.w3c.dom.Node)"/>
   4352   <text>
   4353     InsertCommentsHere
   4354   </text>
   4355 </comment>
   4356 <comment>
   4357   <identifier id="org.w3c.dom.Node.isSameNode_added(org.w3c.dom.Node)"/>
   4358   <text>
   4359     InsertCommentsHere
   4360   </text>
   4361 </comment>
   4362 <comment>
   4363   <identifier id="org.w3c.dom.Node.lookupNamespaceURI_added(java.lang.String)"/>
   4364   <text>
   4365     InsertCommentsHere
   4366   </text>
   4367 </comment>
   4368 <comment>
   4369   <identifier id="org.w3c.dom.Node.lookupPrefix_added(java.lang.String)"/>
   4370   <text>
   4371     InsertCommentsHere
   4372   </text>
   4373 </comment>
   4374 <comment>
   4375   <identifier id="org.w3c.dom.Node.setTextContent_added(java.lang.String)"/>
   4376   <text>
   4377     InsertCommentsHere
   4378   </text>
   4379 </comment>
   4380 <comment>
   4381   <identifier id="org.w3c.dom.Node.setUserData_added(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)"/>
   4382   <text>
   4383     InsertCommentsHere
   4384   </text>
   4385 </comment>
   4386 <comment>
   4387   <identifier id="org.w3c.dom.Text"/>
   4388   <text>
   4389     InsertCommentsHere
   4390   </text>
   4391 </comment>
   4392 <comment>
   4393   <identifier id="org.w3c.dom.Text.getWholeText_added()"/>
   4394   <text>
   4395     InsertCommentsHere
   4396   </text>
   4397 </comment>
   4398 <comment>
   4399   <identifier id="org.w3c.dom.Text.isElementContentWhitespace_added()"/>
   4400   <text>
   4401     InsertCommentsHere
   4402   </text>
   4403 </comment>
   4404 <comment>
   4405   <identifier id="org.w3c.dom.Text.replaceWholeText_added(java.lang.String)"/>
   4406   <text>
   4407     InsertCommentsHere
   4408   </text>
   4409 </comment>
   4410 <comment>
   4411   <identifier id="org.w3c.dom.TypeInfo"/>
   4412   <text>
   4413     InsertCommentsHere
   4414   </text>
   4415 </comment>
   4416 <comment>
   4417   <identifier id="org.w3c.dom.UserDataHandler"/>
   4418   <text>
   4419     InsertCommentsHere
   4420   </text>
   4421 </comment>
   4422 <comment>
   4423   <identifier id="org.w3c.dom.ls"/>
   4424   <text>
   4425     InsertCommentsHere
   4426   </text>
   4427 </comment>
   4428 <!-- This comment is no longer used 
   4429 <comment>
   4430   <identifier id="android.media.AudioManager.registerAudioFocusListener_added(android.media.AudioManager.OnAudioFocusChangeListener)"/>
   4431   <text>
   4432     InsertCommentsHere
   4433   </text>
   4434 </comment>
   4435 -->
   4436 <!-- This comment is no longer used 
   4437 <comment>
   4438   <identifier id="android.media.AudioManager.unregisterAudioFocusListener_added(android.media.AudioManager.OnAudioFocusChangeListener)"/>
   4439   <text>
   4440     InsertCommentsHere
   4441   </text>
   4442 </comment>
   4443 -->
   4444 
   4445 </comments>
   4446