Black screen after Application.Quit() and open app again

Hi there! Unity 2019.2.8f, Android 10, Pixel 3a
When i try to close my app via Application.Quit(), it closes, but if i start it again it shows black screen in 5-8 seconds and then starting to loading splash screen and works fine.
If i wait 10 seconds after quit, before new start, it shows black screen only on 1 second, and then works fine.
If after Application.Quit() i manually close app by up swipe it open fine, without black screen at startup.

It’s my understanding that the behavior that you describe of Application.Quit is addressed in the latest 2019.3 release.

What should I do with lower version? 2018.3.14 have same issue
When using known methods, there are cases where exceptions do not work properly.
https://discussions.unity.com/t/688152/6

You would want to avoid using Application.Quit in lower versions.