We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e3cf8 commit da582ddCopy full SHA for da582dd
1 file changed
README.md
@@ -20,6 +20,9 @@ Have fun with Zebra's devices :)
20
21
22
## Change Log !!!
23
+
24
+## Added new method DIHelper.getBtMacAddress to retrieve Bluetooth Mac Address.
25
26
### 1. Change of REPOSITORY
27
### 2. UPDATED FOR A13...
28
### 3. Added a Sample repository running on <=A13
@@ -29,6 +32,11 @@ https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
29
32
30
33
Look for "TODO: MANDATORY FOR DeviceIdentifierWrapper" to find what you need to add to your AndroidManifest.xml and build files.
31
34
35
+## V0.9 to V0.10 : Get Bluetooth Mac Address
36
+```text
37
+ Added method DIHelper.getBtMacAddress to retrieve device's Bluetooth Mac Address
38
+```
39
40
## V0.8 to V0.9 : Updated for A13
41
```text
42
Added BIND_NOTIFICATION_LISTENER_SERVICE permission
0 commit comments