You should never use File.DirDefaultExternal:
Runtime Permissions (Android 6.0+ Permissions)
Thank you for responding quickly,
I am a new user of your product and I am familiar with,
I was following trainings using the same command. I only need to copy my SQLITE database to my adroid what do I have to do as a command
If File.Exists(File.DirAssets, "alaoui.db") Then
File.Copy(File.DirAssets, "alaoui.db", File.DirDefaultExternal, "toto.db")
Log("OK !, Base chargée BBBB...")
sql1.Initialize(File.DirDefaultExternal, "toto.db", False)
Log("OK !, Base chargée ...")
Else
Log("No !, Base non chargée ...")
End If