react-native-my-uploader-android 1.0.48 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,6 +2,7 @@ package com.myuploaderandroid
|
|
|
2
2
|
|
|
3
3
|
import androidx.exifinterface.media.ExifInterface
|
|
4
4
|
import java.io.File
|
|
5
|
+
import android.util.Log
|
|
5
6
|
import java.io.FileOutputStream
|
|
6
7
|
import java.io.InputStream
|
|
7
8
|
import android.app.Activity
|
|
@@ -528,7 +529,7 @@ class MyUploaderModule(private val reactContext: ReactApplicationContext) :
|
|
|
528
529
|
}
|
|
529
530
|
|
|
530
531
|
@ReactMethod
|
|
531
|
-
fun
|
|
532
|
+
fun DeleteTempFiles(fileUris: ReadableArray, promise: Promise) {
|
|
532
533
|
Thread {
|
|
533
534
|
try {
|
|
534
535
|
var deletedCount = 0
|