mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
Fix conflict between internal and external Provider on Android < 4.1
This commit is contained in:
parent
f87eefe01e
commit
949035b009
@ -58,7 +58,7 @@ public class ApgContract {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static final String CONTENT_AUTHORITY_EXTERNAL = Constants.PACKAGE_NAME;
|
public static final String CONTENT_AUTHORITY_EXTERNAL = Constants.PACKAGE_NAME;
|
||||||
public static final String CONTENT_AUTHORITY_INTERNAL = Constants.PACKAGE_NAME + ".internal";
|
public static final String CONTENT_AUTHORITY_INTERNAL = Constants.PACKAGE_NAME + "_internal";
|
||||||
|
|
||||||
private static final Uri BASE_CONTENT_URI_INTERNAL = Uri.parse("content://"
|
private static final Uri BASE_CONTENT_URI_INTERNAL = Uri.parse("content://"
|
||||||
+ CONTENT_AUTHORITY_INTERNAL);
|
+ CONTENT_AUTHORITY_INTERNAL);
|
||||||
|
Loading…
Reference in New Issue
Block a user