Our Android project adopts the single activity architecture, and the splash screen exists. However, it exists as splash fragments and other main fragments in one activity.
In this case, you should follow the steps for the splash screen in Android Initialize SDK, but delay the SDK initialization so that it does not init while the splash screen is active.
Also, remember to change the MySplashActivity.class in the following method:
Insider.Instance.setSplashActivity(MySplashActivity.class);