How to hide black background before splashscreen in cordova?

Whenever i launch my app from a android device a black background appears before splash screen. For hiding it, i edited config.xml with:-

<preference name="SplashScreenDelay" value="0" />

still black background appears, is there any way to remove this background?