Skip to content

Instantly share code, notes, and snippets.

@huttneab
huttneab / ContentProvider.java
Created September 26, 2012 18:54
the original openFileMethod of my content provider and the two alternate methods I use instead
// including the imports to for the sake of the io objects
import info.guardianproject.database.sqlcipher.SQLiteDatabase;
import info.guardianproject.database.sqlcipher.SQLiteQueryBuilder;
import info.guardianproject.iocipher.File;
import info.guardianproject.iocipher.FileInputStream;
import info.guardianproject.iocipher.FileOutputStream;
import info.guardianproject.iocipher.VirtualFileSystem;