Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/basics/acct-team-mgmt/private-device-mgmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@ This feature ensures that selected data remains intact during the device cleanin
- Filepaths or folders associated with specific applications can be retained.
- This is especially useful for retaining data that is crucial for continuous testing or for maintaining certain app states.

By default, the following folders are not cleaned on your private Android devices, ensuring that their contents are retained between sessions (iOS/Android):
- Documents
- Pictures
- Downloads
- DCIM
You can specify multiple folders (comma-separated) ensuring that their contents are retained between sessions (iOS/Android):

`Documents, Pictures, Download, DCIM`

:::note
You can only retain specific folders created inside tmp. You cannot retain the whole tmp folder.
Expand Down
Loading