diff options
author | Scott Main <smain@google.com> | 2010-12-06 15:19:37 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-12-14 16:39:22 -0800 |
commit | 93d204ed98019322e434b714c7c0a619d69f24f5 (patch) | |
tree | abba64de441b214bc03eb9c287f2ecfc232fa79b /docs/html/guide | |
parent | 071360d1fe5cb75925e5a7ff1b799c5cab160a44 (diff) | |
download | frameworks_base-93d204ed98019322e434b714c7c0a619d69f24f5.zip frameworks_base-93d204ed98019322e434b714c7c0a619d69f24f5.tar.gz frameworks_base-93d204ed98019322e434b714c7c0a619d69f24f5.tar.bz2 |
cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df
docs: fix misc broken links; update some screenshots using windows
bug: 3258882
Change-Id: I3d4a2c66be4e563f4c45d72fec30c9a1b5d8fc23
Diffstat (limited to 'docs/html/guide')
8 files changed, 17 insertions, 14 deletions
diff --git a/docs/html/guide/developing/testing/testing_otheride.jd b/docs/html/guide/developing/testing/testing_otheride.jd index 523a8e5..adb0efa 100644 --- a/docs/html/guide/developing/testing/testing_otheride.jd +++ b/docs/html/guide/developing/testing/testing_otheride.jd @@ -296,7 +296,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd <h2 id="RunTestsCommand">Running Tests</h2> <p> You run tests from the command line, either with Ant or with an - <a href="{@docRoot}http://developer.android.com/guide/developing/tools/adb.html"> + <a href="{@docRoot}guide/developing/tools/adb.html"> Android Debug Bridge (adb)</a> shell. </p> <h3 id="RunTestsAnt">Quick build and run with Ant</h3> @@ -318,7 +318,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd <h3 id="RunTestsDevice">Running tests on a device or emulator</h3> <p> When you run tests from the command line with - <a href="{@docRoot}http://developer.android.com/guide/developing/tools/adb.html"> + <a href="{@docRoot}guide/developing/tools/adb.html"> Android Debug Bridge (adb)</a>, you get more options for choosing the tests to run than with any other method. You can select individual test methods, filter tests according to their annotation, or specify testing options. Since the test run is controlled diff --git a/docs/html/guide/developing/tools/emulator.jd b/docs/html/guide/developing/tools/emulator.jd index f07cdd5..2250979 100644 --- a/docs/html/guide/developing/tools/emulator.jd +++ b/docs/html/guide/developing/tools/emulator.jd @@ -496,8 +496,8 @@ on disk images, use <code>-help-disk-images</code>.</p> <td>Enable the root shell (as in <code>-shell</code> and specify the QEMU character device to use for communication with the shell.</td> <td><device> must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at - <a href="http://www.nongnu.org/qemu/qemu-doc.html#SEC10">http://www.bellard.org/qemu/qemu-doc.html#SEC10</a> - for a list of device types.</p> + <a href="http://wiki.qemu.org/download/qemu-doc.html">wiki.qemu.org</a> + for more information.</p> <p>Here are some examples: </p> <ul> diff --git a/docs/html/guide/topics/admin/device-admin.jd b/docs/html/guide/topics/admin/device-admin.jd index fda716a..b86a5f0 100644 --- a/docs/html/guide/topics/admin/device-admin.jd +++ b/docs/html/guide/topics/admin/device-admin.jd @@ -156,14 +156,14 @@ Administration API lets you do the following:</p> <ul> <h2 id="sample">Sample Application</h2> <p>The examples used in this document are based on the <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/ -android/apis/app/DeviceAdminSample.html">Device Administration API +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html"> +Device Administration API sample</a>, which is included in the SDK samples. For information on downloading and installing the SDK samples, see <a href="{@docRoot}resources/samples/get.html"> Getting the Samples</a>. Here is the <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/ -android/apis/app/DeviceAdminSample.html">complete code</a> for +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html"> +complete code</a> for the sample. </p> <p>The sample application offers a demo of device admin features. It presents users diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 2e43c30..a2a4001 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -339,7 +339,7 @@ the feature as shown below.</p> <p class="caution">It's important to understand that the permissions that you request in <code><uses-permission></code> elements can directly affect how Android Market filters your application. The reference section <a -href="permissions-features">Permissions that Imply Feature Requirements</a>, +href="#permissions-features">Permissions that Imply Feature Requirements</a>, below, lists the full set of permissions that imply feature requirements and therefore trigger filtering.</p> diff --git a/docs/html/guide/topics/resources/layout-resource.jd b/docs/html/guide/topics/resources/layout-resource.jd index 36369d3..b069521 100644 --- a/docs/html/guide/topics/resources/layout-resource.jd +++ b/docs/html/guide/topics/resources/layout-resource.jd @@ -181,7 +181,7 @@ that already contains the appropriate parent View to contain the children of the in another layout file using <a href="#include-element"><code><include></code></a> and this layout doesn't require a different {@link android.view.ViewGroup} container. For more information about merging layouts, read <a -href="{@docRoot}resources/articles/layout-tricks-merging.html">Layout +href="{@docRoot}resources/articles/layout-tricks-merge.html">Layout Tricks: Merging</a>.</dd> </dl> diff --git a/docs/html/guide/topics/testing/contentprovider_testing.jd b/docs/html/guide/topics/testing/contentprovider_testing.jd index 279e347..e42e631 100644 --- a/docs/html/guide/topics/testing/contentprovider_testing.jd +++ b/docs/html/guide/topics/testing/contentprovider_testing.jd @@ -37,7 +37,7 @@ page.title=Content Provider Testing <ol> <li> <a - href="{@docRoot}guide/topics/testing/topics/testing_android.html"> + href="{@docRoot}guide/topics/testing/testing_android.html"> Testing Fundamentals</a> </li> <li> @@ -123,7 +123,8 @@ page.title=Content Provider Testing The constructor then creates a {@link android.test.mock.MockContentResolver} to use as the resolver for the test. The {@link android.test.mock.MockContentResolver} class is described in detail in the section - <a href="{@docRoot}guide/topics/testing/test_android#MockObjectClasses">Mock object classes</a>. + <a href="{@docRoot}guide/topics/testing/testing_android.html#MockObjectClasses">Mock object +classes</a>. </p> <p> Lastly, the constructor creates an instance of the provider under test. This is a normal @@ -137,7 +138,7 @@ page.title=Content Provider Testing {@link android.test.ProviderTestCase2} uses {@link android.test.IsolatedContext} and {@link android.test.mock.MockContentResolver}, which are standard mock object classes. To learn more about them, please read - <a href="{@docRoot}guide/topics/testing/test_android#MockObjectClasses"> + <a href="{@docRoot}guide/topics/testing/testing_android.html#MockObjectClasses"> Testing Fundamentals</a>. </p> <h2 id="WhatToTest">What To Test</h2> diff --git a/docs/html/guide/topics/testing/index.jd b/docs/html/guide/topics/testing/index.jd index 762a897..cf87187 100644 --- a/docs/html/guide/topics/testing/index.jd +++ b/docs/html/guide/topics/testing/index.jd @@ -73,6 +73,7 @@ page.title=Testing to test applications and devices. </li> </ul> +<!-- <h4>Samples</h4> <ul> <li> @@ -82,3 +83,4 @@ page.title=Testing testing a {@link android.app.Service}. </li> </ul> +--> diff --git a/docs/html/guide/topics/testing/what_to_test.jd b/docs/html/guide/topics/testing/what_to_test.jd index e13538a..e8a27da 100644 --- a/docs/html/guide/topics/testing/what_to_test.jd +++ b/docs/html/guide/topics/testing/what_to_test.jd @@ -79,6 +79,6 @@ page.title=What To Test <a href="{@docRoot}guide/developing/tools/emulator.html#netspeed">Network Speed Emulation</a>. To test GPS, you can use the emulator console and {@link android.location.LocationManager}. To learn more about the emulator console, please see - <a href="{@docRoot}/guide/developing/tools/emulator.html#console"> + <a href="{@docRoot}guide/developing/tools/emulator.html#console"> Using the Emulator Console</a>. </p> |