diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-01-28 09:05:16 +0700 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-06 16:11:55 -0700 |
commit | a4cd363d082c8c67c63d7fff46eb214b1fab9ac6 (patch) | |
tree | 3cb475d873736850feda3a16307fb62bcec53b30 /target/product | |
parent | 0d1091746965a86b69427d2b55a53c7021143549 (diff) | |
download | build-a4cd363d082c8c67c63d7fff46eb214b1fab9ac6.zip build-a4cd363d082c8c67c63d7fff46eb214b1fab9ac6.tar.gz build-a4cd363d082c8c67c63d7fff46eb214b1fab9ac6.tar.bz2 |
Disable dataroaming by default
The property is removed so that the property in vendor/cm can
take effect
Change-Id: Iefadc1a6e71cbf92ecb7363c953f4b5a82064446
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/full_base_telephony.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |