Android Splash Screen for 4:3 aspect ratio?

In Android 4.10, there is only one option for an Android splashscreen, so if you use a 4:3 aspect ratio device when we have a 16:9 splash screen, the splash screen becomes squished.

Is there a way to accomodate 4:3 screens? I have looked into setting different splash screens for hdpi and xhdpi devices but most flagship phones are beyond these already so it offers no distinction.

Thank you!

Got the solution to this. In the Build > Android > res folder, you can make a drawable-notlong folder with a 4:3 splashscreen inside, which the engine will automatically recognize.