(value: string)
| 22 | } |
| 23 | |
| 24 | function looksLikeAndroidPackageName(value: string): boolean { |
| 25 | return ANDROID_PACKAGE_NAME_PATTERN.test(value); |
| 26 | } |
| 27 | |
| 28 | export 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.`; |
no outgoing calls
no test coverage detected
searching dependent graphs…