Ionic 4 : disable Default splash screen

Hello everyone, i want to disable the default splashcreen by adding
<preference name="SplashScreenDelay" value="0" /> in my config.xml
but he is still there
someone has a solution?

You can do like this:
<preference name="SplashScreenDelay" value="false" />