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