diff options
| author | 2015-07-02 00:36:10 +0000 | |
|---|---|---|
| committer | 2015-07-02 00:36:10 +0000 | |
| commit | ac00050c723498ffd06266374d39e901b08aed2a (patch) | |
| tree | 334956462c8ef402cb0b1c6f5e7375035e87137f | |
| parent | 2b5a6842fdbb70c153bb691e86ce3fd0ac07ae60 (diff) | |
| parent | 31a084adf8a234d42c41340610be4c46af229a03 (diff) | |
am 31a084ad: am a5097999: am e51d6d05: am fae35eed: Merge "docs: Changed link in Java source code comment to repair 404" into mnc-preview-docs
* commit '31a084adf8a234d42c41340610be4c46af229a03':
docs: Changed link in Java source code comment to repair 404
| -rw-r--r-- | core/java/android/nfc/cardemulation/CardEmulation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/nfc/cardemulation/CardEmulation.java b/core/java/android/nfc/cardemulation/CardEmulation.java index 64c2bc2bb976..23d05bda3633 100644 --- a/core/java/android/nfc/cardemulation/CardEmulation.java +++ b/core/java/android/nfc/cardemulation/CardEmulation.java @@ -40,7 +40,7 @@ import java.util.List; * NFC card emulation services. * * For a general introduction into NFC card emulation, - * please read the <a href="{@docRoot}guide/topics/nfc/ce.html"> + * please read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html"> * NFC card emulation developer guide</a>.</p> * * <p class="note">Use of this class requires the |