We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b41e45 + c761252 commit c2e822cCopy full SHA for c2e822c
app/src/main/AndroidManifest.xml
@@ -5,11 +5,12 @@
5
<uses-permission android:name="android.permission.INTERNET" />
6
7
<application
8
- android:allowBackup="true"
+ android:allowBackup="false"
9
android:icon="@mipmap/ic_launcher"
10
android:label="@string/app_name"
11
android:roundIcon="@mipmap/ic_launcher_round"
12
android:supportsRtl="true"
13
+ android:fullBackupContent="false"
14
android:theme="@style/Theme.Web3Auth">
15
16
<activity
core/src/main/AndroidManifest.xml
@@ -12,7 +12,8 @@
</queries>
17
android:supportsRtl="true">
18
19
0 commit comments