Problem:
Android app is not launched right after installation on our platform. But when the same app is launched from the app menu, it works.
Solution:
Check if your app’s AndroidManifest.xml file uses activity-alias.
The issue might be that "activity-alias" is being used in the AndroidManifest.xml instead of "activity".
Replace "activity-alias" with "activity".