Downloads

Public Downloads folder.

  • Android: the device's Downloads collection. API 29+ uses MediaStore.Downloads (no permission). API 26-28 falls back to Environment.DIRECTORY_DOWNLOADS and requires WRITE_EXTERNAL_STORAGE runtime permission.

  • iOS: the app's Documents directory. iOS has no public Downloads — surface the file via a share sheet or by enabling file sharing in Info.plist.