|
|
|
@ -34,7 +34,6 @@ import net.micode.notes.data.Notes.DataColumns;
|
|
|
|
|
import net.micode.notes.data.Notes.NoteColumns;
|
|
|
|
|
import net.micode.notes.data.NotesDatabaseHelper.TABLE;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class NotesProvider extends ContentProvider {
|
|
|
|
|
// URI Matcher 用于将 URI 映射到相应的操作
|
|
|
|
|
private static final UriMatcher mMatcher;
|
|
|
|
|