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
main-executable: add '-e' cmdline option
Some multi-platform apps accept cmdline options using the `-e` option of `am`. For example, you can now use `-e unity='<unity cmdline>'` to pass cmdline arguments to a unity game.
This commit is contained in:
@@ -106,6 +106,10 @@ struct handle_cache {
|
||||
jmethodID draw;
|
||||
jmethodID setBounds;
|
||||
} drawable;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID putExtraCharSequence;
|
||||
} intent;
|
||||
};
|
||||
|
||||
extern struct handle_cache handle_cache;
|
||||
|
||||
Reference in New Issue
Block a user