Soundrecording help

I downloaded this .aia from the Community. It works well, but I have two questions.

  1. How can I delete the files created in the path shown by the app?
  2. Is it possible to download the recording to a file on my phone?
    Thanks

Use the Delete method from the file component

The file was stored inside your app in ASD - application specific storage

See also Some basics on Android storage system

To copy it to shared storage use the Copy method from the file component

Taifun

There may be issues accessing the file due to the long lived bug of saving to the "My Documents" folder (it has a space in it which AI2 does not like)