aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-23 21:51:08 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-11-14 08:52:54 +0100
commit7355f199cf73c0d2b0ed545e7910e59b4421746d (patch)
tree04570b0dcac6a67a30bc0b217c245ee6126240f8
parentedb44d4fc23a77f07c2e6fa99b10c1bcf72e792c (diff)
downloadbuild-7355f199cf73c0d2b0ed545e7910e59b4421746d.tar.gz
full_base_telephony: Disable roaming by default
Roaming enabled by default can lead to nasty surprises especially on builds that get flashed over and over again (each time losing WiFi passwords...) Better default to turning it off. Change-Id: I71e3a432a4a221e1fb26b6c68198830fbb6705bd Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--target/product/full_base_telephony.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk
index 5899c8ca93..7a77b88efc 100644
--- a/target/product/full_base_telephony.mk
+++ b/target/product/full_base_telephony.mk
@@ -24,7 +24,7 @@ PRODUCT_PACKAGES := \
PRODUCT_PROPERTY_OVERRIDES := \
keyguard.no_require_sim=true \
- ro.com.android.dataroaming=true
+ ro.com.android.dataroaming=false
PRODUCT_COPY_FILES := \
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml