I have read just about everything there is to find here on this issue, not getting past this.
I have a simple app starting with the MainActivity, my
MainActivity
Try using fully qualified path in android:authorities thereby replacing de.somename.provider with de.somename.provider.hvkContentProvider in so that it becomes as follows.
android:authorities
de.somename.provider
de.somename.provider.hvkContentProvider
You can refer this