move startActivity function to Context class

This way it can also be called on Application Context
This commit is contained in:
Julian Winkler
2023-09-19 23:09:58 +02:00
parent 55a1ff2cc5
commit 299a474aa0
4 changed files with 27 additions and 28 deletions

View File

@@ -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;