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

Commit 564eb477 authored by Qingqi Lei's avatar Qingqi Lei
Browse files

Add resource config for optimizing ApduSender performance optimization.

The default value is false, which means the optimization will be disabled by default.

Bug: 393304737
Test: b/393304737#comment34
Change-Id: Ib65be2260e4c7ce3a13a111e40a4562cb08f2366
Flag: EXEMPT Adding new resource symbol, not flaggable
parent e7101f42
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -517,4 +517,9 @@
         capabilities. -->
    <string-array name="config_unsupported_network_capabilities" translatable="false"></string-array>
    <java-symbol type="array" name="config_unsupported_network_capabilities" />

    <!-- Whether to enable APDU sender optimization i.e. a logical channel is opened and
         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" />
</resources>