diff options
| author | 2011-05-04 16:50:10 -0700 | |
|---|---|---|
| committer | 2011-05-04 16:50:10 -0700 | |
| commit | aacd80fd87bc08c410853a044967c8f7b417f089 (patch) | |
| tree | e3b071b21f3ba254d9ae5a042bd9c2ddf34ec0a3 | |
| parent | 7d513652380ec4e1760e1f253d3630e4fdeb0ee5 (diff) | |
Fix build break.
Change-Id: Ic61448f468fb97a2ae032bf5782b33ed8972e20f
| -rwxr-xr-x | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index f116025bf999..32249730a60c 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -154,8 +154,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> |