From 8d27f20ac2d5ccbeacb66502309666e0db0ea268 Mon Sep 17 00:00:00 2001 From: Robert Greenwalt Date: Wed, 8 Feb 2012 10:52:21 -0800 Subject: Add a config to set Dun capabilities. Since CDMA doesn't use APN settings there was no place to say what a cdma device's DUN connection would support, so by default normal device originating traffic would be blocked on a tethering single-connection device. With this change you can (via overlay) say that it supports everything so mms and on-device browsing/email will still work even when on a dun connection. The reason to allow both: some carriers will charge per byte for dun access and so they don't want lots of non-tethering traffic used (costs the user alot) but other carriers just use a dun connection to limit access to tethering, but once there give unlimited data, so it makes sense to support everything there. bug:5972599 Change-Id: I78fd7f3ac63c51a0560b659ed5ec219b10a93f8d --- core/res/res/values/config.xml | 7 +++++++ .../telephony/cdma/CdmaDataConnectionTracker.java | 21 +++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 5eb09e6fb880..37a8edb9a0a2 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -227,6 +227,13 @@ 4 + + + + + + +