Exported AttachmentContentProvider (defaults to false since API version 17)

This commit is contained in:
Philipp Crocoll 2014-03-11 04:34:48 +01:00
parent e5dea1895d
commit a26f908bd8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace keepass2android
/// <summary>
/// Makes attachments of PwEntries accessible when they are stored in the app cache
/// </summary>
[ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"})]
[ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"},Exported = true)]
public class AttachmentContentProvider : ContentProvider {
public const string AttachmentCacheSubDir = "AttachmentCache";