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

Commit edcd1584 authored by sai.shwethas's avatar sai.shwethas Committed by Sai Shweta S
Browse files

Added dynamic route location update support for type-F

technology through overrideRoutingTable API.

Bug: 351995508
Test: Manual Test, set tech route through overrideRoutingTable API.
Change-Id: I31fd1eecea128e17e8af9776e5c7c628d895b273
parent 9b0609b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -914,7 +914,8 @@ public final class CardEmulation {
      * otherwise a call to this method will fail and throw {@link SecurityException}.
      * @param activity The Activity that requests NFC controller routing table to be changed.
      * @param protocol ISO-DEP route destination, which can be "DH" or "UICC" or "ESE".
      * @param technology Tech-A, Tech-B route destination, which can be "DH" or "UICC" or "ESE".
      * @param technology Tech-A, Tech-B and Tech-F route destination, which can be "DH" or "UICC"
      * or "ESE".
      * @throws SecurityException if the caller is not the preferred NFC service
      * @throws IllegalArgumentException if the activity is not resumed or the caller is not in the
      * foreground, or both protocol route and technology route are null.