Forráskód Böngészése

删除无用代码

Pq 1 éve
szülő
commit
b61b3b6760

+ 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">