Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
At least in Android default database path is /data/data/com.yourpackage/databases.
Currently there are now way to get this path using QStandardPaths.
QStandardPaths::location(QStandardPaths::DataLocation) points to /data/data/com.yourpackage/files, so users must done some string manipulation to get the path to the database.
Not sure how this is handled in iOS side but I guess there is default database path as well.
Attachments
Issue Links
- is required for
-
QTBUG-36015 Tasks that require coordination between WinRT, Android and iOS implementations
- Reported