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
+59-6Lines changed: 59 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# DeviceIdentifiersWrapper-Sample
2
2
3
+
# NEW !!! Change of REPOSITORY and new UPDATE 0.3 FOR A11... #
4
+
```text
5
+
Update your graddle distribution to >= 7.3.3
6
+
update your compileSdkVersion to 30
7
+
Update your Manifest.xml file to add the Query element (as explained in this description)
8
+
Add jitpack.io repository to the project build.graddle file : maven { url 'https://jitpack.io' }
9
+
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
+
```
11
+
3
12
A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device.
4
13
5
14
How to access device identifiers such as serial number and IMEI on Zebra devices running Android 10
@@ -23,6 +32,13 @@ To use this helper on Zebra Android devices running Android 10 or higher, first
0 commit comments