api-impl: add misc APIs needed for AntennaPod

This commit is contained in:
Julian Winkler
2025-02-10 18:19:55 +01:00
parent c7f1e05f5d
commit 1cf48085ff
30 changed files with 223 additions and 44 deletions

View File

@@ -52,4 +52,6 @@ public class WebSettings {
public void setRenderPriority(RenderPriority priority) {}
public void setBlockNetworkLoads(boolean block) {}
public void setMixedContentMode(int mode) {}
}