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 `onGetLegacyFallbackDisabledRoles()` is a flagged API and should be inside an `if (Flags.systemServerRoleControllerEnabled())` check (or annotate the surrounding method `getLegacyFallbackDisabledRoles` with `@FlaggedApi(Flags.FLAG_SYSTEM_SERVER_ROLE_CONTROLLER_ENABLED) to transfer requirement to caller`)"
7        errorLine1="                    List&lt;String> legacyFallbackDisabledRoles = onGetLegacyFallbackDisabledRoles();"
8        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="packages/modules/Permission/framework-s/java/android/app/role/RoleControllerService.java"
11            line="197"
12            column="64"/>
13    </issue>
14
15    <issue
16        id="FlaggedApi"
17        message="Method `onGetLegacyFallbackDisabledRoles()` is a flagged API and should be inside an `if (Flags.systemServerRoleControllerEnabled())` check (or annotate the surrounding method `getLegacyFallbackDisabledRoles` with `@FlaggedApi(Flags.FLAG_SYSTEM_SERVER_ROLE_CONTROLLER_ENABLED) to transfer requirement to caller`)"
18        errorLine1="                List&lt;String> legacyFallbackDisabledRoles = onGetLegacyFallbackDisabledRoles();"
19        errorLine2="                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/modules/Permission/framework-s/java/android/app/role/RoleControllerService.java"
22            line="189"
23            column="60"/>
24    </issue>
25
26</issues>
27