diff options
author | John Huang <jsh@google.com> | 2011-08-11 18:23:13 -0700 |
---|---|---|
committer | John Huang <jsh@google.com> | 2011-08-11 18:23:13 -0700 |
commit | 8c5c452c89071cb2880b6af6cf4c727f68b623ad (patch) | |
tree | 9bf16bf405f6a9d0d8125339838921f7ad5aa08b /overlay/frameworks/base | |
parent | fb0c56aef472011fa7ada903d07c6854390085e5 (diff) | |
download | device_samsung_tuna-8c5c452c89071cb2880b6af6cf4c727f68b623ad.zip device_samsung_tuna-8c5c452c89071cb2880b6af6cf4c727f68b623ad.tar.gz device_samsung_tuna-8c5c452c89071cb2880b6af6cf4c727f68b623ad.tar.bz2 |
Add networkAttributes for fota, ims and cbs.
bug: 5097236
Change-Id: I9da358281ba477fe1260a2696c44592bdb291d1b
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 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 fd564ff..d76b2fe 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -99,6 +99,9 @@ <item>"mobile_supl,3,0,2,60000,true"</item> <item>"mobile_hipri,5,0,3,60000,true"</item> <item>"mobile_bluetooth,7,7,1,-1,true"</item> + <item>"mobile_fota,10,0,2,60000,true"</item> + <item>"mobile_ims,11,0,2,-1,true"</item> + <item>"mobile_cbs,12,0,2,60000,false"</item> </string-array> <!-- An Array of "[ConnectivityManager connectionType], |