summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Context.java
diff options
context:
space:
mode:
authorrepo sync <isheriff@google.com>2011-06-24 14:23:07 -0700
committerIrfan Sheriff <isheriff@google.com>2011-07-24 10:08:47 -0700
commit55bc5f3e0408bcb5a39a6732de0b2d1aa99a55be (patch)
tree1206af1015ea8248a8fefbf2672d8df7bfa56bc8 /core/java/android/content/Context.java
parent895de9269fa125bf3903c21faf5e8d2750bfb000 (diff)
downloadframeworks_base-55bc5f3e0408bcb5a39a6732de0b2d1aa99a55be.zip
frameworks_base-55bc5f3e0408bcb5a39a6732de0b2d1aa99a55be.tar.gz
frameworks_base-55bc5f3e0408bcb5a39a6732de0b2d1aa99a55be.tar.bz2
Updated: Wi-Fi p2p framework
First stage. Get the bones in right now even though we are not ready on the native side. Once, we have things underneath working - we will further update the framework Change-Id: I4a7dab5cd4267373dc5f8989ae4122f91c384ed5
Diffstat (limited to 'core/java/android/content/Context.java')
-rw-r--r--core/java/android/content/Context.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 0a2253c..cdda910 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -1572,6 +1572,17 @@ public abstract class Context {
public static final String WIFI_SERVICE = "wifi";
/**
+ * Use with {@link #getSystemService} to retrieve a {@link
+ * android.net.wifi.p2p.WifiP2pManager} for handling management of
+ * Wi-Fi p2p.
+ *
+ * @see #getSystemService
+ * @see android.net.wifi.p2p.WifiP2pManager
+ * @hide
+ */
+ public static final String WIFI_P2P_SERVICE = "wifip2p";
+
+ /**
* Use with {@link #getSystemService} to retrieve a
* {@link android.media.AudioManager} for handling management of volume,
* ringer modes and audio routing.