Downloads
Public Downloads folder.
Android: the device's Downloads collection. API 29+ uses
MediaStore.Downloads(no permission). API 26-28 falls back toEnvironment.DIRECTORY_DOWNLOADSand requiresWRITE_EXTERNAL_STORAGEruntime 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.