summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2010-12-21 17:25:13 -0800
committerJaikumar Ganesh <jaikumar@google.com>2010-12-22 14:26:02 -0800
commit9f5b56a32ca3a36080938cc1e39c72ea9164e8c8 (patch)
tree64f4a7fa10005e6b403a450700850713544a0533 /overlay
parentb87416b989864dca017c7ebe53a81cffac280305 (diff)
downloadstingray-9f5b56a32ca3a36080938cc1e39c72ea9164e8c8.tar.gz
Add Bluetooth as a networkInterface for tethering.
Change-Id: Iadfe3dcf838e8a3f2de9be4857595cf742ebe058
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6baa6a1..88ba511 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -36,8 +36,20 @@
<item>"mobile,0,0,0"</item>
<item>"mobile_mms,2,0,2"</item>
<item>"mobile_supl,3,0,2"</item>
- <item>"mobile_dun,4,0,4"</item>
- <item>"mobile_hipri,5,0,3"</item>
+ <item>"mobile_dun,4,0,5"</item>
+ <item>"bluetooth,7,7,3"</item>
+ <item>"mobile_hipri,5,0,4"</item>
+ </string-array>
+
+ <!-- This string array should be overridden by the device to present a list of radio
+ attributes. This is used by the connectivity manager to decide which networks can coexist
+ based on the hardware -->
+ <!-- An Array of "[ConnectivityManager connectionType],
+ [# simultaneous connection types]" -->
+ <string-array translatable="false" name="radioAttributes">
+ <item>"1,1"</item>
+ <item>"0,1"</item>
+ <item>"7,1"</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable