Skip to content

Commit 3ec02f6

Browse files
Remove unwanted meta from manifest
1 parent 7ffd132 commit 3ec02f6

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
~ /*
43
~ * Copyright (C) 2016 Amit Shekhar
54
~ * Copyright (C) 2011 Android Open Source Project
@@ -35,10 +34,6 @@
3534
</intent-filter>
3635
</activity>
3736

38-
<meta-data
39-
android:name="DatabaseFileProvider"
40-
android:value="com.sample.ExternalDatabaseFileProvider" />
41-
4237
</application>
4338

4439
</manifest>

0 commit comments

Comments
 (0)