You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc stubs for K-9 Mail
This makes the non composeUI parts of K-9 Mail mostly functional.
This commit is contained in:
@@ -4,6 +4,11 @@ public class WebSettings {
|
||||
|
||||
public static enum LayoutAlgorithm {
|
||||
NORMAL,
|
||||
NARROW_COLUMNS,
|
||||
}
|
||||
|
||||
public static enum RenderPriority {
|
||||
HIGH,
|
||||
}
|
||||
|
||||
public String getUserAgentString() {
|
||||
@@ -41,4 +46,10 @@ public class WebSettings {
|
||||
public void setAppCacheEnabled(boolean enabled) {}
|
||||
|
||||
public void setAppCachePath(String path) {}
|
||||
|
||||
public void setLoadWithOverviewMode(boolean overview) {}
|
||||
|
||||
public void setRenderPriority(RenderPriority priority) {}
|
||||
|
||||
public void setBlockNetworkLoads(boolean block) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user