(device: DeviceInfo)
| 57 | const androidAppResolutionCache = createAppResolutionCache<AndroidAppResolution>(); |
| 58 | |
| 59 | function androidAppResolutionScope(device: DeviceInfo): AppResolutionCacheScope { |
| 60 | return { platform: 'android', deviceId: device.id, variant: device.target ?? '' }; |
| 61 | } |
| 62 | |
| 63 | export async function resolveAndroidApp( |
| 64 | device: DeviceInfo, |
no outgoing calls
no test coverage detected