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 6109777 commit 00165f4Copy full SHA for 00165f4
library/src/main/AndroidManifest.xml
@@ -4,6 +4,4 @@
4
5
<uses-permission android:name="android.permission.INTERNET"/>
6
7
- <application/>
8
-
9
</manifest>
sample/src/main/AndroidManifest.xml
@@ -10,6 +10,7 @@
10
<application
11
android:name=".SampleApplication"
12
android:allowBackup="true"
13
+ android:fullBackupContent="true"
14
android:icon="@drawable/ic_launcher"
15
android:label="@string/app_name"
16
android:theme="@style/AppTheme">
0 commit comments