MCPcopy Create free account
hub / github.com/Snapchat/Valdi / startAndroidActivity

Function startAndroidActivity

npm_modules/cli/src/utils/deviceUtils.ts:73–76  ·  view source on GitHub ↗
(activityName: string)

Source from the content-addressed store, hash-verified

71}
72
73export async function startAndroidActivity(activityName: string) {
74 const commandStartActivity = `adb shell am start -n ${activityName}`;
75 await spawnCliCommand(commandStartActivity, undefined, 'pipe', false, true);
76}

Callers

nothing calls this directly

Calls 1

spawnCliCommandFunction · 0.90

Tested by

no test coverage detected