Skip to content
Snippets Groups Projects
Commit 7bb64fcf authored by Tao Bai's avatar Tao Bai Committed by Android (Google) Code Review
Browse files

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

parents 0c77665c 990f9a9f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment