I\'m having trouble with something that works in the Notepad example. Here\'s the code from the NotepadCodeLab/Notepadv1Solution:
String[] from = new String[
What solved my issue with this error was that I had not included the _id column in my DB query. Adding that solved my problem.