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

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

Merge "nfc(api): Suppress processPollingFrames lint error" into main am: cac3b99c am: 0c94776e

parents ad53f383 0c94776e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.annotation.FlaggedApi;
import android.annotation.NonNull;
import android.annotation.SdkConstant;
import android.annotation.SdkConstant.SdkConstantType;
import android.annotation.SuppressLint;
import android.app.Service;
import android.content.Intent;
import android.content.pm.PackageManager;
@@ -404,6 +405,7 @@ public abstract class HostApduService extends Service {
     *
     * @param frame A description of the polling frame.
     */
    @SuppressLint("OnNameExpected")
    @FlaggedApi(android.nfc.Flags.FLAG_NFC_READ_POLLING_LOOP)
    public void processPollingFrames(@NonNull List<PollingFrame> frame) {
    }