I've got a problem in SDK init behavior - after
Not allowed to start service Intent ... app is in background
error happens (which is described here - HERE SDK is unusable in background on Android 8)
MapEngine.isInitialized()
returns false (which is correct)
But next call to MapEngine.getInstance().init()
throws error - Engine cannot be initialized twice
We want to allow user retry initialization after failed attempt. Is there another way of doing that? Is there way to create clean map engine without restarting an application?