File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
DeviceIdentifiersWrapper/src/main Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"
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"
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
You can’t perform that action at this time.
0 commit comments