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

Function isAndroidAppBundlePath

src/platforms/android/app-lifecycle.ts:785–787  ·  view source on GitHub ↗
(appPath: string)

Source from the content-addressed store, hash-verified

783}
784
785function isAndroidAppBundlePath(appPath: string): boolean {
786 return path.extname(appPath).toLowerCase() === '.aab';
787}
788
789async function installAndroidAppBundle(device: DeviceInfo, appPath: string): Promise<void> {
790 const provider = resolveAndroidAdbProvider(device);

Callers 1

installAndroidAppFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected