blob: 79b21551a76e2f9342124d8d6fabe192a76c5275 [file] [log] [blame]
Bernardo Rufino2b7e5912021-11-29 10:22:15 +00001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 7.1.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="7.1.0-dev">
3
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=" final String component = Settings.Secure.getString(getContentResolver(),"
8 errorLine2=" ~~~~~~~~~">
9 <location
10 file="frameworks/base/core/java/com/android/internal/accessibility/dialog/AccessibilityButtonChooserActivity.java"
11 line="60"
12 column="42"/>
13 </issue>
14
15 <issue
16 id="NonUserGetterCalled"
17 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
18 errorLine1=" return Settings.Secure.getInt(context.getContentResolver(),"
19 errorLine2=" ~~~~~~">
20 <location
21 file="frameworks/base/core/java/com/android/internal/accessibility/util/AccessibilityStatsLogUtils.java"
22 line="188"
23 column="32"/>
24 </issue>
25
26 <issue
27 id="NonUserGetterCalled"
28 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
29 errorLine1=" return Settings.Secure.getInt(context.getContentResolver(),"
30 errorLine2=" ~~~~~~">
31 <location
32 file="frameworks/base/core/java/com/android/internal/accessibility/util/AccessibilityStatsLogUtils.java"
33 line="194"
34 column="32"/>
35 </issue>
36
37 <issue
38 id="NonUserGetterCalled"
39 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
40 errorLine1=" return Settings.Secure.getInt(context.getContentResolver(),"
41 errorLine2=" ~~~~~~">
42 <location
43 file="frameworks/base/core/java/com/android/internal/app/AssistUtils.java"
44 line="216"
45 column="24"/>
46 </issue>
47
48 <issue
49 id="NonUserGetterCalled"
50 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
51 errorLine1=" * volume, false otherwise."
52 errorLine2=" ~~~~~~">
53 <location
54 file="frameworks/base/media/java/android/media/AudioManager.java"
55 line="1028"
56 column="22"/>
57 </issue>
58
59 <issue
60 id="NonUserGetterCalled"
61 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
62 errorLine1=" public final boolean isEnabled() {"
63 errorLine2=" ^">
64 <location
65 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
66 line="70"
67 column="38"/>
68 </issue>
69
70 <issue
71 id="NonUserGetterCalled"
72 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
73 errorLine1=" public final String getRawLocale() {"
74 errorLine2=" ^">
75 <location
76 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
77 line="81"
78 column="40"/>
79 </issue>
80
81 <issue
82 id="NonUserGetterCalled"
83 message="`android.provider.Settings.Secure#getFloat()` called from system process. Please call `android.provider.Settings.Secure#getFloatForUser()` instead. "
84 errorLine1=" public final float getFontScale() {"
85 errorLine2=" ^">
86 <location
87 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
88 line="111"
89 column="39"/>
90 </issue>
91
92 <issue
93 id="NonUserGetterCalled"
94 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
95 errorLine1=" public int getRawUserStyle() {"
96 errorLine2=" ^">
97 <location
98 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
99 line="120"
100 column="34"/>
101 </issue>
102
103 <issue
104 id="NonUserGetterCalled"
105 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
106 errorLine1=" final int foregroundColor = Secure.getInt("
107 errorLine2=" ~~~~~~">
108 <location
109 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
110 line="478"
111 column="24"/>
112 </issue>
113
114 <issue
115 id="NonUserGetterCalled"
116 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
117 errorLine1=" final int backgroundColor = Secure.getInt("
118 errorLine2=" ~~~~~~">
119 <location
120 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
121 line="480"
122 column="24"/>
123 </issue>
124
125 <issue
126 id="NonUserGetterCalled"
127 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
128 errorLine1=" final int edgeType = Secure.getInt("
129 errorLine2=" ~~~~~~">
130 <location
131 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
132 line="482"
133 column="17"/>
134 </issue>
135
136 <issue
137 id="NonUserGetterCalled"
138 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
139 errorLine1=" final int edgeColor = Secure.getInt("
140 errorLine2=" ~~~~~~">
141 <location
142 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
143 line="484"
144 column="18"/>
145 </issue>
146
147 <issue
148 id="NonUserGetterCalled"
149 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
150 errorLine1=" final int windowColor = Secure.getInt("
151 errorLine2=" ~~~~~~">
152 <location
153 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
154 line="486"
155 column="20"/>
156 </issue>
157
158 <issue
159 id="NonUserGetterCalled"
160 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
161 errorLine1=" String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE);"
162 errorLine2=" ~~~~~~~~~">
163 <location
164 file="frameworks/base/core/java/android/view/accessibility/CaptioningManager.java"
165 line="489"
166 column="17"/>
167 </issue>
168
169 <issue
170 id="NonUserGetterCalled"
171 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
172 errorLine1=" String nearbyComponent = Settings.Secure.getString("
173 errorLine2=" ~~~~~~~~~">
174 <location
175 file="frameworks/base/core/java/com/android/internal/app/ChooserActivity.java"
176 line="1156"
177 column="26"/>
178 </issue>
179
180 <issue
181 id="NonUserGetterCalled"
182 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
183 errorLine1=" final ContentResolver cr = context.getContentResolver();"
184 errorLine2=" ~~~~~~">
185 <location
186 file="frameworks/base/core/java/android/hardware/display/ColorDisplayManager.java"
187 line="587"
188 column="40"/>
189 </issue>
190
191 <issue
192 id="NonUserGetterCalled"
193 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
194 errorLine1=" return Secure.getInt(cr, Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, 0) == 1"
195 errorLine2=" ~~~~~~">
196 <location
197 file="frameworks/base/core/java/android/hardware/display/ColorDisplayManager.java"
198 line="588"
199 column="68"/>
200 </issue>
201
202 <issue
203 id="NonUserGetterCalled"
204 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
205 errorLine1=" int inversionEnabled = Settings.Secure.getInt(contentResolver,"
206 errorLine2=" ~~~~~~">
207 <location
208 file="frameworks/base/core/java/android/security/ConfirmationPrompt.java"
209 line="220"
210 column="40"/>
211 </issue>
212
213 <issue
214 id="NonUserGetterCalled"
215 message="`android.provider.Settings.System#getFloat()` called from system process. Please call `android.provider.Settings.System#getFloatForUser()` instead. "
216 errorLine1=" float fontScale = Settings.System.getFloat(contentResolver,"
217 errorLine2=" ~~~~~~~~">
218 <location
219 file="frameworks/base/core/java/android/security/ConfirmationPrompt.java"
220 line="225"
221 column="35"/>
222 </issue>
223
224 <issue
225 id="NonUserGetterCalled"
226 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
227 errorLine1=" int a11yEnabled = Settings.Secure.getInt(contentResolver,"
228 errorLine2=" ~~~~~~">
229 <location
230 file="frameworks/base/core/java/android/security/ConfirmationPrompt.java"
231 line="237"
232 column="39"/>
233 </issue>
234
235 <issue
236 id="NonUserGetterCalled"
237 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
238 errorLine1=" Secure.getInt(resolver, Secure.RELEASE_COMPRESS_BLOCKS_ON_INSTALL, 1) != 0;"
239 errorLine2=" ~~~~~~">
240 <location
241 file="frameworks/base/core/java/com/android/internal/content/F2fsUtils.java"
242 line="96"
243 column="16"/>
244 </issue>
245
246 <issue
247 id="NonUserGetterCalled"
248 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
249 errorLine1=" int speed = DEFAULT_POINTER_SPEED;"
250 errorLine2=" ~~~~~~">
251 <location
252 file="frameworks/base/core/java/android/hardware/input/InputManager.java"
253 line="865"
254 column="22"/>
255 </issue>
256
257 <issue
258 id="NonUserGetterCalled"
259 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
260 errorLine1=" final ContentResolver contentResolver = fallbackContext.getContentResolver();"
261 errorLine2=" ~~~~~~~~~">
262 <location
263 file="frameworks/base/core/java/android/view/inputmethod/InputMethodManager.java"
264 line="2860"
265 column="60"/>
266 </issue>
267
268 <issue
269 id="NonUserGetterCalled"
270 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
271 errorLine1=" if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) {"
272 errorLine2=" ^">
273 <location
274 file="frameworks/base/core/java/android/inputmethodservice/InputMethodService.java"
275 line="1205"
276 column="79"/>
277 </issue>
278
279 <issue
280 id="NonUserGetterCalled"
281 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
282 errorLine1=" if (showImeWithHardKeyboardUri.equals(uri)) {"
283 errorLine2=" ^">
284 <location
285 file="frameworks/base/core/java/android/inputmethodservice/InputMethodService.java"
286 line="1225"
287 column="54"/>
288 </issue>
289
290 <issue
291 id="NonUserGetterCalled"
292 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
293 errorLine1=" RemoteViews.MARGIN_BOTTOM, 0);"
294 errorLine2=" ~~~~~~">
295 <location
296 file="frameworks/base/core/java/android/app/Notification.java"
297 line="5619"
298 column="29"/>
299 </issue>
300
301 <issue
302 id="NonUserGetterCalled"
303 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
304 errorLine1=" return Settings.Secure.getInt(context.getContentResolver(),"
305 errorLine2=" ~~~~~~">
306 <location
307 file="frameworks/base/core/java/android/hardware/biometrics/ParentalControlsUtilsInternal.java"
308 line="40"
309 column="20"/>
310 </issue>
311
312 <issue
313 id="NonUserGetterCalled"
314 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
315 errorLine1=" return Settings.Secure.getInt(mContext.getContentResolver(),"
316 errorLine2=" ~~~~~~">
317 <location
318 file="frameworks/base/core/java/com/android/internal/policy/PhoneFallbackEventHandler.java"
319 line="328"
320 column="32"/>
321 </issue>
322
323 <issue
324 id="NonUserGetterCalled"
325 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
326 errorLine1=" boolean isTvSetupComplete = Settings.Secure.getInt(getContext().getContentResolver(),"
327 errorLine2=" ~~~~~~">
328 <location
329 file="frameworks/base/core/java/com/android/internal/policy/PhoneWindow.java"
330 line="3129"
331 column="29"/>
332 </issue>
333
334 <issue
335 id="NonUserGetterCalled"
336 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
337 errorLine1=" isTvSetupComplete &amp;= Settings.Secure.getInt(getContext().getContentResolver(),"
338 errorLine2=" ~~~~~~">
339 <location
340 file="frameworks/base/core/java/com/android/internal/policy/PhoneWindow.java"
341 line="3131"
342 column="22"/>
343 </issue>
344
345 <issue
346 id="NonUserGetterCalled"
347 message="`android.provider.Settings.System#getString()` called from system process. Please call `android.provider.Settings.System#getStringForUser()` instead. "
348 errorLine1=" final String touchDataJson = Settings.System.getString("
349 errorLine2=" ~~~~~~~~~">
350 <location
351 file="frameworks/base/core/java/com/android/internal/app/PlatLogoActivity.java"
352 line="184"
353 column="58"/>
354 </issue>
355
356 <issue
357 id="NonUserGetterCalled"
358 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
359 errorLine1=" return Settings.Secure.getInt(mContext.getContentResolver(), name, 0) == 1;"
360 errorLine2=" ~~~~~~">
361 <location
362 file="frameworks/base/core/java/android/service/quickaccesswallet/QuickAccessWalletClientImpl.java"
363 line="463"
364 column="8"/>
365 </issue>
366
367 <issue
368 id="NonUserGetterCalled"
369 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
370 errorLine1=" String comp = Settings.Secure.getString(cr, Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT);"
371 errorLine2=" ~~~~~~~~~">
372 <location
373 file="frameworks/base/core/java/android/service/quickaccesswallet/QuickAccessWalletServiceInfo.java"
374 line="97"
375 column="23"/>
376 </issue>
377
378 <issue
379 id="NonUserGetterCalled"
380 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
381 errorLine1=" final String setting = getDefaultRingtoneSetting(type);"
382 errorLine2=" ~~~~~~">
383 <location
384 file="frameworks/base/media/java/android/media/RingtoneManager.java"
385 line="1105"
386 column="45"/>
387 </issue>
388
389 <issue
390 id="NonUserGetterCalled"
391 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
392 errorLine1=" final String targetString = Settings.Secure.getString(context.getContentResolver(),"
393 errorLine2=" ~~~~~~~~~">
394 <location
395 file="frameworks/base/core/java/com/android/internal/accessibility/util/ShortcutUtils.java"
396 line="55"
397 column="45"/>
398 </issue>
399
400 <issue
401 id="NonUserGetterCalled"
402 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
403 errorLine1=" final String targetsValue = Settings.Secure.getString(context.getContentResolver(),"
404 errorLine2=" ~~~~~~~~~">
405 <location
406 file="frameworks/base/core/java/com/android/internal/accessibility/util/ShortcutUtils.java"
407 line="82"
408 column="45"/>
409 </issue>
410
411 <issue
412 id="NonUserGetterCalled"
413 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
414 errorLine1=" final String targetString = Settings.Secure.getString(context.getContentResolver(),"
415 errorLine2=" ~~~~~~~~~">
416 <location
417 file="frameworks/base/core/java/com/android/internal/accessibility/util/ShortcutUtils.java"
418 line="112"
419 column="45"/>
420 </issue>
421
422 <issue
423 id="NonUserGetterCalled"
424 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
425 errorLine1=" String serviceComponent = Settings.Secure.getString(mContext.getContentResolver(),"
426 errorLine2=" ~~~~~~~~~">
427 <location
428 file="frameworks/base/core/java/android/speech/SpeechRecognizer.java"
429 line="665"
430 column="3"/>
431 </issue>
432
433 <issue
434 id="NonUserGetterCalled"
435 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
436 errorLine1=" boolean cap = System.getInt(resolver, System.TEXT_AUTO_CAPS, 1) > 0;"
437 errorLine2=" ~~~~~~">
438 <location
439 file="frameworks/base/core/java/android/text/method/TextKeyListener.java"
440 line="296"
441 column="30"/>
442 </issue>
443
444 <issue
445 id="NonUserGetterCalled"
446 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
447 errorLine1=" boolean text = System.getInt(resolver, System.TEXT_AUTO_REPLACE, 1) > 0;"
448 errorLine2=" ~~~~~~">
449 <location
450 file="frameworks/base/core/java/android/text/method/TextKeyListener.java"
451 line="297"
452 column="31"/>
453 </issue>
454
455 <issue
456 id="NonUserGetterCalled"
457 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
458 errorLine1=" boolean period = System.getInt(resolver, System.TEXT_AUTO_PUNCTUATE, 1) > 0;"
459 errorLine2=" ~~~~~~">
460 <location
461 file="frameworks/base/core/java/android/text/method/TextKeyListener.java"
462 line="298"
463 column="33"/>
464 </issue>
465
466 <issue
467 id="NonUserGetterCalled"
468 message="`android.provider.Settings.System#getInt()` called from system process. Please call `android.provider.Settings.System#getIntForUser()` instead. "
469 errorLine1=" boolean pw = System.getInt(resolver, System.TEXT_SHOW_PASSWORD, 1) > 0;"
470 errorLine2=" ~~~~~~">
471 <location
472 file="frameworks/base/core/java/android/text/method/TextKeyListener.java"
473 line="299"
474 column="29"/>
475 </issue>
476
477 <issue
478 id="NonUserGetterCalled"
479 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
480 errorLine1=" return Settings.Secure.getInt(getContentResolver(), name, defaultValue);"
481 errorLine2=" ~~~~~~">
482 <location
483 file="frameworks/base/core/java/android/speech/tts/TextToSpeechService.java"
484 line="422"
485 column="24"/>
486 </issue>
487
488 <issue
489 id="NonUserGetterCalled"
490 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
491 errorLine1=" return Settings.Secure.getInt(getContext().getContentResolver(),"
492 errorLine2=" ~~~~~~">
493 <location
494 file="frameworks/base/core/java/com/android/internal/accessibility/dialog/ToggleAllowListingFeatureTarget.java"
495 line="63"
496 column="24"/>
497 </issue>
498
499 <issue
500 id="NonUserGetterCalled"
501 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
502 errorLine1=" String engine = getString(mContext.getContentResolver(),"
503 errorLine2=" ~~~~~~~~~">
504 <location
505 file="frameworks/base/core/java/android/speech/tts/TtsEngines.java"
506 line="116"
507 column="17"/>
508 </issue>
509
510 <issue
511 id="NonUserGetterCalled"
512 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
513 errorLine1=" getString(mContext.getContentResolver(), Settings.Secure.TTS_DEFAULT_LOCALE));"
514 errorLine2=" ~~~~~~~~~">
515 <location
516 file="frameworks/base/core/java/android/speech/tts/TtsEngines.java"
517 line="337"
518 column="9"/>
519 </issue>
520
521 <issue
522 id="NonUserGetterCalled"
523 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
524 errorLine1=" getString(mContext.getContentResolver(), Settings.Secure.TTS_DEFAULT_LOCALE),"
525 errorLine2=" ~~~~~~~~~">
526 <location
527 file="frameworks/base/core/java/android/speech/tts/TtsEngines.java"
528 line="373"
529 column="13"/>
530 </issue>
531
532 <issue
533 id="NonUserGetterCalled"
534 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
535 errorLine1=" final String prefList = Settings.Secure.getString(mContext.getContentResolver(),"
536 errorLine2=" ~~~~~~~~~">
537 <location
538 file="frameworks/base/core/java/android/speech/tts/TtsEngines.java"
539 line="527"
540 column="41"/>
541 </issue>
542
543 <issue
544 id="NonUserGetterCalled"
545 message="`android.provider.Settings.Secure#getInt()` called from system process. Please call `android.provider.Settings.Secure#getIntForUser()` instead. "
546 errorLine1=" }"
547 errorLine2=" ^">
548 <location
549 file="frameworks/base/core/java/android/service/autofill/UserData.java"
550 line="535"
551 column="10"/>
552 </issue>
553
554 <issue
555 id="NonUserGetterCalled"
556 message="`android.provider.Settings.Secure#getString()` called from system process. Please call `android.provider.Settings.Secure#getStringForUser()` instead. "
557 errorLine1=" public static boolean isActiveService(Context context, ComponentName service) {"
558 errorLine2=" ~~~~~~~~~">
559 <location
560 file="frameworks/base/core/java/android/service/voice/VoiceInteractionService.java"
561 line="156"
562 column="74"/>
563 </issue>
564
565</issues>