diff --git a/README.md b/README.md index 4600153..95c2b78 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Android 10 limited access to device identifiers for all apps running on the plat **Zebra mobile computers running Android 10 are able to access both the serial number and IMEI** however applications need to be **explicitly granted the ability** to do so and use a proprietary API. To access to this API, you must first register your application using the AccessMgr MX's CSP. + You can do it using StageNow, more details here: https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample + Or you can use this wrapper that will automatically register your application if it is necessary. To use this helper on Zebra Android devices running Android 10 or higher, first declare a new permission in your AndroidManifest.xml @@ -21,6 +23,7 @@ Then add the uses-library element to your application ```xml ``` + Sample AdroidManifest.xml: ```xml