Skip to content

Commit d3b2dc1

Browse files
committed
Added information on what you have to add to your manifest to get the serial number and imei number
1 parent 9a8c59b commit d3b2dc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DeviceIdentifiersWrapper/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
33
package="com.zebra.deviceidentifierswrapper">
4-
<!-- TODO: Add these permissions and queries to your app -->
4+
<!-- TODO: BEGIN Add these permissions and queries to your app -->
55
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
66
<uses-permission android:name="com.zebra.provider.READ"/>
77
<uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
@@ -10,8 +10,10 @@
1010

1111
<queries>
1212
<package android:name="com.symbol.emdk.emdkservice" />
13+
<package android:name="com.zebra.zebracontentprovider"/>
1314
<provider android:authorities="oem_info" />
1415
</queries>
16+
<!-- TODO: END Add these permissions and queries to your app -->
1517

1618
<!--application
1719
android:name = ".MainApplication"
@@ -22,7 +24,7 @@
2224
android:supportsRtl="true"
2325
android:theme="@style/AppTheme">
2426
<uses-library android:name="com.symbol.emdk" />
25-
TODO: Add uses-library to your application
27+
TODO: Add <uses-library android:name="com.symbol.emdk" /> to your application element
2628
....
2729
</application-->
2830

0 commit comments

Comments
 (0)