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,
|
* Sets whether the WebView should save form data. The default is true.
|
||||||
* unless in private browsing mode, when the value is always false.
|
|
||||||
*/
|
*/
|
||||||
public void setSaveFormData(boolean save) {
|
public void setSaveFormData(boolean save) {
|
||||||
throw new MustOverrideException();
|
throw new MustOverrideException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets whether the WebView saves form data. Always false in private
|
* Gets whether the WebView saves form data.
|
||||||
* browsing mode.
|
|
||||||
*
|
*
|
||||||
* @return whether the WebView saves form data
|
* @return whether the WebView saves form data
|
||||||
* @see #setSaveFormData
|
* @see #setSaveFormData
|
||||||
|
|||||||
Reference in New Issue
Block a user