Skip to content

File System Record

GuhDoy edited this page Apr 5, 2023 · 5 revisions

Record the file operations of apps. It provides a basis for writing the mount rules and helps reduce the difficulty of using the app.

Android S and above users need to install Media-Provider-Manager and activate it using LSPosed to record file operations in app-specific storage.

It is worth noting that it's essential to configure the hide list! This is because the implementation of file system record has some "side effects": on systems without FUSE enabled, Cleaner needs to inject processes, which may prevent some apps from running normally; on systems with FUSE enabled, Cleaner will make apps to access app-specific storage via FUSE, which will reduce the performance of file operations.

After apps added to the hide list, Cleaner will not record their file operations, and there will also be no "side effects".