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

Commit 7c0eb6ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add to javadoc for onAidConflictOccurred to clarify what can be done to...

Merge "Add to javadoc for onAidConflictOccurred to clarify what can be done to recitify that error." into main am: dab4a553 am: b5d00aeb

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



Change-Id: Ica8c266fc0e2b56154959abcd4d6d46fd7a1d92e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6f7ba915 b5d00aeb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1327,7 +1327,10 @@ public final class CardEmulation {

        /**
         * This method is called when an AID conflict is detected during an NFC transaction. This
         * can happen when multiple services are registered for the same AID.
         * can happen when multiple services are registered for the same AID. If your service is
         * registered for this AID you may want to instruct users to bring your app to the
         * foreground and ensure you call {@link #setPreferredService(Activity, ComponentName)}
         * to ensure the transaction is routed to your service.
         *
         * @param aid The AID that is in conflict
         */