diff --git a/docs/basics/acct-team-mgmt/private-device-mgmt.md b/docs/basics/acct-team-mgmt/private-device-mgmt.md index 5e0ff5ce4c..0f1917fb00 100644 --- a/docs/basics/acct-team-mgmt/private-device-mgmt.md +++ b/docs/basics/acct-team-mgmt/private-device-mgmt.md @@ -45,8 +45,18 @@ A device can be assigned to only 1 team at a time. 2. On the **DEVICES** tab, in the **Team** dropdown, select a team to assign the device to. Assign a team -## App Allow List +# Customizing Private devices: + +1. On Sauce Labs, click **ACCOUNT** and then click **Organization Management**. +2. On the **DEVICES** tab, click on the Pencil icon under Action column. +3. Under the Action column, click the Pencil icon to edit a device. +4. In the new device modal, you can configure your private device: App Allow List, Account Allow List, System App Allow List, Retain folders, Enable Apple Pay + +Private device management edit +Private device management modal view + +## App Allow List The [device cleaning process](/mobile-apps/real-device-cleaning) will remove apps installed from [Sauce Storage](/mobile-apps/app-storage) and the App Store/Play Store between sessions. To have installed apps and app data persist between sessions, update this setting for each of the application identifiers. This might be the app you are testing or dependent apps, e.g. MFA app, Microsoft Authenticator, etc. :::important diff --git a/static/img/team-mgmt/private-device-management-edit.png b/static/img/team-mgmt/private-device-management-edit.png new file mode 100644 index 0000000000..86781ae41a Binary files /dev/null and b/static/img/team-mgmt/private-device-management-edit.png differ diff --git a/static/img/team-mgmt/private-device-management-modal.png b/static/img/team-mgmt/private-device-management-modal.png new file mode 100644 index 0000000000..55ffe73358 Binary files /dev/null and b/static/img/team-mgmt/private-device-management-modal.png differ