Use a Map object.How to code on android like IOS
B4X:pp.KeyChainPut("uid",ac.GetDeviceUID) pp.KeyChainGet("uid")
Dim pp as Map
pp.Initiallize
pp.Put("uid", ac.GetDeviceUID)
dim uid as String = pp.Get("uid")
Did I misunderstand the question?There is no identical feature in Android. Do you need it to store data that is not deleted when the app is uninstalled?
You get itDid I misunderstand the question?
not true.ps File.DirRootExternal is not avaiiable for targetVersion 29 .