From 12ea8ea7fb783cf60d24f4b4bad8c6ff7043e032 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 12 Aug 2020 14:25:48 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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