Have you "hard coded" the path to the internal folder
Thank you for the idea ! I use File.DirInternal, but I store the value of File.DirInternal in the settings file in order to know where my db are located in File.DirInternal or in File.DirDefaultExternal.
I checked:
KK, LL: File.DirInternal = "/data/data/testapp/files"
MM: File.DirInternal = "/data/user/0/testapp/files"
Google changed path to support multiply users on the device.
I did additional check to resolve this issue.