Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File attachment support #560

Merged
merged 17 commits into from
Mar 25, 2017
Merged
7 changes: 7 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,12 @@
android:name="org.acra.sender.SenderService"
android:exported="false"
android:process=":acra" />

<provider
android:authorities="org.acra.provider"
android:name="org.acra.attachment.AcraContentProvider"
android:exported="false"
android:process=":acra"
android:grantUriPermissions="true"/>
</application>
</manifest>
Loading