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 da1d22c commit 19aaecfCopy full SHA for 19aaecf
library/base/src/main/AndroidManifest.xml
@@ -1,9 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.szhdev.base">
4
- <provider
5
- android:name=".DxDbContentProvider"
6
- android:authorities="${applicationId}.DxDbContentProvider"
7
- android:enabled="true"
8
- android:exported="true"></provider>
+ <application>
+ <provider
+ android:name=".db.DxDbContentProvider"
+ android:authorities="${applicationId}.DxDbContentProvider"
+ android:enabled="true"
9
+ android:exported="true"></provider>
10
+ </application>
11
</manifest>
0 commit comments