If the android version matters, it’s 12.

  • stifle867@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    You could download a terminal app (termux from f-droid) and run ls > file.txt. You would first want to cd (change directory) to the location you’re interested in. This will generate a file.txt with the output of ls (list files command).