1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">
3
4    <issue
5        id="FlaggedApi"
6        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`)"
7        errorLine1="            mExecutor.execute(() -> listener.onForegroundImportanceChanged(isForeground));"
8        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/SdkSandboxController.java"
11            line="351"
12            column="37"/>
13    </issue>
14
15    <issue
16        id="FlaggedApi"
17        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`)"
18        errorLine1="            mExecutor.execute(() -> listener.onForegroundImportanceChanged(isForeground));"
19        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/sdkprovider/SdkSandboxController.java"
22            line="342"
23            column="37"/>
24    </issue>
25
26</issues>
27