Skip to content

Commit

Permalink
Merge pull request #560 from F43nd1r/file
Browse files Browse the repository at this point in the history
File attachment support
  • Loading branch information
F43nd1r authored Mar 25, 2017
2 parents 8e38169 + 6c28267 commit 61e846a
Show file tree
Hide file tree
Showing 19 changed files with 1,016 additions and 318 deletions.
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

0 comments on commit 61e846a

Please sign in to comment.