get Application class from AndroidManifest.xml and call onCreate()

This commit is contained in:
Julian Winkler
2023-08-17 10:09:07 +02:00
parent c60e97f13f
commit a8e39cd613
4 changed files with 30 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ struct handle_cache {
} context;
struct {
jclass class;
jobject object;
jmethodID get_app_icon_path;
} application;
};