On Android 12, it's not possible to opt out of the splash screen. It' only possible to customize it: icon, window background, exit animation.
By default, the splash screen is shown from user touch until the first frame of your application is drawn, so to minimize the time during which the splash screen is shown, you can try to reduce the launch time of your application.
You can also implement you own exit animation so the transition from the splash screen to the app is more seamless.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…