Add DocumentsProvider for working directory

Expose the service's running directory to file managers via Storage
Access Framework, allowing users to browse and manage files directly.
This commit is contained in:
世界
2025-12-19 13:28:37 +08:00
parent 72c7794ba9
commit d7be884674
4 changed files with 258 additions and 3 deletions

View File

@@ -348,4 +348,6 @@
<string name="clear_logs">Clear Logs</string>
<string name="selected_count">%d selected</string>
<string name="not_selected">Not selected</string>
<string name="browse">Browse</string>
<string name="no_file_manager">No file manager found</string>
</resources>