Skip to content

Commit

Permalink
deprecate android-splash-duration for SplashScreenDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed Mar 2, 2015
1 parent d980146 commit 48c6590
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions configuring/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,7 @@ If you want to see more detail about what exactly these custom preferences are d
<tr>
<td><code>splash-screen-duration</code><br/>(android only)</td>
<td>
Duration that the splash screen remains visible; defaults to 5000 (ms). For auto-hide behaviour call navigator.splashscreen.hide() in the deviceready callback.
<br/><br/>
Example:
<br/>
<code>
&lt;preference name="splash-screen-duration" value="10000"/&gt;
</code>
Deprecated -- use <a href="http://docs.phonegap.com/en/3.6.0/guide_platforms_android_config.md.html">SplashScreenDelay</a> instead.
</td>
</tr>

Expand Down

0 comments on commit 48c6590

Please sign in to comment.