From 4d32d81bd7abb77ab9663f4f800bd96dca0c0e03 Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Tue, 17 Aug 2010 16:45:53 -0700 Subject: Fix SDK build Add the tag and documentation when we open up the high perf mode Change-Id: I921e46a7519561e59fb917d08a36dd1d3d2fc7f3 --- wifi/java/android/net/wifi/WifiManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi/java/android/net') diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index 3b41dc1..9d21521 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -1004,8 +1004,8 @@ public class WifiManager { * Creates a new WifiLock. * * @param lockType the type of lock to create. See {@link #WIFI_MODE_FULL}, - * {@link #WIFI_MODE_SCAN_ONLY} and {@link #WIFI_MODE_FULL_HIGH_PERF} for descriptions - * of the types of Wi-Fi locks. + * and {@link #WIFI_MODE_SCAN_ONLY} for descriptions of the types of Wi-Fi locks. + * * @param tag a tag for the WifiLock to identify it in debugging messages. This string is * never shown to the user under normal conditions, but should be descriptive * enough to identify your application and the specific WifiLock within it, if it -- cgit v1.1