startActivity(): implement Intent.FLAG_ACTIVITY_CLEAR_TOP

This commit is contained in:
Julian Winkler
2025-07-25 16:41:59 +02:00
parent 9e27cccc0d
commit a9f68c976b
7 changed files with 50 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ struct handle_cache {
jmethodID onStop;
jmethodID onPause;
jmethodID onBackPressed;
jmethodID onNewIntent;
} activity;
struct {
jclass class;