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
Feel free to remove statics and replace them with a better code in terms of architecture.
32
+
The goal was to pass the idea that theses number should be retrieved only once, and the best place for it is the Application class.
33
+
Note that a mechanism has been added in V0.4 to wait for the EMDK in case it would not be available (the classic use case is when your app respond to the BOOT_COMPLETED event that occurs way before the EMDK finishes its initialization)
34
+
```
27
35
28
36
## Description
29
37
A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device.
@@ -211,7 +219,24 @@ Sample code if you need to get both device identifiers:
211
219
// The message contains the serial number
212
220
String mySerialNumber = message;
213
221
// We've got the serial number, now we can ask for the IMEINumber
0 commit comments