diff --git a/desktop/app/src/utils/androidContainerUtilityInternal.tsx b/desktop/app/src/utils/androidContainerUtilityInternal.tsx index c3c3e6b99..740476976 100644 --- a/desktop/app/src/utils/androidContainerUtilityInternal.tsx +++ b/desktop/app/src/utils/androidContainerUtilityInternal.tsx @@ -16,7 +16,7 @@ import {UnsupportedError} from './metrics'; import adbkit, {Client} from 'adbkit'; const allowedAppNameRegex = /^[\w._-]+$/; -const appNotApplicationRegex = /is not an application/; +const appNotApplicationRegex = /not an application/; const appNotDebuggableRegex = /debuggable/; const operationNotPermittedRegex = /not permitted/; const logTag = 'androidContainerUtility';