hello everyone,
i have a problem in retrieving data stored in webview by using html
database.
and it is working perfectly on the html page.
as the application involves, there is a demand that i get the stored data
from the webview.
after investigating into the sdk, i didn't find a way to get the data,
because the webview database is named privately with names like
"0000000000000001.db"
and in directories like
"file__0".
i only set the database path by the following code:
databasePath = this.getApplicationContext()
.getDir("database", Context.MODE_PRIVATE).getPath();
settings.setDatabasePath(databasePath);
which is different from the "0000000000000001.db" file name, and "file__0"
directory name.
so i can get the database data using given apis?
thanks in advance!
--
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