@@ -14,12 +14,14 @@ Have fun with Zebra's devices :)
14
14
15
15
## Change Log !!!
16
16
### 1. Change of REPOSITORY
17
- ### 2. UPDATED FOR A11 ...
18
- ### 3. Added a Sample repository running on <=A11
17
+ ### 2. UPDATED FOR A13 ...
18
+ ### 3. Added a Sample repository running on <=A13
19
19
20
20
## Sample Repository
21
21
https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
22
22
23
+ ## V0.8 to V0.9 : Updated for A13
24
+
23
25
## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability
24
26
``` text
25
27
Added basic cache mechanism.
@@ -74,13 +76,15 @@ To use this helper on Zebra Android devices running Android 10 or higher, first
74
76
``` xml
75
77
<uses-permission android : name =" com.zebra.provider.READ" />
76
78
<uses-permission android : name =" com.symbol.emdk.permission.EMDK" />
79
+ <uses-permission android : name =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
77
80
```
78
81
79
82
Then add a query element to retrive the data (only necessary for Android builds >= 11)
80
83
81
84
```xml
82
85
<queries >
83
86
<provider android : authorities =" oem_info" />
87
+ <package android : name =" com.symbol.emdk.emdkservice" />
84
88
</queries >
85
89
```
86
90
@@ -97,10 +101,12 @@ Sample AdroidManifest.xml:
97
101
<!-- > TODO: Add these permissions to your manifest </-->
98
102
<uses-permission android : name =" com.zebra.provider.READ" />
99
103
<uses-permission android : name =" com.symbol.emdk.permission.EMDK" />
104
+ <uses-permission android : name =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
100
105
101
106
<!--> TODO: Add query element to your manifest </-- >
102
107
<queries >
103
108
<provider android : authorities =" oem_info" />
109
+ <package android : name =" com.symbol.emdk.emdkservice" />
104
110
</queries >
105
111
106
112
<application
0 commit comments