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="5_to_6"
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.R.attr"/>
38  <text>
39    InsertCommentsHere
40  </text>
41</comment>
42<comment>
43  <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowLarge"/>
44  <text>
45    InsertCommentsHere
46  </text>
47</comment>
48<comment>
49  <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowMedium"/>
50  <text>
51    InsertCommentsHere
52  </text>
53</comment>
54<comment>
55  <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowSmall"/>
56  <text>
57    InsertCommentsHere
58  </text>
59</comment>
60<comment>
61  <identifier id="android.R.attr.quickContactBadgeStyleWindowLarge"/>
62  <text>
63    InsertCommentsHere
64  </text>
65</comment>
66<comment>
67  <identifier id="android.R.attr.quickContactBadgeStyleWindowMedium"/>
68  <text>
69    InsertCommentsHere
70  </text>
71</comment>
72<comment>
73  <identifier id="android.R.attr.quickContactBadgeStyleWindowSmall"/>
74  <text>
75    InsertCommentsHere
76  </text>
77</comment>
78<comment>
79  <identifier id="android.accounts"/>
80  <text>
81    InsertCommentsHere
82  </text>
83</comment>
84<comment>
85  <identifier id="android.accounts.AbstractAccountAuthenticator"/>
86  <text>
87    InsertCommentsHere
88  </text>
89</comment>
90<comment>
91  <identifier id="android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)"/>
92  <text>
93    InsertCommentsHere
94  </text>
95</comment>
96<comment>
97  <identifier id="android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)"/>
98  <text>
99    InsertCommentsHere
100  </text>
101</comment>
102<comment>
103  <identifier id="android.os"/>
104  <text>
105    InsertCommentsHere
106  </text>
107</comment>
108<comment>
109  <identifier id="android.os.Build.VERSION_CODES"/>
110  <text>
111    InsertCommentsHere
112  </text>
113</comment>
114<comment>
115  <identifier id="android.os.Build.VERSION_CODES.ECLAIR_0_1"/>
116  <text>
117    InsertCommentsHere
118  </text>
119</comment>
120<comment>
121  <identifier id="android.view"/>
122  <text>
123    InsertCommentsHere
124  </text>
125</comment>
126<comment>
127  <identifier id="android.view.WindowManager.LayoutParams"/>
128  <text>
129    InsertCommentsHere
130  </text>
131</comment>
132<comment>
133  <identifier id="android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL"/>
134  <text>
135    InsertCommentsHere
136  </text>
137</comment>
138
139</comments>
140