Skip to content

Commit 7203a9f

Browse files
authored
Merge pull request #4 from ltrudu/master
Update Readme.md
2 parents 4155cfe + bcf8902 commit 7203a9f

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# DeviceIdentifiersWrapper-Sample
1+
# DeviceIdentifiersWrapper
22

3-
# NEW !!! Change of REPOSITORY and new UPDATE 0.3 FOR A11... #
3+
4+
5+
6+
## Change Log !!!
7+
### 1. Change of REPOSITORY
8+
### 2. UPDATED FOR A11...
9+
### 3. Added a Sample repository running on <=A11
10+
11+
## Sample Repository
12+
https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
13+
14+
15+
## Update for A11
416
```text
517
Update your graddle distribution to >= 7.3.3
618
update your compileSdkVersion to 30
@@ -9,6 +21,9 @@
921
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
1022
```
1123

24+
25+
26+
## Description
1227
A wrapper to easily retrieve the Serial Number and the IMEI number of an Android 10+ Zebra device.
1328

1429
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
2338

2439
Or you can use this wrapper that will automatically register your application if it is necessary.
2540

26-
27-
41+
## Implementation
2842
To use this helper on Zebra Android devices running Android 10 or higher, first declare a new permission in your AndroidManifest.xml
2943

3044
```xml

0 commit comments

Comments
 (0)