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
move startActivity function to Context class
This way it can also be called on Application Context
This commit is contained in:
@@ -13,6 +13,7 @@ import android.content.ContextWrapper;
|
||||
|
||||
public class Application extends ContextWrapper {
|
||||
private String app_icon_path = null;
|
||||
public long native_window;
|
||||
|
||||
private String get_app_icon_path() {
|
||||
return app_icon_path;
|
||||
|
||||
Reference in New Issue
Block a user