Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Problem accessing db SqlLite #124

Open
aleszuin opened this issue Oct 15, 2015 · 1 comment
Open

Problem accessing db SqlLite #124

aleszuin opened this issue Oct 15, 2015 · 1 comment

Comments

@aleszuin
Copy link

I'm trying to use the i-jetty on android device with a simple servlet that writes on a table sqllite what it receives from the get.
Unfortunately, from the point of view of the servlet it seems everything is correct without errors, on logcat i find a java.lang.SecurityException from "DatabaseUtils" asking for permission INTERACT_ACROSS_USERS_FULL.
There is a sample application for a webapp-jetty using sqllite?
Thank you, congratulations for the work you are doing.

@PedroNeer
Copy link

SQLDroid is a JDBC driver for Android's sqlite database.
Maybe helpful.
https://github.com/SQLDroid/SQLDroid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants