How to read/write "/data/data/com.my.app/files/<file>" android by c++ in qt
-
You should do it as you would with any other file, but you should not hard code this path. You should use QStandardPaths::writableLocation().
You should do it as you would with any other file, but you should not hard code this path. You should use QStandardPaths::writableLocation().