From 4a42989853dd83c0519d0684383430006b7e9625 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期二, 26 八月 2025 17:59:50 +0800 Subject: [PATCH] 获取设备列表序列化 --- HDLSDK/app/src/main/AndroidManifest.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HDLSDK/app/src/main/AndroidManifest.xml b/HDLSDK/app/src/main/AndroidManifest.xml index 490bf4e..fd83be6 100644 --- a/HDLSDK/app/src/main/AndroidManifest.xml +++ b/HDLSDK/app/src/main/AndroidManifest.xml @@ -36,6 +36,11 @@ android:exported="false" android:windowSoftInputMode="adjustPan|stateHidden" /> + <activity + android:name=".SourceBindActivity" + android:exported="false" + android:windowSoftInputMode="adjustPan|stateHidden" /> + </application> </manifest> \ No newline at end of file -- Gitblit v1.8.0