fixed problem with installing online+offline version

This commit is contained in:
PhilippC 2013-05-06 06:15:24 +02:00
parent cfe555fe83
commit 235d9fcc9c

View File

@ -21,7 +21,7 @@ namespace keepass2android
private const String CLASS_NAME = "AttachmentContentProvider"; private const String CLASS_NAME = "AttachmentContentProvider";
// The authority is the symbolic name for the provider class // 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() { public override bool OnCreate() {