api-impl: add misc stubs

This commit is contained in:
Mis012
2023-08-12 13:09:33 +02:00
parent a1aa38c7b8
commit 4a1159f5cb
23 changed files with 5155 additions and 26 deletions

View File

@@ -75,6 +75,15 @@ struct handle_cache {
jclass class;
jmethodID extractFromAPK;
} asset_manager;
struct {
jclass class;
jmethodID get_package_name;
} context;
struct {
jclass class;
jobject object;
jmethodID get_app_icon_path;
} application;
};
extern struct handle_cache handle_cache;