I have read on other threads that you can use File.ExternalWritable to detect an SD card.
When I try this however it returns true! There is definitely no SD card in the slot!
As this test failed my app went on to try to create the directories which also worked.
They have been created on the internal storage under /storage/emulated/0/...
Samsung Galaxy Tab 3 Android version 4.2.2.
Any ideas anyone?
Thanks
When I try this however it returns true! There is definitely no SD card in the slot!
B4X:
' check for an sd card
If Not(File.ExternalWritable) Then
Msgbox("This application requires an SD card to hold the data and images","Error")
Activity.Finish
End If
As this test failed my app went on to try to create the directories which also worked.
They have been created on the internal storage under /storage/emulated/0/...
Samsung Galaxy Tab 3 Android version 4.2.2.
Any ideas anyone?
Thanks