I cannot find a way to prevent Android Studio from automatically loading the last project in use. I want it open me the beggining window with the list of projects available and
On Linux it's:
$HOME/.AndroidStudio3.6/config/options/recentProjects.xml
... where you may want to remove openPaths and lastPath nodes.
openPaths
lastPath
Then it show the default project-selection dialog again.