Loading core/java/android/app/package.html +3 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,9 @@ backwards through the fragment states, without leaving the activity.</p> action bar.</p> <p>For information about using some the classes in this package, see the following documents: <a href="{@docRoot}guide/topics/fundamentals/index.html">Application Fundamentals</a> (for activities, services, and fragments), <a documents: <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a>, <a href="{@docRoot}guide/topics/fundamentals/services.html">Services</a>, <a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a>, <a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>, <a href="{@docRoot}guide/topics/ui/dialogs.html">Creating Dialogs</a>, and <a href="{@docRoot}guide/topics/ui/notifiers/index.html">Notifying the User</a>.</p> Loading core/java/android/content/pm/package.html +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ application package, including information about its activities, permissions, services, signatures, and providers.</p> <p>Most of the information about an application package is defined by its manifest file. For more information, see the <a href="{@docRoot}guide/topics/manifest/guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a> documentation.</p> href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a> documentation.</p> </BODY> </HTML> No newline at end of file core/java/android/widget/TimePicker.java +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ import java.util.Calendar; * or 'P' to pick. For a dialog using this view, see * {@link android.app.TimePickerDialog}. *<p> * See the <a href="{@docRoot} * resources/tutorials/views/hello-timepicker.html">Time Picker tutorial</a>. * See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker * tutorial</a>. * </p> */ @Widget Loading docs/html/guide/developing/testing/testing_eclipse.jd +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ page.title=Testing from Eclipse with ADT basic processes for creating and running applications with ADT, as described in <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from Eclipse</a> and <a href="guide/developing/building/building-eclipse.html">Building and Running from Eclipse</a>. and <a href="{@docRoot}guide/developing/building/building-eclipse.html">Building and Running from Eclipse</a>. You may also want to read <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>, which provides an overview of the Android testing framework. Loading docs/html/guide/publishing/licensing.jd +9 −8 Original line number Diff line number Diff line Loading @@ -518,7 +518,7 @@ Android Virtual Devices.</li> </ol> <p>If you are not familiar with AVDs or how to use them, see <a href="{@docRoot}guide/developing/devices/index.html">Creating and Managing Virtual Devices</a>.</p> href="{@docRoot}guide/developing/devices/index.html">Managing Virtual Devices</a>.</p> <h4 id="project-update">Updating your project configuration</h4> Loading Loading @@ -629,7 +629,7 @@ share its code and resources across multiple applications. </p> <p style="margin-top:.5em;">If you aren't familiar with library projects or how to use them, see <a href="{@docRoot}guide/developing/projects/index.html#LibraryProjects"> Creating and Managing Projects</a>. Managing Projects</a>. </p> </div> </div> Loading Loading @@ -666,8 +666,9 @@ predefined as a library project in its <code>default.properties</code> file, so no further configuration is needed. </p> <p>For more information about how to create an application project or work with library projects in Eclipse, see <a href="{@docRoot}guide/developing/projects/projects-eclipse.html"> Creating and Managing Projects in Eclipse</a></p>. library projects in Eclipse, see <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from Eclipse with ADT</a></p>. <h4>Copying the LVL sources to your application</h4> Loading Loading @@ -698,8 +699,8 @@ haven't done that already, do it now before continuing. </p> Select the "Android" properties group and click <strong>Add</strong>, then choose the LVL library project (com_android_vending_licensing) and click <strong>OK</strong>. For more information, see <a href="{@docRoot}developing/projects/projects-eclipse.html#SettingUpLibraryProject"> Creating and Managing Projects in Eclipse</a></p>. <a href="{@docRoot}guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject"> Managing Projects from Eclipse with ADT</a></p>. <div style="margin-bottom:2em;"> Loading Loading @@ -727,8 +728,8 @@ properties, including the reference to the library project:</p> </pre> <p>For more information about working with library projects, see <a href="{@docRoot}developing/projects/projects-cmdline.html#SettingUpLibraryProject"> Creating and Managing Projects on the Command Line</a></p>. see <a href="{@docRoot}guide/developing/projects/projects-cmdline.html#SettingUpLibraryProject"> Managing Projects from the Command Line</a></p>. <h2 id="app-integration">Integrating the LVL with Your Application</h2> Loading Loading
core/java/android/app/package.html +3 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,9 @@ backwards through the fragment states, without leaving the activity.</p> action bar.</p> <p>For information about using some the classes in this package, see the following documents: <a href="{@docRoot}guide/topics/fundamentals/index.html">Application Fundamentals</a> (for activities, services, and fragments), <a documents: <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a>, <a href="{@docRoot}guide/topics/fundamentals/services.html">Services</a>, <a href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a>, <a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>, <a href="{@docRoot}guide/topics/ui/dialogs.html">Creating Dialogs</a>, and <a href="{@docRoot}guide/topics/ui/notifiers/index.html">Notifying the User</a>.</p> Loading
core/java/android/content/pm/package.html +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ application package, including information about its activities, permissions, services, signatures, and providers.</p> <p>Most of the information about an application package is defined by its manifest file. For more information, see the <a href="{@docRoot}guide/topics/manifest/guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a> documentation.</p> href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a> documentation.</p> </BODY> </HTML> No newline at end of file
core/java/android/widget/TimePicker.java +2 −2 Original line number Diff line number Diff line Loading @@ -43,8 +43,8 @@ import java.util.Calendar; * or 'P' to pick. For a dialog using this view, see * {@link android.app.TimePickerDialog}. *<p> * See the <a href="{@docRoot} * resources/tutorials/views/hello-timepicker.html">Time Picker tutorial</a>. * See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker * tutorial</a>. * </p> */ @Widget Loading
docs/html/guide/developing/testing/testing_eclipse.jd +2 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ page.title=Testing from Eclipse with ADT basic processes for creating and running applications with ADT, as described in <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from Eclipse</a> and <a href="guide/developing/building/building-eclipse.html">Building and Running from Eclipse</a>. and <a href="{@docRoot}guide/developing/building/building-eclipse.html">Building and Running from Eclipse</a>. You may also want to read <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>, which provides an overview of the Android testing framework. Loading
docs/html/guide/publishing/licensing.jd +9 −8 Original line number Diff line number Diff line Loading @@ -518,7 +518,7 @@ Android Virtual Devices.</li> </ol> <p>If you are not familiar with AVDs or how to use them, see <a href="{@docRoot}guide/developing/devices/index.html">Creating and Managing Virtual Devices</a>.</p> href="{@docRoot}guide/developing/devices/index.html">Managing Virtual Devices</a>.</p> <h4 id="project-update">Updating your project configuration</h4> Loading Loading @@ -629,7 +629,7 @@ share its code and resources across multiple applications. </p> <p style="margin-top:.5em;">If you aren't familiar with library projects or how to use them, see <a href="{@docRoot}guide/developing/projects/index.html#LibraryProjects"> Creating and Managing Projects</a>. Managing Projects</a>. </p> </div> </div> Loading Loading @@ -666,8 +666,9 @@ predefined as a library project in its <code>default.properties</code> file, so no further configuration is needed. </p> <p>For more information about how to create an application project or work with library projects in Eclipse, see <a href="{@docRoot}guide/developing/projects/projects-eclipse.html"> Creating and Managing Projects in Eclipse</a></p>. library projects in Eclipse, see <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from Eclipse with ADT</a></p>. <h4>Copying the LVL sources to your application</h4> Loading Loading @@ -698,8 +699,8 @@ haven't done that already, do it now before continuing. </p> Select the "Android" properties group and click <strong>Add</strong>, then choose the LVL library project (com_android_vending_licensing) and click <strong>OK</strong>. For more information, see <a href="{@docRoot}developing/projects/projects-eclipse.html#SettingUpLibraryProject"> Creating and Managing Projects in Eclipse</a></p>. <a href="{@docRoot}guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject"> Managing Projects from Eclipse with ADT</a></p>. <div style="margin-bottom:2em;"> Loading Loading @@ -727,8 +728,8 @@ properties, including the reference to the library project:</p> </pre> <p>For more information about working with library projects, see <a href="{@docRoot}developing/projects/projects-cmdline.html#SettingUpLibraryProject"> Creating and Managing Projects on the Command Line</a></p>. see <a href="{@docRoot}guide/developing/projects/projects-cmdline.html#SettingUpLibraryProject"> Managing Projects from the Command Line</a></p>. <h2 id="app-integration">Integrating the LVL with Your Application</h2> Loading