diff options
| author | Gary Jian <garyjian@google.com> | 2019-12-04 19:35:44 +0800 |
|---|---|---|
| committer | Gary Jian <garyjian@google.com> | 2019-12-05 10:12:36 +0000 |
| commit | 99d489e6f6d097e90cc2a5d7d10ea5db3d6059a2 (patch) | |
| tree | b389ab5c92d8256bf074919957ff52a46adb86fe /product.prop | |
| parent | cf96f8cc869e323f88048117f86650f989267e40 (diff) | |
Setting the default preferred network mode to 27
Setting the preferred network mode to Global by default
(NR 5G, LTE, CDMA, EvDo, GSM and WCDMA)
porting from ag/9445768
Bug: 140853630
Test: build pass and sanity test
Change-Id: I1be72024e7837ad5ac28629fd3f0851ff12cd768
Diffstat (limited to 'product.prop')
| -rw-r--r-- | product.prop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/product.prop b/product.prop index 9d1a4731..770a42c0 100644 --- a/product.prop +++ b/product.prop @@ -10,8 +10,8 @@ persist.rild.nitz_short_ons_2= persist.rild.nitz_short_ons_3= DEVICE_PROVISIONED=1 -# Set network mode to Global by default and no DSDS/DSDA -ro.telephony.default_network=10 +# Set network mode to Global (NR 5G, LTE, CDMA, EvDo, GSM and WCDMA) by default and no DSDS/DSDA +ro.telephony.default_network=27 debug.sf.hw=1 debug.gralloc.enable_fb_ubwc=1 |
