am 5c11ef10: Remove doc references to private browsing.
* commit '5c11ef10dbc6734ec028a7112eaaa57920aa184d': Remove doc references to private browsing.
This commit is contained in:
@@ -404,16 +404,14 @@ public abstract class WebSettings {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether the WebView should save form data. The default is true,
|
||||
* unless in private browsing mode, when the value is always false.
|
||||
* Sets whether the WebView should save form data. The default is true.
|
||||
*/
|
||||
public void setSaveFormData(boolean save) {
|
||||
throw new MustOverrideException();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether the WebView saves form data. Always false in private
|
||||
* browsing mode.
|
||||
* Gets whether the WebView saves form data.
|
||||
*
|
||||
* @return whether the WebView saves form data
|
||||
* @see #setSaveFormData
|
||||
|
||||
Reference in New Issue
Block a user