Skip to content

Commit 298108b

Browse files
authored
Merge pull request #9 from ZebraDevs/master
Update Readme.md for A13 compatibility
2 parents d3b2dc1 + 79897ce commit 298108b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Then add a query element to retrive the data (only necessary for Android builds
9292
<queries>
9393
<provider android:authorities="oem_info" />
9494
<package android:name="com.symbol.emdk.emdkservice" />
95+
<package android:name="com.zebra.zebracontentprovider"/>
9596
</queries>
9697
```
9798

@@ -114,6 +115,7 @@ Sample AdroidManifest.xml:
114115
<queries>
115116
<provider android:authorities="oem_info" />
116117
<package android:name="com.symbol.emdk.emdkservice" />
118+
<package android:name="com.zebra.zebracontentprovider"/>
117119
</queries>
118120

119121
<application

0 commit comments

Comments
 (0)