Now really fixed the problem with duplicate provider authority

This commit is contained in:
PhilippC 2013-05-07 06:07:32 +02:00
parent 5bb1553413
commit fd60316448

View File

@ -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";