summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-02-15 17:44:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-15 17:44:56 -0800
commit4bebbe5fea1b6d7f5deff6d41d7633308607c08b (patch)
treec0fe6c3d27d19415a426fe76f4525a7a077d170b
parent29853a356bb6ddb094df6d0f5dd04e2a63f25147 (diff)
parent2deeefeb5e6342c44e8fceb4104f1ad96b9bc704 (diff)
downloadframeworks_base-4bebbe5fea1b6d7f5deff6d41d7633308607c08b.zip
frameworks_base-4bebbe5fea1b6d7f5deff6d41d7633308607c08b.tar.gz
frameworks_base-4bebbe5fea1b6d7f5deff6d41d7633308607c08b.tar.bz2
Merge "Adding package summary for nfc.tech package" into gingerbread
-rw-r--r--core/java/android/nfc/tech/package.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/java/android/nfc/tech/package.html b/core/java/android/nfc/tech/package.html
new file mode 100644
index 0000000..a99828f
--- /dev/null
+++ b/core/java/android/nfc/tech/package.html
@@ -0,0 +1,13 @@
+<HTML>
+<BODY>
+<p>
+These classes provide access to a tag technology's features, which vary by the type
+of tag that is scanned. A scanned tag can support multiple technologies, and you can find
+out what they are by calling {@link android.nfc.Tag#getTechList getTechList()}.</p>
+
+<p>For more information on dealing with tag technologies and handling the ones that you care about, see
+<a href="{@docRoot}guide/topics/nfc/index.html#dispatch">The Tag Dispatch System</a>.
+The {@link android.nfc.tech.TagTechnology} interface provides an overview of the
+supported technologies.</p>
+</BODY>
+</HTML>