summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4370a42..7385fd8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -110,5 +110,10 @@
</intent-filter>
</activity>
+ <provider android:name=".debug.DumpFileProvider"
+ android:authorities="com.android.contacts.dumpfile"
+ android:exported="true">
+ </provider>
+
</application>
</manifest>