UriMatcher doesn't match correctly
问题 First up: I have sifted through many of the questions on the topic on SO and have still failed to come up with a correct answer. Here is a, (way simplified), version of my code: private static UriMatcher uriMatcher = new UriMatcher(UriMatcher.NO_MATCH); private static final int HOMEWORK_TABLE_REQUEST = 1, CLASS_TABLE_REQUEST = 2, SETTINGS_TABLE_REQUEST = 3, HOMEWORK_ITEM_REQUEST = 4, CLASS_ITEM_REQUEST = 5, SETTINGS_ITEM_REQUEST = 6; static { uriMatcher.addURI("org.dvc.homeworkReminder