Merge "Update WebSettings.setSaveFormData deprecated doc" into qt-dev

This commit is contained in:
Tao Bai
2019-08-01 01:17:10 +00:00
committed by Android (Google) Code Review

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);