Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ea8cc8

Browse files
committedJan 24, 2025·
MOBILE-4726 android: Disable backup in Android
1 parent 91843ba commit 8ea8cc8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎config.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@
6868
<resource-file src="resources/android/icon/drawable-hdpi-smallicon.png" target="app/src/main/res/mipmap-hdpi/smallicon.png" />
6969
<resource-file src="resources/android/icon/drawable-xhdpi-smallicon.png" target="app/src/main/res/mipmap-xhdpi/smallicon.png" />
7070
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
71-
<resource-file src="resources/android/xml/backup_rules.xml" target="app/src/main/res/xml/backup_rules.xml" />
7271
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
73-
<application android:allowBackup="true" android:dataExtractionRules="@xml/backup_rules" android:largeHeap="true" android:networkSecurityConfig="@xml/network_security_config" />
72+
<application android:allowBackup="false" android:largeHeap="true" android:networkSecurityConfig="@xml/network_security_config" />
7473
</edit-config>
7574
<config-file parent="/manifest/application" target="AndroidManifest.xml">
7675
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />

‎resources/android/xml/backup_rules.xml

-6
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.