There are quite a few questions regarding similar issues:
Neither user nor current process has android.permission.SOME_PERMISSION
The only thing that varies between the questions is the SOME_PERMISSION
. I did not forget the permission in the AndroidManifest or misspell it. The APK works on my device but on the customer's device it causes the issue.
Potentially relevant information: LG device, Android OS version 6.0.1, my app is a system/priv-app/ with 644 permissions.
I specifically want to know how can this error be reliably reproduced?
SOME_PERMISSION
can represent a number of different permissions. This is not a dangerous permission and I am aware of how to handle permission in Android 6+ with targetSDK 23.