Hello everyone,
I'm working on a project using a Zebra MC33 devices and some other devices like for example the Honeywell CT60.
Regarding the Zebra MC33, everything is working fine but I had to add some specific lines in the file AndroidManifest.xml as described in the documentation such as :
and
The problem is that these lines in the manifest causes the application to work well only on the Zebra MC33 and not on the others (It makes sense because the other devices don't regognize the library com.symbol.emdk).
Is there a way to remove these lines from the Android manifest and ask for the proper permissions in the code (I'm using Xamarin)
Thanks for your help,
Alban
2 Replies
Hi, please see EMDK for Android Programming Practices - Zebra Technologies Techdocs which explains how to do this
The code is in Java but the principles will apply equally to Xamarin.
Thanks.
Darryn.
Hi Darryn,
Thanks for your answer.
Alban.