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

Function looksLikeAndroidPackageName

src/platforms/android/open-target.ts:24–26  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

22}
23
24function looksLikeAndroidPackageName(value: string): boolean {
25 return ANDROID_PACKAGE_NAME_PATTERN.test(value);
26}
27
28export function formatAndroidInstalledPackageRequiredMessage(target: string): string {
29 return `Android runtime hints require an installed package name, not "${target}". Install or reinstall the app first, then relaunch by package.`;

Callers 1

classifyAndroidAppTargetFunction · 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…