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 | 4985ccb8581c2c89fac4af703dd5b2862e8b61ad (patch) | |
tree | af3ac0c50de1e65a4e3957b091df77351644b0f6 /overlay | |
parent | 5a6c7c9e2a0b526aefbc44068c788942120c771d (diff) | |
download | device_samsung_tuna-4985ccb8581c2c89fac4af703dd5b2862e8b61ad.zip device_samsung_tuna-4985ccb8581c2c89fac4af703dd5b2862e8b61ad.tar.gz device_samsung_tuna-4985ccb8581c2c89fac4af703dd5b2862e8b61ad.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> |