Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41990ea1 authored by Mengjun Leng's avatar Mengjun Leng Committed by Steve Kondik
Browse files

Telephony: Add a config item to control fetching APN from OMH card

Change-Id: I5c14a6870ea0767cc14ff3addeeb0828cc704a32
CRs-Fixed: 748148
parent 99c2a065
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2114,4 +2114,7 @@
    <!-- Setting to false will disable CM's IME switcher implementation for tablets -->
    <bool name="config_show_cmIMESwitcher">true</bool>

    <!-- Support for disabling to fetch APN from OMH card
         for some cdma carriers -->
    <bool name="config_fetch_apn_from_omh_card">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2225,4 +2225,5 @@
  <java-symbol type="string" name="adb_both_active_notification_title" />
  <java-symbol type="string" name="adb_active_generic_notification_message" />

  <java-symbol type="bool" name="config_fetch_apn_from_omh_card" />
</resources>