Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 178721a1 authored by Tao Bai's avatar Tao Bai Committed by android-build-merger
Browse files

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

Merge "Update WebSettings.setSaveFormData deprecated doc" into qt-dev am: 7bb64fcf am: 22eceae1 am: 01006cc9
am: a53976b3

Change-Id: I49fdd449efb0c0bc8d331d27c927f60e3f9380f1
parents de22bc70 a53976b3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);