Hi,
I have a config file stored using this code on an android tablet:
Where does this file physically end up? I need to manually change a value in the file and can't find it.
I have a config file stored using this code on an android tablet:
B4X:
Dim rp As RuntimePermissions
ConfigFilePath = rp.GetSafeDirDefaultExternal("")
File.WriteMap(ConfigFilePath, ConfigFileName, configMap)
Where does this file physically end up? I need to manually change a value in the file and can't find it.