From 7c70fed3470dfe3cf81e7b734ea7d7af764bce4b Mon Sep 17 00:00:00 2001 From: Elliot Waite Date: Wed, 21 Sep 2016 15:47:30 -0700 Subject: [PATCH] Revert fixed at links. This reverts commit c4ae7827e26ab3d0ac340d896c28c166da860fdb. Change-Id: I65729721ced7fc04d0b9691b63520007adddee29 --- docs/html/about/versions/android-4.0.jd | 6 ++--- docs/html/about/versions/android-4.2.jd | 14 +++++----- docs/html/about/versions/android-4.3.jd | 2 +- .../marshmallow/android-6.0-changes.jd | 2 +- docs/html/guide/components/activities.jd | 4 +-- .../topics/manifest/meta-data-element.jd | 10 +++---- .../topics/providers/calendar-provider.jd | 4 +-- .../topics/providers/contacts-provider.jd | 6 ++--- .../html/guide/topics/search/search-dialog.jd | 2 +- .../guide/topics/ui/accessibility/apps.jd | 2 +- .../guide/topics/ui/accessibility/services.jd | 12 ++++----- docs/html/guide/topics/ui/declaring-layout.jd | 2 +- docs/html/guide/topics/ui/dialogs.jd | 2 +- docs/html/guide/topics/ui/layout/gridview.jd | 4 +-- docs/html/guide/topics/ui/menus.jd | 2 +- docs/html/training/accessibility/service.jd | 4 +-- docs/html/training/articles/perf-anr.jd | 2 +- .../display-contact-badge.jd | 16 ++++++------ .../training/contacts-provider/modify-data.jd | 4 +-- .../contacts-provider/retrieve-details.jd | 26 +++++++++---------- .../contacts-provider/retrieve-names.jd | 18 ++++++------- docs/html/training/graphics/opengl/touch.jd | 4 +-- .../implementing-navigation/nav-drawer.jd | 4 +-- .../notify-user/build-notification.jd | 4 +-- .../wearables/notifications/creating.jd | 2 +- .../wearables/notifications/stacks.jd | 4 +-- docs/html/work/managed-configurations.jd | 6 ++--- 27 files changed, 84 insertions(+), 84 deletions(-) diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd index bf68584c8bdd4..48afcd48164f8 100644 --- a/docs/html/about/versions/android-4.0.jd +++ b/docs/html/about/versions/android-4.0.jd @@ -631,8 +631,8 @@ Bluetooth connection.

A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer connections with Wi-Fi. The primary class you need to work with is {@link android.net.wifi.p2p.WifiP2pManager}, which you can acquire by calling {@link -android.app.Activity#getSystemService(java.lang.String) getSystemService(WIFI_P2P_SERVICE)}. -The {@link android.net.wifi.p2p.WifiP2pManager} includes APIs that allow you to:

+android.app.Activity#getSystemService getSystemService(WIFI_P2P_SERVICE)}. The {@link +android.net.wifi.p2p.WifiP2pManager} includes APIs that allow you to: