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

Commit fc23be81 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles)
Browse files

Update deprecation note for Application Cache.

Update the deprecation note for WebSettings.setAppCacheEnabled and
related to mention the public blog post about the feature being removed.

Fixes: 156409857
Test: m offline-sdk-docs
Change-Id: I0481937d665f3f16b61b921aa19e306ba8bb16e0
parent 0a1a911a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1121,6 +1121,7 @@ public abstract class WebSettings {
     * @deprecated The Application Cache API is deprecated and this method will
     *             become a no-op on all Android versions once support is
     *             removed in Chromium. Consider using Service Workers instead.
     *             See https://web.dev/appcache-removal/ for more information.
     */
    public abstract void setAppCacheEnabled(boolean flag);

@@ -1136,6 +1137,7 @@ public abstract class WebSettings {
     * @deprecated The Application Cache API is deprecated and this method will
     *             become a no-op on all Android versions once support is
     *             removed in Chromium. Consider using Service Workers instead.
     *             See https://web.dev/appcache-removal/ for more information.
     */
    public abstract void setAppCachePath(String appCachePath);