mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-23 15:38:47 -05:00
Now really fixed the problem with duplicate provider authority
This commit is contained in:
parent
5bb1553413
commit
fd60316448
@ -15,7 +15,7 @@ using Android.Net;
|
|||||||
|
|
||||||
namespace keepass2android
|
namespace keepass2android
|
||||||
{
|
{
|
||||||
[ContentProvider(new string[]{"keepass2android.provider"})]
|
[ContentProvider(new string[]{"keepass2android."+AppNames.PackagePart+".provider"})]
|
||||||
public class AttachmentContentProvider : ContentProvider {
|
public class AttachmentContentProvider : ContentProvider {
|
||||||
|
|
||||||
private const String CLASS_NAME = "AttachmentContentProvider";
|
private const String CLASS_NAME = "AttachmentContentProvider";
|
||||||
|
Loading…
Reference in New Issue
Block a user