my Android ContentProvider can't find ContentResolver
问题 My goal is writing a ContentProvider without an Activity. For testing I wrote a test - activity in a own app. For those who want to tell me that there is still a logger included in android, I know this. Here is part of the ContentProvider public static final String AUTHORITY = "de.xyz.android.log4android"; public static final int LOGGER_ARROW_URI_ID = 1; public static final String ARROW_CONTENT_TYPE = "vnd.de.xyz.android.cursor.dir/vnr.log"; public static final int LOGGER_ITEM_URI_ID = 2;