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

Commit 16264efb authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add javadoc for autoTransact parameter" into main

parents 01b4bd4b 4f482f4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -723,6 +723,7 @@ public final class ApduServiceInfo implements Parcelable {
     * delivered to {@link HostApduService#processPollingFrames(List)}. Adding a key with this
     * multiple times will cause the value to be overwritten each time.
     * @param pollingLoopFilter the polling loop filter to add, must be a valid hexadecimal string
     * @param autoTransact whether Observe Mode should be disabled when this filter matches or not
     */
    @FlaggedApi(Flags.FLAG_NFC_READ_POLLING_LOOP)
    public void addPollingLoopFilter(@NonNull String pollingLoopFilter,
@@ -747,6 +748,7 @@ public final class ApduServiceInfo implements Parcelable {
     * multiple times will cause the value to be overwritten each time.
     * @param pollingLoopPatternFilter the polling loop pattern filter to add, must be a valid
     *                                regex to match a hexadecimal string
     * @param autoTransact whether Observe Mode should be disabled when this filter matches or not
     */
    @FlaggedApi(Flags.FLAG_NFC_READ_POLLING_LOOP)
    public void addPollingLoopPatternFilter(@NonNull String pollingLoopPatternFilter,