mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-19 17:23:59 +00:00
13 lines
No EOL
646 B
Markdown
13 lines
No EOL
646 B
Markdown
### 📁 File Explorer (android only)
|
|
|
|
<img width="1295" height="838" alt="Screenshot 2025-09-12 at 15 41 20" src="https://github.com/user-attachments/assets/1c22c813-20c4-4e34-bcf8-6cc511deab21" />
|
|
|
|
Flocon allows you to explore the **internal file storage** of your Android application — something that typically requires ADB and knowledge of Android's file system.
|
|
|
|
From the desktop app, you can:
|
|
|
|
- Browse directories within the app's sandbox
|
|
- View file metadata (size, modification date, path)
|
|
- Open or download files for inspection
|
|
|
|
This feature is ideal for inspecting log files, cache data, downloaded assets, or exported config files. |