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>2014-02-15 13:36:02 +0100
commitc02b96f9b24df855e151f4b7a05d462d83068093 (patch)
tree329ed52c1172d452340c458ae258a83e09ddc76f
parent6015e525375d41e503f40c459d2dfdfdb5247fa2 (diff)
downloadbuild-c02b96f9b24df855e151f4b7a05d462d83068093.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 f98e9a2699..5ddb6d7656 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