web/static/javadoc/5.2.0/org/acra/attachment/DefaultAttachmentProvider.html
org.acra.attachment
All Implemented Interfaces:AttachmentUriProvider
public classDefaultAttachmentProviderextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")implements[AttachmentUriProvider](../../../org/acra/attachment/AttachmentUriProvider.html "interface in org.acra.attachment")
Reads attachment uris from the configuration Since:10.03.2017
Constructors | Constructor and Description |
| --- |
| DefaultAttachmentProvider() |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| List<Uri> | getAttachments(Context context, CoreConfiguration configuration) |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public DefaultAttachmentProvider()
-
[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")public[List](http://d.android.com/reference/java/util/List.html?is-external=true "class or interface in java.util")<[Uri](http://d.android.com/reference/android/net/Uri.html?is-external=true "class or interface in android.net")> getAttachments([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context,[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[CoreConfiguration](../../../org/acra/config/CoreConfiguration.html "class in org.acra.config")configuration)
Specified by:getAttachments in interface AttachmentUriProviderParameters:context - a contextconfiguration - ACRA configurationReturns:all file uris that should be attached to the report