Skip to content

Commit 1b4725a

Browse files
committed
Use the full path to the message forwarding service.
1 parent aca573f commit 1b4725a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/src/android/java/LibraryManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<uses-sdk android:minSdkVersion='23'/>
55
<application>
66
<service
7-
android:name="MessageForwardingService"
7+
android:name="com.google.firebase.messaging.MessageForwardingService"
88
android:permission="android.permission.BIND_JOB_SERVICE"
99
android:exported="true"/>
1010
</application>

0 commit comments

Comments
 (0)