Skip to content

Commit 4630c30

Browse files
committed
removed deprecated FirebaseInstanceIdService
1 parent e0ff369 commit 4630c30

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

app/src/main/AndroidManifest.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
<category android:name="android.intent.category.LAUNCHER" />
3737
</intent-filter>
3838

39-
<meta-data
40-
android:name="android.app.shortcuts"
41-
android:resource="@xml/shortcuts"
42-
tools:targetApi="n" />
4339
</activity>
4440
<activity
4541
android:name=".BluetoothConnectionActivity"
@@ -91,11 +87,13 @@
9187
<service
9288
android:name=".service.FileStreamerIntentService"
9389
android:exported="false" />
94-
<service android:name=".service.MyFirebaseInstanceIDService">
90+
91+
<!-- <service android:name=".service.MyFirebaseInstanceIDService">
9592
<intent-filter>
9693
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
9794
</intent-filter>
98-
</service>
95+
</service> -->
96+
9997
<service android:name=".service.MyFirebaseMessagingService">
10098
<intent-filter>
10199
<action android:name="com.google.firebase.MESSAGING_EVENT" />

0 commit comments

Comments
 (0)