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

Commit 98e395b9 authored by youngtaecha's avatar youngtaecha Committed by Youngtae Cha
Browse files

Add max_allowed_data_mode for device config

Bug: 415277721
Test: Build
Flag: EXEMPT configuration change
Change-Id: I0a739c520e95fd6e0d96f0bf217fa60e90651ed4
parent f58b410c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -546,4 +546,10 @@
         kept open for multiple APDU commands within one session.-->
    <bool name="euicc_optimize_apdu_sender">false</bool>
    <java-symbol type="bool" name="euicc_optimize_apdu_sender" />

    <!-- Indicates the maximum allowed data mode specified by the OEMs. It ensures the entitled and
         carrier config overridden data mode by the carrier is within this value.
         Refer {@see CarrierConfigManager#SATELLITE_DATA_SUPPORT_MODE} to see the possible values -->
    <integer name="max_allowed_data_mode">1</integer>
    <java-symbol type="integer" name="max_allowed_data_mode" />
</resources>