File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
DeviceIdentifiersWrapper/src/main Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
23 package =" com.zebra.deviceidentifierswrapper" >
4+ <!-- TODO: Add these permissions and queries to your app -->
35 <uses-permission android : name =" android.permission.READ_PHONE_STATE" />
46 <uses-permission android : name =" com.zebra.provider.READ" />
7+ <uses-permission android : name =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
8+ tools : ignore =" ProtectedPermissions" />
9+ <uses-permission android : name =" com.symbol.emdk.permission.EMDK" />
10+
511 <queries >
612 <package android : name =" com.symbol.emdk.emdkservice" />
713 <provider android : authorities =" oem_info" />
814 </queries >
15+
16+ <!-- application
17+ android:name = ".MainApplication"
18+ android:allowBackup="true"
19+ android:icon="@mipmap/ic_launcher"
20+ android:label="@string/app_name"
21+ android:roundIcon="@mipmap/ic_launcher_round"
22+ android:supportsRtl="true"
23+ android:theme="@style/AppTheme">
24+ <uses-library android:name="com.symbol.emdk" />
25+ TODO: Add uses-library to your application
26+ ....
27+ </application-->
28+
929</manifest >
You can’t perform that action at this time.
0 commit comments