Hi all
after following the tutorial (https://developer.motorolasolutions.com/docs/DOC-2659) I am ending up with an error message from EMDKManager.getEMDKManager(.)
The message is: Not allowed to bind to service Intent { act=symbol.intent.action.emdkservice cmp=com.symbol.emdk.emdkservice/.EMDKService }
I added the required permissions to the manifest as shown in the tutorial.
what now ?
Cheerz
-ToM-
Not allowed to bind to service Intent |
2 Replies
Tom, As Gary pointed out, can you change the permission name to com.symbol namespace and check to see if that fixes your issue? If so please mark Gary's reply as the correct answer.
Tom, would it be possible to share your project or just your Main Activity and Manifest?