Skip to content

Commit c2e822c

Browse files
Merge pull request #86 from Web3Auth/feat/manifest_file_enhancements
feat: manifest file enhancements for EncryptedShredPreferences
2 parents 3b41e45 + c761252 commit c2e822c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<uses-permission android:name="android.permission.INTERNET" />
66

77
<application
8-
android:allowBackup="true"
8+
android:allowBackup="false"
99
android:icon="@mipmap/ic_launcher"
1010
android:label="@string/app_name"
1111
android:roundIcon="@mipmap/ic_launcher_round"
1212
android:supportsRtl="true"
13+
android:fullBackupContent="false"
1314
android:theme="@style/Theme.Web3Auth">
1415

1516
<activity

core/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</queries>
1313

1414
<application
15-
android:allowBackup="true"
15+
android:allowBackup="false"
16+
android:fullBackupContent="false"
1617
android:supportsRtl="true">
1718

1819
<activity

0 commit comments

Comments
 (0)