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

Disable app data backup in AndroidManifest.xml for example MAUI app #253

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

christianhelle
Copy link
Owner

The android:allowBackup attribute in the AndroidManifest.xml file for the MauiExample app has been updated. It was previously set to true, which allowed the Android system to backup app data. Now, it's been changed to false, effectively disabling the data backup feature for this application.

The android:allowBackup attribute in the AndroidManifest.xml file for the MauiExample app has been updated. It was previously set to true, which allowed the Android system to backup app data. Now, it's been changed to false, effectively disabling the data backup feature for this application.
@christianhelle christianhelle added the enhancement New feature, bug fix, or request label Dec 18, 2023
@christianhelle christianhelle self-assigned this Dec 18, 2023
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@christianhelle christianhelle removed the enhancement New feature, bug fix, or request label Dec 18, 2023
@christianhelle christianhelle merged commit 56a9ec8 into main Dec 18, 2023
2 checks passed
@christianhelle christianhelle deleted the sonarcloud-code-smells branch December 18, 2023 14:27
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.

1 participant