@@ -14,12 +14,14 @@ Have fun with Zebra's devices :)
1414
1515## Change Log !!!
1616### 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
1919
2020## Sample Repository
2121https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
2222
23+ ## V0.8 to V0.9 : Updated for A13
24+
2325## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability
2426``` text
2527 Added basic cache mechanism.
@@ -74,13 +76,15 @@ To use this helper on Zebra Android devices running Android 10 or higher, first
7476``` xml
7577<uses-permission android : name =" com.zebra.provider.READ" />
7678<uses-permission android : name =" com.symbol.emdk.permission.EMDK" />
79+ <uses-permission android : name =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
7780```
7881
7982Then add a query element to retrive the data (only necessary for Android builds >= 11)
8083
8184```xml
8285 <queries >
8386 <provider android : authorities =" oem_info" />
87+ <package android : name =" com.symbol.emdk.emdkservice" />
8488 </queries >
8589```
8690
@@ -97,10 +101,12 @@ Sample AdroidManifest.xml:
97101 <!-- > TODO: Add these permissions to your manifest </-->
98102 <uses-permission android : name =" com.zebra.provider.READ" />
99103 <uses-permission android : name =" com.symbol.emdk.permission.EMDK" />
104+ <uses-permission android : name =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
100105
101106 <!--> TODO: Add query element to your manifest </-- >
102107 <queries >
103108 <provider android : authorities =" oem_info" />
109+ <package android : name =" com.symbol.emdk.emdkservice" />
104110 </queries >
105111
106112 <application
0 commit comments