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

Commit 460bda4e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Added dynamic route location update support for type-F technology...

Merge "Added dynamic route location update support for type-F technology through overrideRoutingTable API." into main am: ef19a5d7

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3175539



Change-Id: Ia393d99f454f0ae15f50ffdf3744492ec83d9cfb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 13ee1db0 ef19a5d7
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.