增量人脸数据查询优化

This commit is contained in:
2025-12-31 11:53:35 +08:00
parent b5daf0f5df
commit 2656e89244
12 changed files with 242 additions and 66 deletions
+10
View File
@@ -30,6 +30,16 @@
android:usesCleartextTraffic="true"
android:theme="@style/Theme.FaceCollect">
<!-- 注册BootReceiver,监听开机完成广播 -->
<receiver
android:name=".receiver.BootReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<activity
android:name=".MainActivity"
android:exported="true"