From 48c65901130bdb1d7a9176088fd2848f5cbb3ff6 Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Mon, 2 Mar 2015 14:03:41 -0800 Subject: [PATCH] deprecate android-splash-duration for SplashScreenDelay --- configuring/preferences.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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.