Skip to content

Commit f5c49bf

Browse files
authored
Merge pull request #193 from AppDevNext/RemoveAllowBackup
Remove allow backup
2 parents 4165814 + 069e2dc commit f5c49bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest>
33

4-
<application
5-
android:allowBackup="true"
6-
android:supportsRtl="true" />
4+
<application />
75

86
</manifest>

0 commit comments

Comments
 (0)