Open "Google Photo" in android apps

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gary_CHAN

I would like to add a file dialog to my game in android which allows user to select their own photos and use them in game. But using godot’s file dialog requires the user to find their photo by their own ( they need to know where to look for their photos)

I find other apps in the play store that can call the phone’s default “Gallery” app or even “google photo” to help selecting photos . Is it possible in Godot?

I think godot probably won’t include this in it’s core functionality as this is something very platform specific (i.e. windows and mac won’t have this). Maybe there are some plugins that can do this?

tianer2820 | 2021-09-23 00:21