(options: OpenAndroidAppOptions)
| 317 | } |
| 318 | |
| 319 | function androidLaunchArgs(options: OpenAndroidAppOptions): string[] { |
| 320 | return (options.launchArgs ?? []).map(quoteAndroidShellArg); |
| 321 | } |
| 322 | |
| 323 | export async function openAndroidApp( |
| 324 | device: DeviceInfo, |
no outgoing calls
no test coverage detected
searching dependent graphs…