<!-- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
package="com.example">
|
<application
|
android:allowBackup="true"
|
android:label="Print Plugin"
|
android:theme="@style/AppTheme">
|
</application>
|
</manifest> -->
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
package="com.example">
|
|
<uses-permission android:name="android.permission.USB_PERMISSION" />
|
<uses-feature android:name="android.hardware.usb.host" />
|
|
</manifest>
|