m4gr3d / Godot-Android-Samples

Collection of Godot Android plugins
MIT License
43 stars 6 forks source link

The Godot Plugin for android still uses deprecated methods like onMainRequestPermissionsResult and onMainActivityResult #15

Open kyadalu1 opened 11 months ago

kyadalu1 commented 11 months ago

Android now recommends to use registerForActivityResult instead of onMainActivityResult & onMainRequestPermissionsResult but it looks like it is not possible to use registerForActivityResult as it requires Activity or Fragment

Is it possible to still use registerForActivityResult in GodotAndroidPlugin class. here is my code