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 46586d0 commit b47acb5Copy full SHA for b47acb5
app/src/replica/AndroidManifest.xml
@@ -26,5 +26,12 @@
26
android:name="android.support.FILE_PROVIDER_PATHS"
27
android:resource="@xml/filepaths" />
28
</provider>
29
+ <provider xmlns:tools="http://schemas.android.com/tools"
30
+ tools:replace="android:authorities"
31
+ android:authorities="com.afwsamples.testdpc.replica.usericoncontentprovider"
32
+ android:name="com.afwsamples.testdpc.UserIconContentProvider"
33
+ android:grantUriPermissions="true"
34
+ android:exported="true">
35
+ </provider>
36
</application>
37
</manifest>
0 commit comments