mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-16 22:45:02 -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
|
||||
{
|
||||
[ContentProvider(new string[]{"keepass2android.provider"})]
|
||||
[ContentProvider(new string[]{"keepass2android."+AppNames.PackagePart+".provider"})]
|
||||
public class AttachmentContentProvider : ContentProvider {
|
||||
|
||||
private const String CLASS_NAME = "AttachmentContentProvider";
|
||||
|
Loading…
Reference in New Issue
Block a user