diff options
author | Irfan Sheriff <isheriff@google.com> | 2010-08-17 16:45:53 -0700 |
---|---|---|
committer | Irfan Sheriff <isheriff@google.com> | 2010-08-17 16:45:53 -0700 |
commit | 4d32d81bd7abb77ab9663f4f800bd96dca0c0e03 (patch) | |
tree | e9ec46f4a94185b4289e8d39659648a6c4f2f112 /wifi | |
parent | 8c11e952305327183db9f7be719e4c94fde15a7c (diff) | |
download | frameworks_base-4d32d81bd7abb77ab9663f4f800bd96dca0c0e03.zip frameworks_base-4d32d81bd7abb77ab9663f4f800bd96dca0c0e03.tar.gz frameworks_base-4d32d81bd7abb77ab9663f4f800bd96dca0c0e03.tar.bz2 |
Fix SDK build
Add the tag and documentation when we open up the high perf mode
Change-Id: I921e46a7519561e59fb917d08a36dd1d3d2fc7f3
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 |