| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:sharedUserId="android.uid.system" |
| | | xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <!-- 网络权限(用于UDP上传) --> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| | | |
| | | <!-- USB摄像头权限 --> |
| | | <uses-feature android:name="android.hardware.usb.host" /> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:dataExtractionRules="@xml/data_extraction_rules" |