mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Change ZIM content provider authority
This commit is contained in:
parent
f0f033e677
commit
3120a87b33
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name=".ZimContentProvider"
|
android:name=".ZimContentProvider"
|
||||||
android:authorities="org.kiwix.zim"
|
android:authorities="org.kiwix.zim.base"
|
||||||
android:exported="false"/>
|
android:exported="false"/>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
@ -41,7 +41,7 @@ public class ZimContentProvider extends ContentProvider {
|
|||||||
|
|
||||||
public static final String TAG_KIWIX = "kiwix";
|
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/");
|
public static final Uri UI_URI = Uri.parse("content://org.kiwix.ui/");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user