From af8942bb8610e05903c333d6bedf05219d1e1c4b Mon Sep 17 00:00:00 2001 From: Yu Yi <58987452+yuyi-sl@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:26:51 +0200 Subject: [PATCH] Update mobile-faq.md (#2715) * Update mobile-faq.md Update ADB shell command allow list * remove value from compat enable * escape opening tag for value * escape closing tag * not escape opening tag --- docs/mobile-apps/mobile-faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/mobile-apps/mobile-faq.md b/docs/mobile-apps/mobile-faq.md index c0448df554..1c197b6c4f 100644 --- a/docs/mobile-apps/mobile-faq.md +++ b/docs/mobile-apps/mobile-faq.md @@ -83,9 +83,11 @@ We maintain an allowlist of commands that can be executed within our Real Device * pm clear * input * (ls|cp|mkdir|echo|grep|cut|pwd|dumpsys) -* getProp +* getprop * am compat enable * cmd connectivity airplane-mode (enable|disable) +* settings put global (animator_duration_scale|transition_animation_scale|window_animation_scale) +* setprop debug.firebase.analytics.app If the command you require is not listed, you can submit a request through this [form](https://docs.google.com/forms/d/1t4MCf6ClHlLxX80RP5bNU9wVJBhQOd4ll6IjP0ecMgc) or reach out to your Customer Success Manager or Sauce Labs Support for assistance.