Reuse the splashscreen

Hi, the splashscreen in selected using the device resolution.
There is a way to reuse the same image inside ionic, as background of an ui-state?

One way is you can copy that image from resources/android/splash folder to src/assets folder and then you can use that image as background for any state.

The question is: how can I know which image cordova choose for the splashscreen since there are 6 in resources\android\splash?
I want to keep the same image, so I should set the background of my home page based on the deviceā€¦