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 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools"
2
3
package =" com.zebra.deviceidentifierswrapper" >
4
+ <!-- TODO: Add these permissions and queries to your app -->
3
5
<uses-permission android : name =" android.permission.READ_PHONE_STATE" />
4
6
<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
+
5
11
<queries >
6
12
<package android : name =" com.symbol.emdk.emdkservice" />
7
13
<provider android : authorities =" oem_info" />
8
14
</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
+
9
29
</manifest >
You can’t perform that action at this time.
0 commit comments