summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2010-10-11 10:43:52 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2010-10-11 10:43:52 -0700
commite36d075122428885f8ccc0e64c28ff535f6cfe45 (patch)
tree525e675bc0a3c01d6b45d89236909d5f82c5d00c /overlay
parenta569dfb2ef460dc94483aaad35178da981a8abd2 (diff)
downloadstingray-e36d075122428885f8ccc0e64c28ff535f6cfe45.tar.gz
Turn on the DUN NAI for stingray.
bug:3082812 Change-Id: I124f7421bb2fc765ce1e9103086b3d906fd54964
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 4b098a6..e2aafef 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -69,7 +69,7 @@
</string-array>
<!-- Boolean indicating if we require the use of DUN on mobile for tethering -->
- <bool translatable="false" name="config_tether_dun_required">false</bool>
+ <bool translatable="false" name="config_tether_dun_required">true</bool>
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>