Remembering the file paths for different functions

I have a path on the SD where I have stored my offline maps. A path where I store planned routes and often the download folder where I copy routes and then import them when navigating. When I want to save my tracks, it always suggests a different folder, depending on what I did before. It would be nice if the app would save itself the paths depending on the function, or if you could define default paths somewhere for the different functions as Maps, Load Route-Files, Store Tracks…

Herbert

2 Likes

It is not possible due to Android forced scoped storage.

All I/O actions are forced to use Android’s file browser,
where there are no paths, only input & output streams.

1 Like