Your problem is here:
Code:
java.lang.SecurityException: You either need MANAGE_USERS or CREATE_USERS permission to: query users
I don't know how Google Play is working on your other devices.
Normally the Google Play apk has to be
system signed.
I don't know of a solution short of the "nuclear option" of re-signing your entire system with your own signature.
Please unzip AndroidManifest.xml from the apk, then zip it by itself and post it.