blob: 020126f75ea0b843a9d550debc470711cbbcd6e2 [file] [log] [blame]
<?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>