Closed rtsketo closed 3 months ago
Can you please add the reason why did you add copyFile
method in the description?
You need merge this PR. As it's handle write external storage permission above Android 11 @afreakyelf
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
Code Refinements:
WRITE_EXTERNAL_STORAGE
, taking into account the different API levels and their permission models. This is critical for Android 6.0 (Marshmallow) and above, where runtime permissions are required.copyFile(..)
. This addresses a need to manipulate files within the app's scope effectively, following best practices for file storage.downloadFile(..)
function has been improved to use Environment.getExternalStoragePublicDirectory(), which is a more standardized way to access shared storage in a manner consistent with Android's scoped storage model.Code Cleanup:
Gradle Updates:
Manifest Adjustments:
Visual Assets: