Instabug-Android
Instabug-Android copied to clipboard
Lint check - DataExtractionRules: Missing data extraction rules (11.1.0)
Steps to Reproduce the Problem
Run lint on Android app using Instabug 11.1.0
Expected Behavior
No checks failed
Actual Behavior
2 checks failed
Missing resource
<application android:fullBackupContent="@xml/instabug_backup_exclusion" >
The attribute android:fullBackupContent is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute android:dataExtractionRules specifying an @xml resource which configures cloud backups and device transfers on Android 12 and higher.
<application android:fullBackupContent="@xml/instabug_backup_exclusion" >
Instabug integration code
N/A
SDK Version
11.1.0
Android Version
N/A
Device Model
N/A
[Optional] Project That Reproduces the Issue
N/A