Skip to content

Commit 346e0c5

Browse files
authored
Update README.md
1 parent 4acda07 commit 346e0c5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
## Sample Repository
1212
https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
1313

14-
## V0.4 : Basic cache mechanism
14+
## V0.4 : Basic cache mechanism & Wait for EMDK availability
1515
```text
1616
Added basic cache mechanism.
17-
The IMei and the Serial number will be cached once they get retrieved.
18-
The cache can be reset with the method:
19-
DIHelper.resetCachedValues()
20-
Added a mechanism to wait for the EMDK if it is not available (when responding to the BOOT_COMPLETED event for ex.
21-
To be tested... feel free to report any issue regarding this feature.
17+
The IMei and the Serial number will be cached once they get retrieved.
18+
The cache can be reset with the method:
19+
DIHelper.resetCachedValues()
20+
Added a mechanism to wait for the EMDK if it is not available (when responding to the BOOT_COMPLETED event for ex.
21+
To be tested... feel free to report any issue regarding this feature.
2222
```
2323
## V0.3 : Update for A11
2424
```text

0 commit comments

Comments
 (0)