Skip to content

Commit 19aaecf

Browse files
committed
modify:初始化db
1 parent da1d22c commit 19aaecf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.szhdev.base">
4-
<provider
5-
android:name=".DxDbContentProvider"
6-
android:authorities="${applicationId}.DxDbContentProvider"
7-
android:enabled="true"
8-
android:exported="true"></provider>
4+
<application>
5+
<provider
6+
android:name=".db.DxDbContentProvider"
7+
android:authorities="${applicationId}.DxDbContentProvider"
8+
android:enabled="true"
9+
android:exported="true"></provider>
10+
</application>
911
</manifest>

0 commit comments

Comments
 (0)