- Instantiable issue on RootService lint disabled for the time being
This commit is contained in:
Hamza Rizwan
2022-10-29 17:45:02 +05:30
parent ebc884e11b
commit de40b98de7
2 changed files with 15 additions and 0 deletions

View File

@ -39,6 +39,10 @@ android {
}
}
lintOptions {
disable "Instantiatable"
}
bundle {
language {
enableSplit = false

11
app/lint-baseline.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.3.1" type="baseline" client="gradle" dependencies="false"
name="AGP (7.3.1)" variant="fatal" version="7.3.1">
<issue id="Instantiatable" message="`RootService` must extend android.app.Service"
errorLine1=" android:name=&quot;.services.RootService&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location file="src/main/AndroidManifest.xml" line="561" column="27" />
</issue>
</issues>