<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 3.0.0">

    <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="    &lt;application android:allowBackup=&quot;true&quot; android:label=&quot;Test App&quot; android:supportsRtl=&quot;true&quot;"
        errorLine2="    ^">
        <location
            file="src/main/AndroidManifest.xml"
            line="16"
            column="5"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.layout.fragment` appears to be unused"
        errorLine1="&lt;FrameLayout"
        errorLine2="^">
        <location
            file="src/main/res/layout/fragment.xml"
            line="17"
            column="1"/>
    </issue>

</issues>