diff options
author | repo sync <isheriff@google.com> | 2011-08-15 21:43:47 -0700 |
---|---|---|
committer | repo sync <isheriff@google.com> | 2011-08-16 20:53:54 -0700 |
commit | 53d6229624818e13e90308dcbec8a664820fbfab (patch) | |
tree | 781c4186a51f93ae06e72e21225078c55341269f /overlay | |
parent | 68228be7fae3471d689dc9e82d1072d6a00c542d (diff) | |
download | device_samsung_tuna-53d6229624818e13e90308dcbec8a664820fbfab.zip device_samsung_tuna-53d6229624818e13e90308dcbec8a664820fbfab.tar.gz device_samsung_tuna-53d6229624818e13e90308dcbec8a664820fbfab.tar.bz2 |
add p2p support on prime
Bug: 5002384
Change-Id: I6042e8900c308801ef9ac8d1445d1d6025c5a7c9
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c25041b..3ac06f2 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -99,6 +99,7 @@ <item>"mobile_supl,3,0,2,60000,true"</item> <item>"mobile_hipri,5,0,3,60000,true"</item> <item>"mobile_bluetooth,7,7,1,-1,true"</item> + <item>"wifi_p2p,13,1,0,-1,true"</item> </string-array> <!-- An Array of "[ConnectivityManager connectionType], @@ -146,6 +147,9 @@ <!-- Boolean indicating whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> + <!-- Boolean indicating whether the wifi chipset has wifi direct support --> + <bool translatable="false" name="config_wifi_p2p_support">true</bool> + <!-- Boolean indicating where bluetooth is always powered on but kept at low power mode --> <bool translatable="false" name="config_bluetooth_adapter_quick_switch">false</bool> |