Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Dorian BurihabwaDorian BurihabwaReporter
Pierre-Loup TristantPierre-Loup TristantLabels
Components
Fix versions
Priority
Normal
Details
Details
Assignee
Dorian Burihabwa
Dorian BurihabwaReporter
Pierre-Loup Tristant
Pierre-Loup TristantLabels
Components
Fix versions
Priority

Sentry
Sentry
Sentry
Created October 14, 2021 at 12:50 PM
Updated October 16, 2024 at 2:16 PM
Resolved October 11, 2024 at 1:40 PM
WHY
Rule S6358 will not raise an issue when
android:fullBackupContent
is set.If the application only targets API level < 23, the rule should raise an issue as
android:fullBackupContent
does not exist for such API level and therefore, will be ignored.WHAT
The rule will raise an issue when
android:fullBackupContent
is set, only ifminSdkVersion
< 23API level
minSdkVersion
settings are configured in the app'sbuild.gradle
filehttps://developer.android.com/studio/publish/versioning#minsdkversion