Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d33b3d authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 23f08c6d: Merge "docs: fixing broken link for bug 6104366" into ics-mr1

* commit '23f08c6d':
  docs: fixing broken link for bug 6104366
parents b3f7fc2f 23f08c6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -491,10 +491,10 @@ manager.connect(channel, config, new ActionListener() {
  </ol>

  <p>The following example, modified from the <a href=
  "{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
  "{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
  to create this client-server socket communication and transfer JPEG images from a client
  to a server with a service. For a complete working example, compile and run the <a href=
  "{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
  "{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
<pre>
public static class FileServerAsyncTask extends AsyncTask<Void, Void, String> {