<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">

    <issue
        id="FlaggedApi"
        message="Method `onForegroundImportanceChanged()` is a flagged API and should be inside an `if (Flags.sandboxClientImportanceListener())` check (or annotate the surrounding method `onForegroundImportanceChanged` with `@FlaggedApi(Flags.FLAG_SANDBOX_CLIENT_IMPORTANCE_LISTENER) to transfer requirement to caller`)"
        errorLine1="            mExecutor.execute(() -> listener.onForegroundImportanceChanged(isForeground));"
        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/SdkSandboxController.java"
            line="342"
            column="37"/>
    </issue>

    <issue
        id="FlaggedApi"
        message="Method `onForegroundImportanceChanged()` is a flagged API and should be inside an `if (Flags.sandboxClientImportanceListener())` check (or annotate the surrounding method `onForegroundImportanceChanged` with `@FlaggedApi(Flags.FLAG_SANDBOX_CLIENT_IMPORTANCE_LISTENER) to transfer requirement to caller`)"
        errorLine1="            mExecutor.execute(() -> listener.onForegroundImportanceChanged(isForeground));"
        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/SdkSandboxController.java"
            line="342"
            column="37"/>
    </issue>

</issues>
