修复 app 中的 SocketTestBroadCastReceiver.java

This commit is contained in:
董宏宇
2021-08-31 17:16:47 +08:00
parent 0278543d78
commit e943575929
2 changed files with 0 additions and 106 deletions

View File

@@ -49,13 +49,6 @@
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<receiver android:name=".SocketTestBroadCastReceiver">
<intent-filter>
<action android:name="com.socket.test_panel_control" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>