mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-23 15:38:47 -05:00
fixed problem with installing online+offline version
This commit is contained in:
parent
cfe555fe83
commit
235d9fcc9c
@ -21,7 +21,7 @@ namespace keepass2android
|
||||
private const String CLASS_NAME = "AttachmentContentProvider";
|
||||
|
||||
// The authority is the symbolic name for the provider class
|
||||
public const String AUTHORITY = "keepass2android.provider";
|
||||
public const String AUTHORITY = "keepass2android."+AppNames.PackagePart+".provider";
|
||||
|
||||
|
||||
public override bool OnCreate() {
|
||||
|
Loading…
Reference in New Issue
Block a user