mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Add O
This commit is contained in:
parent
4da4cd38be
commit
4cf1aa51a5
@ -46,7 +46,7 @@ public class ZimContentProvider extends ContentProvider {
|
||||
|
||||
public static final Uri UI_URI = Uri.parse("content://org.kiwix.ui/");
|
||||
|
||||
private static final String VIDEO_PATTERN = "([^\\s]+(\\.(?i)(3gp|mp4|m4a|webm|mkv))$)";
|
||||
private static final String VIDEO_PATTERN = "([^\\s]+(\\.(?i)(3gp|mp4|m4a|webm|mkv|ogg|ogv))$)";
|
||||
|
||||
private static String zimFileName;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user