Android storage has changed dramatically.

For a long time, Android developers could think about storage in familiar terms:

val file = File("/some/path/file.txt")

Enter fullscreen mode

Exit fullscreen mode