From 13033ea52714d48d754c6bc8fccb18514c645a47 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Tue, 15 Feb 2011 13:18:30 -0800
Subject: [PATCH] docs: fix misc broken links
Change-Id: Id7d0ee36398aca452ceb2c3d15982397f58a06c6
---
core/java/android/app/package.html | 5 ++-
core/java/android/content/pm/package.html | 4 +-
core/java/android/widget/TimePicker.java | 4 +-
.../developing/testing/testing_eclipse.jd | 4 +-
docs/html/guide/publishing/licensing.jd | 17 ++++----
docs/html/guide/topics/advanced/aidl.jd | 6 ++-
docs/html/guide/topics/fundamentals.jd | 5 ++-
.../guide/topics/fundamentals/activities.jd | 7 ++--
.../guide/topics/fundamentals/fragments.jd | 3 +-
.../guide/topics/fundamentals/services.jd | 4 +-
docs/html/guide/topics/providers/loaders.jd | 9 ++--
.../guide/topics/testing/testing_android.jd | 4 +-
docs/html/guide/topics/ui/actionbar.jd | 14 +++++--
docs/html/guide/topics/ui/drag-drop.jd | 4 +-
.../resources/articles/live-wallpapers.jd | 41 ++++++++++---------
docs/html/sdk/android-3.0.jd | 4 +-
docs/html/sdk/preview/start.jd | 2 +-
17 files changed, 80 insertions(+), 57 deletions(-)
diff --git a/core/java/android/app/package.html b/core/java/android/app/package.html
index 5137600a59547..f37f1dcc8401d 100644
--- a/core/java/android/app/package.html
+++ b/core/java/android/app/package.html
@@ -32,8 +32,9 @@ backwards through the fragment states, without leaving the activity.
action bar.
For information about using some the classes in this package, see the following
-documents: Application
-Fundamentals (for activities, services, and fragments), Activities, Services, Fragments, Using the Action Bar, Creating Dialogs, and Notifying the User.
diff --git a/core/java/android/content/pm/package.html b/core/java/android/content/pm/package.html
index b18adb2f77706..d55f0f7e2fd76 100644
--- a/core/java/android/content/pm/package.html
+++ b/core/java/android/content/pm/package.html
@@ -5,7 +5,7 @@ application package, including information about its activities,
permissions, services, signatures, and providers.
Most of the information about an application package is defined by its manifest file. For
more information, see the AndroidManifest.xml
-File documentation.
+href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File
+documentation.