ADB Commands | Appium Forum
C
Chandrakant Sontakke Posted on 05/04/2022

I am looking for ADB command to disable Developer Options from Android phone. Following command turns Developer Option disabled but does not hide it from the screen (You still can see Developer Options under setting menu of Android), for Android version 11.

If disables and hides Developer option in Android version 10 but does not hide for Android 11.

Command: adb shell settings put global development_settings_enabled 0

Need command to hide Developer Options in Android 11 (Please note: Device rooting is not allowed)