Monday, 19 August 2013

Android/Qt Access Databases

Android/Qt Access Databases

I need to access the file,
/data/data/com.google.android.music/databases/music.db
It's currently denied. I'm using Qt to target the Android platform. I
think it's easier to just use Qt's methods to read the database than
fiddle with the JNI/NDK.
The default permissions, which aren't working out for me, are as follows-
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Many thanks for any help!

No comments:

Post a Comment