summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-04-25 12:35:46 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-04-25 12:35:46 -0700
commit803a9aaf753b6bfe9a4c4745224f377c0c11bbb5 (patch)
treef6c6c1cf33790cc5c17c27021144011121529f39 /overlay
parentfbff20e58446522c1dbfed03adb7c9f3da608457 (diff)
downloaddevice_samsung_crespo-803a9aaf753b6bfe9a4c4745224f377c0c11bbb5.zip
device_samsung_crespo-803a9aaf753b6bfe9a4c4745224f377c0c11bbb5.tar.gz
device_samsung_crespo-803a9aaf753b6bfe9a4c4745224f377c0c11bbb5.tar.bz2
Add new networkAttribute parameter.
Dependencymet sets the default dep-met value for the network. Should be set to true unless you know what you're doing. Change-Id: Ic265763da2fca3c0fa26513474aad2e2911ced05
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 05090fd..d61dd5a 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -114,14 +114,14 @@
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->
<!-- An Array of "[Connection name],[ConnectivityManager connection type],
- [associated radio-type],[priority] -->
+ [associated radio-type],[priority],[dependency-met] -->
<string-array translatable="false" name="networkAttributes">
- <item>"wifi,1,1,1"</item>
- <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>"wifi,1,1,1,true"</item>
+ <item>"mobile,0,0,0,true"</item>
+ <item>"mobile_mms,2,0,2,true"</item>
+ <item>"mobile_supl,3,0,2,true"</item>
+ <item>"mobile_dun,4,0,4,true"</item>
+ <item>"mobile_hipri,5,0,3,true"</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable