Skip to content

Commit

Permalink
update to A12
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Jun 28, 2022
1 parent 36a3aae commit 45ba991
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DeviceIdentifiersWrapper/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zebra.deviceidentifierswrapper">
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="com.zebra.provider.READ">
</uses-permission>
<uses-permission android:name="com.zebra.provider.READ"/>
<queries>
<provider android:authorities="oem_info" />
</queries>
<queries>
<package android:name="com.symbol.emdk.emdkservice" />
</queries>
</manifest>

0 comments on commit 45ba991

Please sign in to comment.