Questions tagged as 'android-content-provider'

1
answer

How to access another application with SQLCipher database, passing the password in the Content Provider?

In the code below, I grant access to the database in app1, using Content Provider, which makes use of SQLCipher: App1 public class StudentsProvider extends ContentProvider { private SQLiteDatabase db; @Override public boolean onCreate()...
asked by 08.08.2017 / 14:47
0
answers

Error in single query in Sqlite bank using content provider

I'm having a problem that when trying to query the database of my application through the Content Provider. When I start the database query the application crashes. I did tests using any integer as id for the query, The application works normall...
asked by 18.04.2018 / 17:35