Now really fixed the problem with duplicate provider authority
This commit is contained in:
@@ -15,7 +15,7 @@ using Android.Net;
|
||||
|
||||
namespace keepass2android
|
||||
{
|
||||
[ContentProvider(new string[]{"keepass2android.provider"})]
|
||||
[ContentProvider(new string[]{"keepass2android."+AppNames.PackagePart+".provider"})]
|
||||
public class AttachmentContentProvider : ContentProvider {
|
||||
|
||||
private const String CLASS_NAME = "AttachmentContentProvider";
|
||||
|
||||
Reference in New Issue
Block a user