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

Commit 4e9db081 authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

telephony: Add overlay key for ESN tracker

1. Add property for ESN tracker;
2. Add overlay key to enabled ESN tracker.

Change-Id: I417ccc4571851c552060cf697eeb767b5acc0926
parent 620858b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2014,6 +2014,9 @@
        <item>Trying to turn on mobile data</item>
    </string-array>

    <!-- Configuartion to support ESN Tracker -->
    <bool name="config_telephony_ESN_Tracker_enabled">false</bool>

    <!-- Whether cpu boost is enabled for overscroller fling. -->
    <bool name="config_enableCpuBoostForOverScrollerFling">false</bool>

+3 −0
Original line number Diff line number Diff line
@@ -2140,6 +2140,9 @@
  <java-symbol type="array" name="origin_carrier_names" />
  <java-symbol type="array" name="locale_carrier_names" />

  <!-- Enabled ESN Tracker -->
  <java-symbol type="bool" name="config_telephony_ESN_Tracker_enabled" />

  <!-- Data Connectivity Error Configurations -->
  <java-symbol type="bool" name="config_reject_ggsn_perm_failure" />
  <java-symbol type="bool" name="config_protocol_errors_perm_failure" />
+5 −0
Original line number Diff line number Diff line
@@ -143,6 +143,11 @@ public interface TelephonyProperties
     */
    static final String PROPERTY_OTASP_NUM_SCHEMA = "ro.cdma.otaspnumschema";

    /**
     * Defines it is an OMH card or not.
     */
    static final String PROPERTY_RUIM_OMH_CARD = "ril.cdma.omhcard";

    /**
     * Disable all calls including Emergency call when it set to true.
     */