Skip to content

Commit e66d6dd

Browse files
committed
fix: add com.android.periodpals. prefix to Push Notifications in Android.xml
1 parent 7ca778f commit e66d6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</activity>
4747

4848
<service
49-
android:name=".services.PushNotificationsServiceImpl"
49+
android:name="com.android.periodpals.services.PushNotificationsServiceImpl"
5050
android:exported="false">
5151
<intent-filter>
5252
<action android:name="com.google.firebase.MESSAGING_EVENT" />

0 commit comments

Comments
 (0)