Set near boundary (clipping plane) from ADB

Is it possible to directly alter the near boundary clipping plane using android debug bridge instead of having to navigate through the settings GUI?

Right now, i can open the near plane clipping boundary settings menu from adb, but is there a direct setting to adjust it from the command line (and also then avoid the pop-up)?

I'm not sure if you can avoid the pop-up or modify the setting. You can try running the following command

adb shell settings put system clipping_plane_distance [.25 - .4]

while this command does not return an error, unfortunately it does not update the clipping distance (planes are still clipped in the same spot, and the GUI indicator in the settings menu does not update).

I see, thank you for testing. I will send your feature request to the voice of customer.