You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# DeviceIdentifiersWrapper-Sample
2
2
3
+
A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device.
4
+
3
5
How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10
4
6
5
7
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.
@@ -48,9 +50,9 @@ Sample AdroidManifest.xml:
48
50
```
49
51
50
52
51
-
Finally, add EMDK dependency to your application build.graddle file:
53
+
Finally, add DeviceIdentifierWrapper dependency to your application build.graddle file:
0 commit comments