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

Commit 555bee27 authored by Brad Lassey's avatar Brad Lassey
Browse files

Add to javadoc for onAidConflictOccurred to clarify what can be done to

recitify that error.

Bug: 383352307
Test: javadoc only change
Flag: EXEMPT javadoc only change
Change-Id: I895e1e1f4587f775a5b7248c7db40b6912de89b3
parent 4d3c3dc2
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
         */