Update WebSettings.setSaveFormData deprecated doc

Bug:69150750
Test: passed sdk build.
Change-Id: Ia33ef5eda9956bf60dabc51a592ff6e9ec697b4a
This commit is contained in:
Tao Bai
2019-07-02 20:32:47 +00:00
parent 261a2d62e2
commit 990f9a9fda

View File

@@ -464,7 +464,9 @@ public abstract class WebSettings {
* Note that the feature will continue to be supported on older versions of
* Android as before.
*
* This function does not have any effect.
* @deprecated In Android O and afterwards, this function does not have
* any effect, the form data will be saved to platform's autofill service
* if applicable.
*/
@Deprecated
public abstract void setSaveFormData(boolean save);