You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: