-
Notifications
You must be signed in to change notification settings - Fork 3
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
Task: Migrate gradle files #37
Task: Migrate gradle files #37
Conversation
fb287d5
to
c18d460
Compare
5bf584f
to
f3e596b
Compare
Task: Update dependencies
This reverts commit 2b2a363.
f3e596b
to
7208c05
Compare
@@ -15,6 +15,7 @@ | |||
--> | |||
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | |||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> | |||
<application | |||
android:name=".Forlago" | |||
android:allowBackup="false" |
There was a problem hiding this comment.
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: app/src/main/AndroidManifest.xml L21
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.
This branch depends on
task/update-dependencies
Pull request checklist
master
)./gradlew spotlessApply check
before creating the commit and it has run successfullyWIP
commits in this PRType of Changes
Screenshots
No UI changes