From a26f908bd85d98f699a728dc315226f42e372b9b Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 11 Mar 2014 04:34:48 +0100 Subject: [PATCH] Exported AttachmentContentProvider (defaults to false since API version 17) --- src/keepass2android/AttachmentContentProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keepass2android/AttachmentContentProvider.cs b/src/keepass2android/AttachmentContentProvider.cs index 6326ef96..5f21a2fe 100644 --- a/src/keepass2android/AttachmentContentProvider.cs +++ b/src/keepass2android/AttachmentContentProvider.cs @@ -9,7 +9,7 @@ namespace keepass2android /// /// Makes attachments of PwEntries accessible when they are stored in the app cache /// - [ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"})] + [ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"},Exported = true)] public class AttachmentContentProvider : ContentProvider { public const string AttachmentCacheSubDir = "AttachmentCache";