Exported AttachmentContentProvider (defaults to false since API version 17)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace keepass2android
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Makes attachments of PwEntries accessible when they are stored in the app cache
|
/// Makes attachments of PwEntries accessible when they are stored in the app cache
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"})]
|
[ContentProvider(new[]{"keepass2android."+AppNames.PackagePart+".provider"},Exported = true)]
|
||||||
public class AttachmentContentProvider : ContentProvider {
|
public class AttachmentContentProvider : ContentProvider {
|
||||||
public const string AttachmentCacheSubDir = "AttachmentCache";
|
public const string AttachmentCacheSubDir = "AttachmentCache";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user