From 93d204ed98019322e434b714c7c0a619d69f24f5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 6 Dec 2010 15:19:37 -0800 Subject: cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df docs: fix misc broken links; update some screenshots using windows bug: 3258882 Change-Id: I3d4a2c66be4e563f4c45d72fec30c9a1b5d8fc23 --- docs/html/guide/developing/testing/testing_otheride.jd | 4 ++-- docs/html/guide/developing/tools/emulator.jd | 4 ++-- docs/html/guide/topics/admin/device-admin.jd | 8 ++++---- docs/html/guide/topics/manifest/uses-feature-element.jd | 2 +- docs/html/guide/topics/resources/layout-resource.jd | 2 +- docs/html/guide/topics/testing/contentprovider_testing.jd | 7 ++++--- docs/html/guide/topics/testing/index.jd | 2 ++ docs/html/guide/topics/testing/what_to_test.jd | 2 +- 8 files changed, 17 insertions(+), 14 deletions(-) (limited to 'docs/html/guide') 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

Running Tests

You run tests from the command line, either with Ant or with an - + Android Debug Bridge (adb) shell.

Quick build and run with Ant

@@ -318,7 +318,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd

Running tests on a device or emulator

When you run tests from the command line with - + Android Debug Bridge (adb), 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 -help-disk-images.

Enable the root shell (as in -shell and specify the QEMU character device to use for communication with the shell. <device> must be a QEMU device type. See the documentation for '-serial dev' at - http://www.bellard.org/qemu/qemu-doc.html#SEC10 - for a list of device types.

+ wiki.qemu.org + for more information.

Here are some examples: