Apparently Samsung S7 does not play well with File.DirDefaultExternal

Mashiane

Expert
Licensed User
Longtime User
Hi there

My app was not working just due to this. I have the kvs class initialized with File.DirDefaultExternal linked to the starter module. The app was crashing on the S7.

After testing on real devices, Samsung Remote Test Lab, same thing happened. So I changed this to File.DirInternal and the app works perfectly.

I could be wrong anyway, but so far that's my solution for now. At least the client will be relieved.

Ta!
 

DonManfred

Expert
Licensed User
Longtime User
Do you have an small example project which i could test on my S7 EDGE?
 
Top