Remove doc references to private browsing.
Remove reference to private browsing since it is no longer supported. Change-Id: I65bc8aecd949717f662454d4bd1759ca91ad553d
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