summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-10-27 17:13:31 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-10-27 17:13:31 -0700
commit249789dc5d2c1bb913c7909fad79539636ba15fe (patch)
tree93a8149f44422d37adee4c73ba5552e4f6fdfe42 /overlay
parentf6a4fdd8219064bb0b05495ccf388520f566042d (diff)
downloaddevice_samsung_tuna-249789dc5d2c1bb913c7909fad79539636ba15fe.zip
device_samsung_tuna-249789dc5d2c1bb913c7909fad79539636ba15fe.tar.gz
device_samsung_tuna-249789dc5d2c1bb913c7909fad79539636ba15fe.tar.bz2
Update prime-u with DUN connection type.
Some carriers want DUN, so we need to track the connection. bug:5495862 Change-Id: I058e1406349b1ba595cc12546fd4da4add6335ea
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml1
1 files changed, 1 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 5e46866..55c3d45 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -128,6 +128,7 @@
<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_dun,4,0,3,60000,true"</item>
<item>"mobile_hipri,5,0,3,60000,true"</item>
<item>"mobile_bluetooth,7,7,1,-1,true"</item>
<item>"wifi_p2p,13,1,0,-1,true"</item>