Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #41

Merged
merged 6 commits into from
Jun 29, 2023
Merged

Update dependencies #41

merged 6 commits into from
Jun 29, 2023

Conversation

leinardi
Copy link
Owner

Pull request checklist

  • I have rebased this branch on top of the destination branch (usually master)
  • I have executed locally ./gradlew spotlessApply check before creating the commit and it has run successfully
  • My contribution is fully baked and ready to be merged as is
  • I have performed a self-review of my own code
  • These changes are in compliance with the coding style of this project
  • There are no WIP commits in this PR
  • If there are changes to the UI, I have uploaded at least one screenshot of every UI change

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Screenshots

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
android:name=".Forlago"
android:allowBackup="false"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: DataExtractionRules
Severity: WARN
File: apps/forlago/src/main/AndroidManifest.xml L22

Missing data extraction rules The attribute `android:allowBackup` 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. Before Android 12, the attributes `android:allowBackup` and `android:fullBackupContent` were used to configure all forms of backup, including cloud backups, device-to-device transfers and adb backup. In Android 12 and higher, these attributes have been deprecated and will only apply to cloud backups. You should instead use the attribute `android:dataExtractionRules`, specifying an `@xml` resource that configures which files to back up, for cloud backups and for device-to-device transfers, separately. If your `minSdkVersion` supports older versions, you'll still want to specify an `android:fullBackupContent` resource if the default behavior is not right for your app.

@leinardi leinardi merged commit f29bfd9 into master Jun 29, 2023
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant