Simple file manager for Wear OS smartwatches.
- View and open files
- Delete files
- Cut/Copy/Paste files
- Due to Wear OS platform limitations, the application cannot automatically grant the MANAGE_EXTERNAL_STORAGE permission. You need to do this manually. This permission is necessary to access the device's file system.
- You will be able to use the application without this permission in a limited mode. You will have access to viewing a list of photos, videos, and audio files.
-
Connect your watch to a computer via ADB.
-
Run the following command:
adb shell appops set --uid com.dertefter.wearfiles MANAGE_EXTERNAL_STORAGE allow -
Restart the app.




