How to close the Quick Settings system panel using UIAutomator?
In my android test, I have opened the quick settings panel using the following code:
device = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
device.openQuickSettings()
How do I now close or slide back the quick settings panel?