Hi All,
I am trying to open the settings.db from the code, but it is not
working. It constantly throws the
android.database.sqlite.SQLiteException: unable to open database file.
Here is what I am doing,
SQLiteDatabase db=SQLiteDatabase.openDatabase("/data/data/
com.google.android.providers.settings/databases/settings.db", null,
SQLiteDatabase.OPEN_READWRITE);
This above statement throws the exception.
Can anybody help me out with the above issue.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---