From 0259946b0e8692d51fcde0c6167c43de57d150c2 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Tue, 2 Aug 2011 11:34:10 -0700 Subject: Add tethering and connectivity manager options. 1. Add BT, USB tethering 2. Add connectivity manager coex options. If any of these change in the device variants, these need to be moved to device variant files. Change-Id: I4174462a1383e25c44225e2ef14eb52e00e1c9ed --- .../frameworks/base/core/res/res/values/config.xml | 54 +++++++++++++++++++++- 1 file changed, 52 insertions(+), 2 deletions(-) (limited to 'overlay') diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index a6a0779..a10092d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -83,13 +83,63 @@ 0 + + + + + + + "wifi,1,1,1,-1,true" + "mobile,0,0,0,-1,true" + "mobile_mms,2,0,2,60000,true" + "mobile_supl,3,0,2,60000,true" + "mobile_hipri,5,0,3,60000,true" + "mobile_bluetooth,7,7,1,-1,true" + + + + + "1,1" + "0,1" + "7,1" + + + + + "usb0" + + + Wifi interfaces. If the device doesn't want to support tethering over Wifi this + should be empty. An example would be "softap.*" --> "wlan0" + + + "bnep\\d" + + + + + + 0 + 1 + 5 + 7 + + true -- cgit v1.1