• Home
  • Raw
  • Download

Lines Matching refs:to

27 counterpart to the Android 1.1 production system image, deployable to
34 system to correctly determine whether an application is compatible with
35 the system, prior to installing the application. </p>
38 a value to the <code>android:minSdkVersion</code> attribute.
39 The value of the attribute is an integer corresponding to an API Level
40 identifier. Prior to installing an application, the system checks the value of
42 if the referenced integer is less than or equal to the API Level integer stored
45 <p>If you use the Android 1.1 system image to build an application
48 <code>android:minSdkVersion</code> attribute to "2" in order to specify that your application
65 that users will only be able to install your application if their
74 it tries to use the Android 1.1 APIs.</p>
78 <code>android:minSdkVersion</code> or setting the attribute to "1". However,
79 before publishing your application, you must make sure to compile your
81 Android 1.0 SDK), to ensure that it builds and functions properly for
83 images corresponding to the API Levels that the application is designed
84 to be compatible with.</p>
87 has no need to use them, you might find it easier to keep working in the
88 Android 1.0 SDK, rather than migrating to the Android 1.1 SDK and having
89 to do additional testing.</p>
100 application access to Google Maps data. Note that, to use Google Maps
150 <li>Fixes to device sleep. </li>
151 <li>Single tap no longer opens the in-call dialpad; users now need to
153 <li>Fixes a bug causing approximately 1 in 25 outbound messages to
154 freeze up the IMAP connection (to a Gmail based server) when transferred
155 to the Sent folder.</li>
157 testable. Adds minor fixes to a few of the remaining entries. Makes
158 improvements to warning dialogs used for a few special cases. </li>
159 <li>Changes default mail checking interval to every 15 minutes (instead
160 of defaulting to "never").</li>
165 for the user to diagnose failed account setups.</li>
181 clicks on a business to view its details.</li>
184 <li>Dialer: Adds a "Show dialpad" / "Hide dialpad" item to the in-call
185 menu, to make it easier to discover the DTMF dialpad. </li>
197 <li>Adds a method to allow a process to easily determine its UID.
202 <li>Adds new permissions that allow an application to broadcast an SMS
219 <tr><td rowspan="2">Allow a process to easily know its UID.</td></tr>
220 …<tr><td>Added public method {@link android.os.Process#myUid} to class {@link android.os.Process an…
223 …<tr><td>Added public method {@link android.view.View#getBottomPaddingOffset} to class {@link andro…
224 …<tr><td>Added public method {@link android.view.View#getLeftPaddingOffset} to class {@link android…
225 …<tr><td>Added public method {@link android.view.View#getRightPaddingOffset} to class {@link androi…
226 …<tr><td>Added public method {@link android.view.View#getTopPaddingOffset} to class {@link android.…
227 …<tr><td>Added public method {@link android.view.View#isPaddingOffsetRequired} to class {@link andr…
230 …<tr><td>Added public method {@link android.widget.TextView#setMarqueeRepeatLimit} to class {@link …