diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-08-30 20:59:23 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-08-30 20:59:23 +0200 |
commit | 9c771c99047a01a7cdcd42cfdad83e6fc6db906d (patch) | |
tree | 6d6b30d5e26a509a5102ecdb5cddf33786619931 | |
parent | c900f9536bdd96c8cdb3ceedf28b1f9231c748fc (diff) | |
download | device_samsung_crespo-9c771c99047a01a7cdcd42cfdad83e6fc6db906d.zip device_samsung_crespo-9c771c99047a01a7cdcd42cfdad83e6fc6db906d.tar.gz device_samsung_crespo-9c771c99047a01a7cdcd42cfdad83e6fc6db906d.tar.bz2 |
set default network GSM auto (PLR)
Change-Id: I78951433fdccb31c22e8ac3ace93008a1a2c2896
-rw-r--r-- | device.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ PRODUCT_COPY_FILES += \ device/samsung/crespo/gps.xml:system/vendor/etc/gps.xml \ device/samsung/crespo/gps.conf:system/etc/gps.conf +PRODUCT_PROPERTY_OVERRIDES += \ + ro.telephony.default_network=3 + $(call inherit-product, device/samsung/crespo/device_base.mk) # See comment at the top of this file. This is where the other |