Add adb commands to update the set of dev option
The adb command will be: ``` adb shell setprop persist.wm.debug.desktop_experience.add_dev_option.BASENAME ``` Where `BASENAME` is the last part of the flag (after the last dot), for example the base name of `com.android.window.flags.enable_connected_displays_dnd` is `enable_connected_displays_dnd`. Test: atest DesktopExperienceFlagsTest Test: atest WMShellUnitTests Fix: 408432634 Flag: com.android.window.flags.show_desktop_experience_dev_option Change-Id: Iead0c2754300fb8a8b1a59bae724e9098f3dc041
Loading
Please register or sign in to comment