From d04ca98317bdfb6505dcd4e42f32a016e2727bc3 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 15 Sep 2020 15:20:50 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a226573..8d72859 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DeviceIdentifiersWrapper-Sample +A wrapper to easily retrieve Serial Number and IMEI number of Zebra devices. + How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10 Android 10 limited access to device identifiers for all apps running on the platform regardless of their target API level. As explained in the docs for [Android 10 privacy changes](https://developer.android.com/about/versions/10/privacy/changes) this includes the serial number, IMEI and some other identifiable information. From 664510850f78c3463dbaded2a9182c2289b1a24e Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 15 Sep 2020 15:22:02 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d72859..d9a6048 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DeviceIdentifiersWrapper-Sample -A wrapper to easily retrieve Serial Number and IMEI number of Zebra devices. +A wrapper to easily retrieve Serial Number and IMEI number on Android 10+ Zebra devices. How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10 From cd9f83eff4580c6b85a5da4b5a42e77953422720 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 15 Sep 2020 15:27:17 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a6048..0acefdc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DeviceIdentifiersWrapper-Sample -A wrapper to easily retrieve Serial Number and IMEI number on Android 10+ Zebra devices. +A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device. How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10