mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
67 lines
3.1 KiB
XML
67 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 3.5.0" client="gradle" variant="all" version="3.5.0">
|
|
|
|
<issue
|
|
id="ObsoleteLintCustomCheck"
|
|
message="Lint found one or more custom checks that could not be loaded. The most likely reason for this is that it is using an older, incompatible or unsupported API in lint. Make sure these lint checks are updated to the new APIs. The issue registry class is com.lint.CustomIssueRegistry. The class loading issue is com/android/tools/lint/detector/api/Detector$JavaPsiScanner: ClassLoader.defineClass1(ClassLoader.java:-2)←ClassLoader.defineClass(ClassLoader.java:763)←ClassLoader.defineClass(ClassLoader.java:642)←UrlClassLoader._defineClass(UrlClassLoader.java:306)←UrlClassLoader.defineClass(UrlClassLoader.java:302)←UrlClassLoader._findClass(UrlClassLoader.java:271)←UrlClassLoader.findClass(UrlClassLoader.java:254)←ClassLoader.loadClass(ClassLoader.java:424)">
|
|
<location
|
|
file="..\..\..\.android\lint\customlint.jar"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="OldTargetApi"
|
|
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
|
|
errorLine1=" targetSdkVersion 28"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="build.gradle"
|
|
line="74"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedAttribute"
|
|
message="Attribute `networkSecurityConfig` is only used in API level 24 and higher (current min is 15)"
|
|
errorLine1=" android:networkSecurityConfig="@xml/network_security_config""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\AndroidManifest.xml"
|
|
line="25"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ExportedContentProvider"
|
|
message="Exported content providers can provide access to potentially sensitive data"
|
|
errorLine1=" <provider"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src\main\AndroidManifest.xml"
|
|
line="168"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="AllowBackup"
|
|
message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
|
|
errorLine1=" <application"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\AndroidManifest.xml"
|
|
line="19"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnpackedNativeCode"
|
|
message="Missing attribute android:extractNativeLibs="false" on the `<application>` tag."
|
|
errorLine1=" <application"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src\main\AndroidManifest.xml"
|
|
line="19"
|
|
column="3"/>
|
|
</issue>
|
|
|
|
</issues>
|