Skip to content

Commit 00165f4

Browse files
committed
Lint issue with API23 fixed
1 parent 6109777 commit 00165f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
<uses-permission android:name="android.permission.INTERNET"/>
66

7-
<application/>
8-
97
</manifest>

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<application
1111
android:name=".SampleApplication"
1212
android:allowBackup="true"
13+
android:fullBackupContent="true"
1314
android:icon="@drawable/ic_launcher"
1415
android:label="@string/app_name"
1516
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)