commit | 43fb7395288e8d4ba0a2830768ea8de752bdb01f | [log] [tgz] |
---|---|---|
author | Chuwei He <chuweih@google.com> | Tue Oct 29 15:24:14 2024 +0900 |
committer | Chuwei He <chuweih@google.com> | Wed Oct 30 12:23:50 2024 +0900 |
tree | 28ff1dac58188405f11a9e9c751c59c92a6f1cdd | |
parent | 204576daeef5dd4ec76c512203d8b129ea62a2f0 [diff] |
Add support for argument array for executeShellCommand (1/2) Currently, UiAutomation#executeShellCommand only takes String as command, and arguments with spaces cannot be correctly passed in. This change adds support for using argument array, which enables the use of arguments with spaces. This patch adds necessary support for the change in UiAutomationConnection. Test: atest CtsUiAutomationTestCases Bug: b/293132368 Change-Id: I4d6341f727e941b66e7b38ba5bc5018d25e136ef