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 057176c commit f6c269fCopy full SHA for f6c269f
README.md
@@ -72,7 +72,7 @@ Example:
72
<provider
73
android:name="android.support.v4.content.FileProvider" // replace this line with the line below
74
android:name=".MyFileProvider"
75
- android:authorities="com.mindtech.seed_manager.file_provider"
+ android:authorities="com.example.file_provider"
76
android:exported="false"
77
android:grantUriPermissions="true">
78
<meta-data
0 commit comments