[dev_minibus-d_230425_3.2.0] 优化红绿灯显示

This commit is contained in:
lixiaopeng
2023-05-08 15:06:05 +08:00
parent c819a700e2
commit bdb43119d7
277 changed files with 5025 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.usbcamera"
android:versionCode="1" >
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="27" />
<!-- 声明使用usb -->
<uses-feature
android:name="android.hardware.usb.host"
android:required="true" />
<application>
</application>
</manifest>