summaryrefslogtreecommitdiff
path: root/services/companion/lint-baseline.xml
blob: 020126f75ea0b843a9d550debc470711cbbcd6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">

    <issue
        id="NonUserGetterCalled"
        message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
        errorLine1="            String setting = Settings.Secure.getString(getContext().getContentResolver(),"
        errorLine2="             ~~~~~~~~~">
        <location
            file="frameworks/base/services/companion/java/com/android/server/companion/CompanionDeviceManagerService.java"
            line="590"
            column="14"/>
    </issue>

</issues>