Unhide wifi p2p API

Bug: 5247957
Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
This commit is contained in:
Irfan Sheriff
2011-09-07 00:31:20 -07:00
parent e0946eb270
commit 651cdfcbac
19 changed files with 640 additions and 435 deletions

View File

@@ -1647,11 +1647,10 @@ public abstract class Context {
/**
* Use with {@link #getSystemService} to retrieve a {@link
* android.net.wifi.p2p.WifiP2pManager} for handling management of
* Wi-Fi p2p.
* Wi-Fi peer-to-peer connections.
*
* @see #getSystemService
* @see android.net.wifi.p2p.WifiP2pManager
* @hide
*/
public static final String WIFI_P2P_SERVICE = "wifip2p";