From d31f2155237aa65cee1cb6ce1d39c48191663226 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期五, 21 二月 2025 18:02:41 +0800 Subject: [PATCH] 新增source屏接口及房间及绑定关系接口 --- HDLSDK/app/src/main/AndroidManifest.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/HDLSDK/app/src/main/AndroidManifest.xml b/HDLSDK/app/src/main/AndroidManifest.xml index cd2cfe7..490bf4e 100644 --- a/HDLSDK/app/src/main/AndroidManifest.xml +++ b/HDLSDK/app/src/main/AndroidManifest.xml @@ -30,6 +30,12 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> + + <activity + android:name=".SourceTestActivity" + android:exported="false" + android:windowSoftInputMode="adjustPan|stateHidden" /> + </application> </manifest> \ No newline at end of file -- Gitblit v1.8.0