summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BasicNetworking
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-10-30 18:09:08 -0700
committerquddusc <quddusc@google.com>2013-10-30 20:51:43 -0700
commit3943cdc9626911fe2732fedd5c85e920c6078a9f (patch)
tree1813ded5ae625d2b9dd1365e1228b03ea610a9f6 /samples/browseable/BasicNetworking
parent1c254de3dd54f1f9817e79f51577b3e40515f4bd (diff)
downloadandroid_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.tar.gz
android_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.tar.bz2
android_development-3943cdc9626911fe2732fedd5c85e920c6078a9f.zip
Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
Diffstat (limited to 'samples/browseable/BasicNetworking')
-rw-r--r--samples/browseable/BasicNetworking/_index.jd11
1 files changed, 3 insertions, 8 deletions
diff --git a/samples/browseable/BasicNetworking/_index.jd b/samples/browseable/BasicNetworking/_index.jd
index 6f5479237..223ba765a 100644
--- a/samples/browseable/BasicNetworking/_index.jd
+++ b/samples/browseable/BasicNetworking/_index.jd
@@ -5,11 +5,6 @@ page.tags="BasicNetworking"
sample.group=Connectivity
@jd:body
-<p>
-
- This sample demonstrates how to use the ConnectivityManager to determine if you have
- a network connection, and if so, what type of connection it is.
- \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
- on the active connection, and then the connection type is printed to an on-screen console.
-
- </p>
+<p>This sample demonstrates how to use the
+{@link android.net.ConnectivityManager} to determine if the device has an
+active network connection, and if so, retrieve the connection type.</p>