Instabug-Android icon indicating copy to clipboard operation
Instabug-Android copied to clipboard

Lint check - DataExtractionRules: Missing data extraction rules (11.1.0)

Open ZOlbrys opened this issue 2 years ago • 0 comments

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

156839872-459dc4b4-1275-4c38-add6-88e98b604001

ZOlbrys avatar May 19 '22 14:05 ZOlbrys