AppExternalFiles

App-specific external storage. On Android this is visible from the File Manager under Android/data/<pkg>/files/ and survives app uninstallation only on Android 11 and below. iOS does not have this concept; files land in the standard Documents directory there.

Useful when you want the user to be able to copy the file out of the app via USB or a file manager but still have it disappear on uninstall.