summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-02-16 12:13:59 -0800
committerIrfan Sheriff <isheriff@google.com>2011-02-16 14:28:45 -0800
commit652bc96444b0a82d34e6c3766b7862effac11adb (patch)
tree9b87050d52869ca1591a655f534c6ee9c674426a /api
parent439f5c6b39fe648da835d4c86dfcffed0f46dd94 (diff)
downloadframeworks_base-652bc96444b0a82d34e6c3766b7862effac11adb.zip
frameworks_base-652bc96444b0a82d34e6c3766b7862effac11adb.tar.gz
frameworks_base-652bc96444b0a82d34e6c3766b7862effac11adb.tar.bz2
Make high performance wifi lock public
gtalk and sip already use the high perf lock. Improve the comments and make the constant public. This will allow applications that use voice or video to keep the connection good even when device screen is off Change-Id: I3608cd478175c773bd835b26a686a61b8baf5471
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 7806c24..83b15bd 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -121010,6 +121010,17 @@
visibility="public"
>
</field>
+<field name="WIFI_MODE_FULL_HIGH_PERF"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="3"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="WIFI_MODE_SCAN_ONLY"
type="int"
transient="false"