panlili2024
2025-02-21 d31f2155237aa65cee1cb6ce1d39c48191663226
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>