Hi Zebra team,
I have a question about the EMDK permissions when developing an app for Android devices.
As stated on the page below, it is required to add the "uses-permission" line in the manifest file.
Data Capture Profile Feature Tutorial - Zebra Technologies TechDocs
However, we intend to create one app that can be installed on Zebra devices, aswell as other consumer devices, that do not have the EMDK installed. Is there a way to build a android studio project, without the explicit requirement in the manifest file?
1 Replies
Hi, you can specify android:required as false. Please see this link for instructions on creating an application that runs on both Zebra and non-Zebra devices: EMDK for Android Programming Practices - Zebra Technologies TechDocs