Closed myvj256 closed 6 months ago
This works on API 33 (Tested)
getFetch().enqueue(requests, updatedRequests -> { });
But when i try to enqueue downloads using API 33, it doesn't work. On checking it returns error: FILE_NOT_FOUND
Had to add android:requestLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
This works on API 33 (Tested)
But when i try to enqueue downloads using API 33, it doesn't work. On checking it returns error: FILE_NOT_FOUND