Rule S6358: {{android:fullBackupContent}} will be ignore for Android API is 22 or lower

Description

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 if minSdkVersion < 23

API level minSdkVersion settings are configured in the app's build.gradle file
https://developer.android.com/studio/publish/versioning#minsdkversion

Activity

Show:

Marharyta Nedzelska September 28, 2022 at 8:03 AM

Not yet, need to specify it first.

Ann Campbell September 27, 2022 at 4:12 PM

I don’t see a linked ticket. Is the necessary work recorded on the Scanner4Gradle side?

Marharyta Nedzelska September 27, 2022 at 1:58 PM

This ticket requires some work from the Gradle scanner side

Done
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Components

Fix versions

Priority

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