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
WebView: implement file:///android_asset/... URIs
This commit is contained in:
@@ -111,6 +111,10 @@ struct handle_cache {
|
||||
jclass class;
|
||||
jmethodID putExtraCharSequence;
|
||||
} intent;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID internalGetAssetManager;
|
||||
} webview;
|
||||
};
|
||||
|
||||
extern struct handle_cache handle_cache;
|
||||
|
||||
Reference in New Issue
Block a user