diff options
Diffstat (limited to 'core/java/android/app/package.html')
| -rw-r--r-- | core/java/android/app/package.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/app/package.html b/core/java/android/app/package.html index 5137600..f37f1dc 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.</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> |
