hao
2025-05-07 feef207cddc10b94f195e3ed9ca2348479c17941
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- <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>