api-impl: add initial support for NativeAcivity

This commit is contained in:
Mis012
2022-11-04 19:28:46 +01:00
parent a2981b7b51
commit 7d3cefafef
8 changed files with 1427 additions and 25 deletions

View File

@@ -11,6 +11,7 @@ hax_jar = jar('hax', [
'android/app/Dialog.java',
'android/app/IntentService.java',
'android/app/KeyguardManager.java',
'android/app/NativeActivity.java',
'android/app/PendingIntent.java',
'android/app/ProgressDialog.java',
'android/app/Service.java',