Loading core/java/android/webkit/WebView.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -724,9 +724,9 @@ public class WebView extends AbsoluteLayout } } /** /** * Restores the state of this WebView from the given map used in * Restores the state of this WebView from the given Bundle. This method is * {@link android.app.Activity#onRestoreInstanceState}. This method should * intended for use in {@link android.app.Activity#onRestoreInstanceState} * be called to restore the state of this WebView before using the object. If * and should be called to restore the state of this WebView. If * it is called after this WebView has had a chance to build state (load * it is called after this WebView has had a chance to build state (load * pages, create a back/forward list, etc.) there may be undesirable * pages, create a back/forward list, etc.) there may be undesirable * side-effects. Please note that this method no longer restores the * side-effects. Please note that this method no longer restores the Loading Loading
core/java/android/webkit/WebView.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -724,9 +724,9 @@ public class WebView extends AbsoluteLayout } } /** /** * Restores the state of this WebView from the given map used in * Restores the state of this WebView from the given Bundle. This method is * {@link android.app.Activity#onRestoreInstanceState}. This method should * intended for use in {@link android.app.Activity#onRestoreInstanceState} * be called to restore the state of this WebView before using the object. If * and should be called to restore the state of this WebView. If * it is called after this WebView has had a chance to build state (load * it is called after this WebView has had a chance to build state (load * pages, create a back/forward list, etc.) there may be undesirable * pages, create a back/forward list, etc.) there may be undesirable * side-effects. Please note that this method no longer restores the * side-effects. Please note that this method no longer restores the Loading