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

Commit 6da69cad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update deprecation note for Application Cache." into rvc-dev

parents cde7161d fc23be81
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);