Skip to content

Commit da1d22c

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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-
4+
<provider
5+
android:name=".DxDbContentProvider"
6+
android:authorities="${applicationId}.DxDbContentProvider"
7+
android:enabled="true"
8+
android:exported="true"></provider>
59
</manifest>

0 commit comments

Comments
 (0)