From f05e34a10ca262cf1f73a6347b6e5be26718e686 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 31 Jul 2012 18:25:33 -0700 Subject: fix more broken links Change-Id: If4dceab223a6c22827a0645aa5923ddc427b2b85 --- docs/html/about/versions/android-1.6-highlights.jd | 8 ++++---- docs/html/about/versions/android-2.0-highlights.jd | 10 +++++----- docs/html/about/versions/android-2.2-highlights.jd | 12 ++++++------ docs/html/about/versions/android-2.2.jd | 2 +- docs/html/about/versions/android-2.3.3.jd | 4 ++-- docs/html/about/versions/android-2.3.jd | 4 ++-- docs/html/guide/components/fragments.jd | 11 ++--------- docs/html/guide/google/play/expansion-files.jd | 2 +- docs/html/guide/practices/optimizing-for-3.0.jd | 2 +- docs/html/guide/topics/graphics/opengl.jd | 19 +++++-------------- docs/html/guide/topics/manifest/manifest-element.jd | 2 +- .../guide/topics/resources/accessing-resources.jd | 4 ++-- docs/html/guide/topics/security/security.jd | 9 +++------ 13 files changed, 35 insertions(+), 54 deletions(-) (limited to 'docs/html') diff --git a/docs/html/about/versions/android-1.6-highlights.jd b/docs/html/about/versions/android-1.6-highlights.jd index 2ee1d80..edfd7ff 100644 --- a/docs/html/about/versions/android-1.6-highlights.jd +++ b/docs/html/about/versions/android-1.6-highlights.jd @@ -49,17 +49,17 @@ This page provides an overview of some new features and technologies.

-
+
Quick Search Box
-
+
New Camera/Camcorder UI
-
+
Battery Usage Indicator
@@ -121,7 +121,7 @@ on the new accessibility framework and enable them in Settings.

Google Play Updates

-
+
New Google Play UI
diff --git a/docs/html/about/versions/android-2.0-highlights.jd b/docs/html/about/versions/android-2.0-highlights.jd index 2ba9ac7..58b5fda 100644 --- a/docs/html/about/versions/android-2.0-highlights.jd +++ b/docs/html/about/versions/android-2.0-highlights.jd @@ -54,27 +54,27 @@ and technologies in Android 2.0.

-
+
Quick Contact for Android
-
+
Multiple Accounts
-
+
Messaging Search
-
+
Email Combined Inbox
-
+
Camera Modes
diff --git a/docs/html/about/versions/android-2.2-highlights.jd b/docs/html/about/versions/android-2.2-highlights.jd index 37a20d5..190e301 100644 --- a/docs/html/about/versions/android-2.2-highlights.jd +++ b/docs/html/about/versions/android-2.2-highlights.jd @@ -71,7 +71,7 @@ href="android-2.2.html#api">Android 2.2 version notes.

- +

New Home screen tips widget assists new users on @@ -103,7 +103,7 @@ easily set up and sync an Exchange account (available for Exchange 2007 and high application, enabling users to auto-complete recipient names from the directory.

- +
@@ -114,7 +114,7 @@ application, enabling users to auto-complete recipient names from the directory.
- +

Gallery allows you to peek into picture stacks using a zoom @@ -141,7 +141,7 @@ connecting their phone to the computer with a USB cable. The connection is then two devices.

- +
@@ -152,7 +152,7 @@ two devices.

- +

Multi-lingual users can add multiple languages to the keyboard and switch @@ -179,7 +179,7 @@ faster.

which results in faster app switching and smoother performance on memory-constrained devices.

- +
diff --git a/docs/html/about/versions/android-2.2.jd b/docs/html/about/versions/android-2.2.jd index b1ddb7c..64ddca4 100644 --- a/docs/html/about/versions/android-2.2.jd +++ b/docs/html/about/versions/android-2.2.jd @@ -117,7 +117,7 @@ settings.

For more information about setting a preferred install location for your application, including a discussion of what types of applications should and should not request external installation, please read the App Install Location +href="{@docRoot}guide/topics/data/install-location.html">App Install Location document.

Data backup

diff --git a/docs/html/about/versions/android-2.3.3.jd b/docs/html/about/versions/android-2.3.3.jd index 2704aee..7a9711d 100644 --- a/docs/html/about/versions/android-2.3.3.jd +++ b/docs/html/about/versions/android-2.3.3.jd @@ -122,8 +122,8 @@ NFC. To request filtering, add <uses-feature android:name="android.hardware.nfc" android:required="true"> to the application's manifest.

-

To look at sample code for NFC, see -NFCDemo app, filtering by tag technology, using foreground dispatch, and foreground NDEF push (P2P).

+

For more information, read the + NFC developer guide.

Bluetooth

diff --git a/docs/html/about/versions/android-2.3.jd b/docs/html/about/versions/android-2.3.jd index c0dc4ae..8715973 100644 --- a/docs/html/about/versions/android-2.3.jd +++ b/docs/html/about/versions/android-2.3.jd @@ -76,8 +76,8 @@ android:name="android.software.sip" android:required="true"> and <uses-feature android:name="android.software.sip.voip"> to the application manifest.

-

To look at a sample application that uses the SIP API, see SIP Demo.

+

For more information, read the SIP developer guide.

Near Field Communications (NFC)

diff --git a/docs/html/guide/components/fragments.jd b/docs/html/guide/components/fragments.jd index 4f62033..7747b31 100644 --- a/docs/html/guide/components/fragments.jd +++ b/docs/html/guide/components/fragments.jd @@ -45,17 +45,10 @@ parent.link=activities.html
  • {@link android.app.FragmentManager}
  • {@link android.app.FragmentTransaction}
  • - -

    Related samples

    -
      -
    1. Honeycomb Gallery
    2. -
    3. ApiDemos
    4. -

    See also

      +
    1. Building a Dynamic UI with Fragments
    2. Supporting Tablets and Handsets
    @@ -834,7 +827,7 @@ then rotates to landscape (which restarts the current activity).

    For more samples using fragments (and complete source files for this example), -see the sample code available in ApiDemos (available for download from the Samples SDK component).

    diff --git a/docs/html/guide/google/play/expansion-files.jd b/docs/html/guide/google/play/expansion-files.jd index 62ca1e2..750e958 100644 --- a/docs/html/guide/google/play/expansion-files.jd +++ b/docs/html/guide/google/play/expansion-files.jd @@ -262,7 +262,7 @@ are on the device upon start-up. If the files are not on the device, use Google href="{@docRoot}guide/google/play/licensing/index.html">Application Licensing service to request URLs for the expansion files, then download and save them.

    To greatly reduce the amount of code you must write and ensure a good user experience -during the download, we recommend you use the Downloader +during the download, we recommend you use the Downloader Library to implement your download behavior.

    If you build your own download service instead of using the library, be aware that you must not change the name of the expansion files and must save them to the proper diff --git a/docs/html/guide/practices/optimizing-for-3.0.jd b/docs/html/guide/practices/optimizing-for-3.0.jd index 65c5674..0dd92d9 100644 --- a/docs/html/guide/practices/optimizing-for-3.0.jd +++ b/docs/html/guide/practices/optimizing-for-3.0.jd @@ -118,7 +118,7 @@ Manager and install the following:

  • Samples for SDK API 11
  • -
  • Create an AVD for a tablet-type +
  • Create an AVD for a tablet-type device:

    Set the target to "Android 3.0" and the skin to "WXGA" (the default skin).

  • diff --git a/docs/html/guide/topics/graphics/opengl.jd b/docs/html/guide/topics/graphics/opengl.jd index a9fedb7..6114a4a 100644 --- a/docs/html/guide/topics/graphics/opengl.jd +++ b/docs/html/guide/topics/graphics/opengl.jd @@ -84,11 +84,8 @@ understanding how to implement these classes in an activity should be your first this class by creating an instance of {@link android.opengl.GLSurfaceView} and adding your {@link android.opengl.GLSurfaceView.Renderer Renderer} to it. However, if you want to capture touch screen events, you should extend the {@link android.opengl.GLSurfaceView} class to - implement the touch listeners, as shown in OpenGL Tutorials for - ES 1.0, - ES 2.0 and the TouchRotateActivity sample. + implement the touch listeners, as shown in OpenGL training lesson, + Responding to Touch Events.
    {@link android.opengl.GLSurfaceView.Renderer}
    This interface defines the methods required for drawing graphics in an OpenGL {@link @@ -164,9 +161,8 @@ interface to OpenGL ES 2.0 and is available starting with Android 2.2 (API Level -

    If you'd like to start building an app with OpenGL right away, have a look at the tutorials for -OpenGL ES 1.0 or -OpenGL ES 2.0! +

    If you'd like to start building an app with OpenGL right away, follow the +Displaying Graphics with OpenGL ES class.

    Declaring OpenGL Requirements

    @@ -277,10 +273,6 @@ which simulates a camera position. -

    For a complete example of how to apply projection and camera views with OpenGL ES 1.0, see the OpenGL ES 1.0 -tutorial.

    -

    Projection and camera view in OpenGL ES 2.0

    In the ES 2.0 API, you apply projection and camera view by first adding a matrix member to @@ -382,8 +374,7 @@ objects to be rendered by OpenGL.

    For a complete example of how to apply projection and camera view with OpenGL ES 2.0, see the OpenGL ES 2.0 -tutorial.

    +href="{@docRoot}training/graphics/opengl/index.html">Displaying Graphics with OpenGL ES class.

    Shape Faces and Winding

    diff --git a/docs/html/guide/topics/manifest/manifest-element.jd b/docs/html/guide/topics/manifest/manifest-element.jd index 7a7020a..4807a5e 100644 --- a/docs/html/guide/topics/manifest/manifest-element.jd +++ b/docs/html/guide/topics/manifest/manifest-element.jd @@ -175,7 +175,7 @@ multiple SD cards can be used with the same device. storage. However, the system will not allow the user to move the application to external storage if this attribute is set to {@code internalOnly}, which is the default setting.

    -

    Read App Install Location for +

    Read App Install Location for more information about using this attribute (including how to maintain backward compatibility).

    Introduced in: API Level 8.

    diff --git a/docs/html/guide/topics/resources/accessing-resources.jd b/docs/html/guide/topics/resources/accessing-resources.jd index 03bb939..0673b6f 100644 --- a/docs/html/guide/topics/resources/accessing-resources.jd +++ b/docs/html/guide/topics/resources/accessing-resources.jd @@ -336,6 +336,6 @@ android.widget.ArrayAdapter}<String>(this, android.R.layout.simple

    In this example, {@link android.R.layout#simple_list_item_1} is a layout resource defined by the platform for items in a {@link android.widget.ListView}. You can use this instead of creating -your own layout for list items. (For more about using {@link android.widget.ListView}, see the -List View Tutorial.)

    +your own layout for list items. For more information, see the +List View developer guide.

    diff --git a/docs/html/guide/topics/security/security.jd b/docs/html/guide/topics/security/security.jd index eeaac44..9cdccae 100644 --- a/docs/html/guide/topics/security/security.jd +++ b/docs/html/guide/topics/security/security.jd @@ -135,8 +135,7 @@ dynamic permission grants on a case-by-case basis.

    To provide additional protection for sensitive data, some applications choose to encrypt local files using a key that is not accessible to the -application. (For example, a key can be placed in a KeyStore and +application. (For example, a key can be placed in a {@link java.security.KeyStore} and protected with a user password that is not stored on the device). While this does not protect data from a root compromise that can monitor the user inputting the password, it can provide protection for a lost device without AccountManager using checkSignature(). Alternatively, if only one application will use the credential, you might use a -KeyStore for +{@link java.security.KeyStore} for storage.

    @@ -752,8 +750,7 @@ href="{@docRoot}reference/javax/crypto/KeyGenerator.html"> number generator significantly weakens the strength of the algorithm, and may allow offline attacks.

    -

    If you need to store a key for repeated use, use a mechanism like KeyStore that +

    If you need to store a key for repeated use, use a mechanism like {@link java.security.KeyStore} that provides a mechanism for long term storage and retrieval of cryptographic keys.

    -- cgit v1.1