page.title=<uses-library> @jd:body
<uses-library android:name="string" />
<application>
All of the {@code android} packages (such as {@link android.app}, {@link android.content}, {@link android.view}, and {@link android.widget}) are in the default library that all applications are automatically linked against. However, some packages (such as {@code maps} and {@code awt} are in separate libraries that are not automatically linked. Consult the documentation for the packages you're using to determine which library contains the package code.