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.
1 parent 9e3b406 commit e6be286Copy full SHA for e6be286
app/src/main/AndroidManifest.xml
@@ -7,14 +7,13 @@
7
8
<application
9
android:allowBackup="false"
10
- android:fullBackupContent="true"
11
android:icon="@mipmap/ic_launcher"
12
android:label="@string/app_name"
13
android:roundIcon="@mipmap/ic_launcher_round"
14
android:supportsRtl="true"
15
android:theme="@style/AppTheme"
+ android:usesCleartextTraffic="true"
16
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"
17
- tools:replace="android:fullBackupContent"
18
>
19
<activity
20
android:name=".view.main.view.MainActivity"
0 commit comments