Change ZIM content provider authority

This commit is contained in:
Emmanuel Engelhart 2015-03-14 18:20:31 +01:00
parent f0f033e677
commit 3120a87b33
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
<provider
android:name=".ZimContentProvider"
android:authorities="org.kiwix.zim"
android:authorities="org.kiwix.zim.base"
android:exported="false"/>
<activity

View File

@ -41,7 +41,7 @@ public class ZimContentProvider extends ContentProvider {
public static final String TAG_KIWIX = "kiwix";
public static final Uri CONTENT_URI = Uri.parse("content://org.kiwix.zim/");
public static final Uri CONTENT_URI = Uri.parse("content://org.kiwix.zim.base/");
public static final Uri UI_URI = Uri.parse("content://org.kiwix.ui/");