diff --git a/configuring/preferences.md b/configuring/preferences.md index df1a128..14c7fe4 100644 --- a/configuring/preferences.md +++ b/configuring/preferences.md @@ -229,13 +229,7 @@ If you want to see more detail about what exactly these custom preferences are d splash-screen-duration
(android only) - Duration that the splash screen remains visible; defaults to 5000 (ms). For auto-hide behaviour call navigator.splashscreen.hide() in the deviceready callback. -

- Example: -
- - <preference name="splash-screen-duration" value="10000"/> - + Deprecated -- use SplashScreenDelay instead.