1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="4" by="lint 3.0.0"> 3 4 <issue 5 id="AllowBackup" 6 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" 7 errorLine1=" <application android:allowBackup="true" android:label="Test App" android:supportsRtl="true"" 8 errorLine2=" ^"> 9 <location 10 file="src/main/AndroidManifest.xml" 11 line="16" 12 column="5"/> 13 </issue> 14 15 <issue 16 id="UnusedResources" 17 message="The resource `R.layout.fragment` appears to be unused" 18 errorLine1="<FrameLayout" 19 errorLine2="^"> 20 <location 21 file="src/main/res/layout/fragment.xml" 22 line="17" 23 column="1"/> 24 </issue> 25 26</issues> 27