Excellent module! The native hooking implementation within MediaProvider via FUSE chain interception is truly a powerful approach. Flexible configuration, hot application, and proper cache invalidation make FuseHide one of the best tools for granular file hiding on internal storage.
It would be great to extend the functionality to external storage — MicroSD and OTG devices. Currently, the module is strictly tied to /storage/emulated/0, but for complete privacy, it's often necessary to hide data on removable media as well. Adding support for arbitrary mount points (e.g., /storage/XXXX-XXXX) with similar filtering logic would make this a universal solution for all scenarios. Hopefully, the author will consider this possibility in future releases!
Excellent module! The native hooking implementation within MediaProvider via FUSE chain interception is truly a powerful approach. Flexible configuration, hot application, and proper cache invalidation make FuseHide one of the best tools for granular file hiding on internal storage.
It would be great to extend the functionality to external storage — MicroSD and OTG devices. Currently, the module is strictly tied to /storage/emulated/0, but for complete privacy, it's often necessary to hide data on removable media as well. Adding support for arbitrary mount points (e.g., /storage/XXXX-XXXX) with similar filtering logic would make this a universal solution for all scenarios. Hopefully, the author will consider this possibility in future releases!