You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Android now recommends to use
registerForActivityResult
instead ofonMainActivityResult
&onMainRequestPermissionsResult
but it looks like it is not possible to useregisterForActivityResult
as it requiresActivity
orFragment
Is it possible to still use
registerForActivityResult
inGodotAndroidPlugin
class. here is my codeThe text was updated successfully, but these errors were encountered: