Merge "Update WebSettings.setSaveFormData deprecated doc" into qt-dev am: 7bb64fcf27 am: 22eceae195

am: 01006cc959

Change-Id: I32bb088ca8a3fde9dff17e426db91465507906d8
This commit is contained in:
Tao Bai
2019-07-31 19:09:19 -07:00
committed by android-build-merger

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