Hi,
I want to check the state of the SD card before some code executes and am having trouble with the args & types portion of the statement below:
The Android docs that I am using is here.
I've searched the forum and spent the morning experimenting, any help with this would be much appreciated...
tunderin...
I want to check the state of the SD card before some code executes and am having trouble with the args & types portion of the statement below:
B4X:
Dim r As Reflector
Dim o As Object
o=r.RunStaticMethod("android.os.environment", "getExternalStorageState", ,")
The Android docs that I am using is here.
I've searched the forum and spent the morning experimenting, any help with this would be much appreciated...
tunderin...
Last edited: