Browse Source

清单文件添加跳转事件

wangjk 4 years ago
parent
commit
fac7d2a398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      home/src/main/AndroidManifest.xml

+ 1 - 1
home/src/main/AndroidManifest.xml

@@ -14,7 +14,7 @@
         <activity android:name=".activity.WatchCallRecordsActivity" />
         <activity android:name="com.wdkl.ncs.android.component.home.activity.RTCVoipAudioRingingActivity" />
         <activity android:name="com.wdkl.ncs.android.component.home.activity.RTCVoipAudioActivity" />
-
+        <activity android:name=".activity.EventActivity" />
         <service android:name="com.starrtc.demo.demo.service.KeepLiveService">
             <intent-filter>
                 <action android:name="com.starrtc.demo.service.KeepLiveService" />