From 0eb618c41f13649be5f6ff71c7a5785fc1fea0b4 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 30 Oct 2024 11:00:54 +0530 Subject: [PATCH] Fixed: Not able to open a ZIM file from Samsung's file explorer. * Created a custom intent filter for Samsung's "My Files" app to handle all MIME types, allowing ZIM files to be opened directly from this file manager. --- app/src/main/AndroidManifest.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8da546780..06787e9cf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -49,6 +49,18 @@ + + + + + + + + + +