Browse Source

Optimised

Deben Oldert 10 năm trước cách đây
mục cha
commit
fddeb2e9cb
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      Android app/AndroidManifest.xml

+ 0 - 7
Android app/AndroidManifest.xml

@@ -52,13 +52,6 @@
                 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
             </intent-filter>
         </service>
-        <service
-            android:name=".InstanceIdService"
-            android:exported="false">
-            <intent-filter>
-                <action android:name="com.google.android.gms.iid.InstanceID"/>
-            </intent-filter>
-        </service>
         <service
             android:name=".RegisterIntentService"
             android:exported="false">