libpdfviewer/app/lint.xml

17 lines
481 B
XML

<lint>
<!-- full backups are desired -->
<issue id="AllowBackup">
<ignore path="src/main/AndroidManifest.xml"/>
</issue>
<!-- Google app indexing doesn't make any sense for this app -->
<issue id="AppLinkUrlError">
<ignore path="src/main/AndroidManifest.xml"/>
</issue>
<!-- targetSandboxVersion unused with API level < 26 -->
<issue id="UnusedAttribute">
<ignore path="src/main/AndroidManifest.xml"/>
</issue>
</lint>