MCPcopy Create free account
hub / github.com/callstack/agent-device / androidLaunchArgs

Function androidLaunchArgs

src/platforms/android/app-lifecycle.ts:319–321  ·  view source on GitHub ↗
(options: OpenAndroidAppOptions)

Source from the content-addressed store, hash-verified

317}
318
319function androidLaunchArgs(options: OpenAndroidAppOptions): string[] {
320 return (options.launchArgs ?? []).map(quoteAndroidShellArg);
321}
322
323export async function openAndroidApp(
324 device: DeviceInfo,

Callers 5

openAndroidDeepLinkFunction · 0.85
openAndroidIntentFunction · 0.85
openAndroidPackageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…