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
Update the dependency in the graddle application file: implementation 'com.github.ltrudu:DeviceIdentifiersWrapper:0.3' or replace 0.3 with + to get the latest version automatically
10
22
```
11
23
24
+
25
+
26
+
## Description
12
27
A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device.
13
28
14
29
How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10
@@ -23,8 +38,7 @@ You can do it using StageNow, more details here: https://github.com/darryncampbe
23
38
24
39
Or you can use this wrapper that will automatically register your application if it is necessary.
25
40
26
-
27
-
41
+
## Implementation
28
42
To use this helper on Zebra Android devices running Android 10 or higher, first declare a new permission in your AndroidManifest.xml
0 commit comments