summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-05-04 16:59:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-04 16:59:47 -0700
commita9faac5554bd8ad4f9e81e719288c9900d708c52 (patch)
tree2c7b0df00d65b7c4e0d33ce4b231848b21f86a1a
parent588f280fe099dc5b18f15124ffb035fc1f5ef2f1 (diff)
parent5673c13b51bc4719d9a1afceb1aeb4743e86e230 (diff)
downloadframeworks_base-a9faac5554bd8ad4f9e81e719288c9900d708c52.zip
frameworks_base-a9faac5554bd8ad4f9e81e719288c9900d708c52.tar.gz
frameworks_base-a9faac5554bd8ad4f9e81e719288c9900d708c52.tar.bz2
am 5673c13b: am aacd80fd: Fix build break.
* commit '5673c13b51bc4719d9a1afceb1aeb4743e86e230': Fix build break.
-rwxr-xr-xcore/res/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 565f183..620d293 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -150,8 +150,8 @@
does not require auto-restore. -->
<!-- the 6th element indicates boot-time dependency-met value. -->
<string-array translatable="false" name="networkAttributes">
- <item>"wifi,1,1,1,true"</item>
- <item>"mobile,0,0,0,true"</item>
+ <item>"wifi,1,1,1,-1,true"</item>
+ <item>"mobile,0,0,0,-1,true"</item>
<item>"mobile_mms,2,0,2,60000,true"</item>
<item>"mobile_supl,3,0,2,60000,true"</item>
<item>"mobile_hipri,5,0,3,60000,true"</item>