Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
(cherry picked from commit b215dec486)
13 lines
286 B
XML
13 lines
286 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.usbcamera">
|
|
|
|
|
|
<!-- 声明使用usb -->
|
|
<uses-feature
|
|
android:name="android.hardware.usb.host"
|
|
android:required="true" />
|
|
|
|
<application>
|
|
|
|
</application>
|
|
</manifest> |