fix: 首次提交
This commit is contained in:
15
SettingsLib/SchedulesProvider/lint-baseline.xml
Normal file
15
SettingsLib/SchedulesProvider/lint-baseline.xml
Normal file
@@ -0,0 +1,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="NewApi"
|
||||
message="Call requires API level 28 (current min is 21): `android.os.SystemProperties#getInt`"
|
||||
errorLine1=' if (SystemProperties.getInt("ro.debuggable", 0) == 1) {'
|
||||
errorLine2=" ~~~~~~">
|
||||
<location
|
||||
file="frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/SchedulesProvider.java"
|
||||
line="118"
|
||||
column="30"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
||||
Reference in New Issue
Block a user