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 9490d68 commit 7b83004Copy full SHA for 7b83004
autosize/src/main/AndroidManifest.xml
@@ -1,2 +1,10 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="me.jessyan.autosize"/>
+ package="me.jessyan.autosize">
3
+
4
+ <application>
5
+ <provider
6
+ android:name=".InitProvider"
7
+ android:authorities="${applicationId}.init-Provider"
8
+ android:exported="false"/>
9
+ </application>
10
+</manifest>
0 commit comments