MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / isAndroidIntentUnavailable

Function isAndroidIntentUnavailable

scripts/integration/android.mjs:889–894  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

887}
888
889function isAndroidIntentUnavailable(error) {
890 const message = error instanceof Error ? error.message : String(error);
891 return /unable to resolve Intent|No Activity found|Activity class .* does not exist/i.test(
892 message,
893 );
894}
895
896function assertAndroidListed(payload, udid) {
897 assert.ok(

Callers 2

runCliSurfaceFunction · 0.85
runJsSurfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected