Home | History | Annotate | Download | only in sdk

Lines Matching full:applications

75 	<li>Network access now requires that applications obtain a permission in their AndroidManifest.xml files.
85 <li>The KML-based mock location provider supported in previous releases is no longer supported. In the current SDK, you can use the emulator console to send GPS fix updates to the emulator and applications running on it. Also, the DDMS tool provides an UI that you can use to easily upload GPX and KML files. DDMS handles playback of the KML or GPX tracks automatically. </li>
226 <li>Developers who use 'adb push' to install applications must now use 'adb install', since the full package manager is now implemented. 'adb push' will no longer work to install .apk files.
239 <li>More of the standard Android user applications are now included, such as the Music and Messaging applications.
247 <li>It's now much easier to add media content to the SD card and have the ContentProvider locate and expose it to other applications.
261 <li>Android now supports modules or libraries that can be optionally linked into applications; a good example is the MapView, which has been moved into such a library. However, Android 1.0 will not support the ability for third-party developers to create such libraries for sharing with other applications.
301 <li>Support for managing multiple devices has been integrated into DDMS. This should make it easier to debug applications that are run on multiple device scenarios.</li>
345 <li>778432: Icons for newly installed applications do not display</li>
442 <p>The <code>AndroidManifest.xml</code> files generated by ADT 0.3.1 now include the XML element required for displaying the associated app in the "Applications" menu. If you have applications created with ADT 0.3.0, simply ensure that your <code>AndroidManifest.xml</code> file contains the following highlighted line:</p>
473 <p>In certain circumstances, icons for newly installed applications do not display as expected.</p>