My application works normally on my test device (When I install it via ADT & when I install it via the exported APK file) but it fails on Play Store testing device with the following error:
Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0, this requires android.permission.INTERACT_ACROSS_USERS_FULL
I'm new in Android world and I don't understand why it works on my device & it fails on the same device at Play Store test?
What this error type means in Android work environment?
I added the following permission
android.permission.INTERACT_ACROSS_USERS_FULL
in AndroidManifest.xml as recommended here: Permission Denial
But the application failed again to launch / open on their test device.
EDIT:
Test device running Android 4.3