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

Commit 3ed7c2ad authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add max_allowed_data_mode for device config" into main

parents 2be72ae9 98e395b9
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>