blob: 020126f75ea0b843a9d550debc470711cbbcd6e2 [file] [log] [blame]
Songchun Fan3e5d3842021-08-24 19:07:24 +00001<?xml version="1.0" encoding="UTF-8"?>
Cole Faust22cb5122024-01-10 12:30:36 -08002<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01">
Songchun Fan3e5d3842021-08-24 19:07:24 +00003
4 <issue
5 id="NonUserGetterCalled"
6 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
7 errorLine1=" String setting = Settings.Secure.getString(getContext().getContentResolver(),"
8 errorLine2=" ~~~~~~~~~">
9 <location
10 file="frameworks/base/services/companion/java/com/android/server/companion/CompanionDeviceManagerService.java"
11 line="590"
12 column="14"/>
13 </issue>
14
Cole Faust22cb5122024-01-10 12:30:36 -080015</issues>