MCPcopy Index your code
hub / github.com/callstack/agent-device / openAndroidDevice

Function openAndroidDevice

src/platforms/android/app-lifecycle.ts:639–643  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

637}
638
639export async function openAndroidDevice(device: DeviceInfo): Promise<void> {
640 if (!device.booted) {
641 await waitForAndroidBoot(device.id);
642 }
643}
644
645export async function closeAndroidApp(device: DeviceInfo, app: string): Promise<void> {
646 const trimmed = app.trim();

Callers 1

createAndroidInteractorFunction · 0.90

Calls 1

waitForAndroidBootFunction · 0.90

Tested by

no test coverage detected