From a4cd363d082c8c67c63d7fff46eb214b1fab9ac6 Mon Sep 17 00:00:00 2001
From: Pawit Pornkitprasan
Date: Sat, 28 Jan 2012 09:05:16 +0700
Subject: Disable dataroaming by default
The property is removed so that the property in vendor/cm can
take effect
Change-Id: Iefadc1a6e71cbf92ecb7363c953f4b5a82064446
---
target/product/full_base_telephony.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'target/product')
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk
index 9a2c63a..4aa4415 100644
--- a/target/product/full_base_telephony.mk
+++ b/target/product/full_base_telephony.mk
@@ -20,8 +20,7 @@
# entirely appropriate to inherit from for on-device configurations.
PRODUCT_PROPERTY_OVERRIDES := \
- keyguard.no_require_sim=true \
- ro.com.android.dataroaming=true
+ keyguard.no_require_sim=true
PRODUCT_COPY_FILES := \
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
--
cgit v1.1