summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-03 08:50:43 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-03 08:50:43 +0700
commit493ebed3bfec13503dd22dd364aa65a617806f72 (patch)
treea01406efbdc811a16bd9a82aa5bc9612c6909998 /overlay
parent8a915b2362295db379071e5fa56a87d1df39ea83 (diff)
downloaddevice_samsung_aries-common-493ebed3bfec13503dd22dd364aa65a617806f72.zip
device_samsung_aries-common-493ebed3bfec13503dd22dd364aa65a617806f72.tar.gz
device_samsung_aries-common-493ebed3bfec13503dd22dd364aa65a617806f72.tar.bz2
Fix bluetooth reverse tethering
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 8 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 20401eb..add5f62 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -142,6 +142,14 @@
<item>"wifi_p2p,13,1,0,-1,true"</item>
</string-array>
+ <!-- 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
USB interfaces. If the device doesn't want to support tething over USB this should
be empty. An example would be "usb.*" -->