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
implement instrumentation
This commit is contained in:
@@ -115,6 +115,7 @@ struct handle_cache {
|
||||
} drawable;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID constructor;
|
||||
jmethodID putExtraCharSequence;
|
||||
} intent;
|
||||
struct {
|
||||
@@ -122,6 +123,11 @@ struct handle_cache {
|
||||
jmethodID internalGetAssetManager;
|
||||
jmethodID internalLoadChanged;
|
||||
} webview;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID onCreate;
|
||||
jmethodID start;
|
||||
} instrumentation;
|
||||
};
|
||||
|
||||
extern struct handle_cache handle_cache;
|
||||
|
||||
Reference in New Issue
Block a user