Selaa lähdekoodia

删除无用代码

Pq 1 vuosi sitten
vanhempi
commit
b61b3b6760
2 muutettua tiedostoa jossa 0 lisäystä ja 19 poistoa
  1. 0 9
      student/src/main/AndroidManifest.xml
  2. 0 10
      teacher/src/main/AndroidManifest.xml

+ 0 - 9
student/src/main/AndroidManifest.xml

@@ -326,15 +326,6 @@
             </intent-filter>
         </receiver>
 
-        <receiver
-            android:name=".push.SealNotificationReceiver"
-            android:exported="true">
-            <intent-filter>
-                <action android:name="io.rong.push.intent.MESSAGE_ARRIVED" />
-                <action android:name="io.rong.push.intent.MESSAGE_CLICKED" />
-                <action android:name="io.rong.push.intent.THIRD_PARTY_PUSH_STATE" />
-            </intent-filter>
-        </receiver>
 
         <!--vivo-->
         <receiver android:name="com.cooleshow.student.push.VivoPushReceiver">

+ 0 - 10
teacher/src/main/AndroidManifest.xml

@@ -427,16 +427,6 @@
                 <action android:name="com.xiaomi.mipush.ERROR" />
             </intent-filter>
         </receiver>
-<!--        <receiver-->
-<!--            android:name=".push.SealNotificationReceiver"-->
-<!--            android:exported="true">-->
-<!--            <intent-filter>-->
-<!--                <action android:name="io.rong.push.intent.MESSAGE_ARRIVED" />-->
-<!--                <action android:name="io.rong.push.intent.MESSAGE_CLICKED" />-->
-<!--                <action android:name="io.rong.push.intent.THIRD_PARTY_PUSH_STATE" />-->
-<!--            </intent-filter>-->
-<!--        </receiver>-->
-
 
         <!--vivo-->
         <receiver android:name=".push.VivoPushReceiver">