Skip to content

Commit

Permalink
Merge pull request #31 from ionic-team/fix/android-local-notifications
Browse files Browse the repository at this point in the history
fix(Android): using fully qualified class name for TimedNotificationPublisher
  • Loading branch information
giralte-ionic authored Aug 15, 2023
2 parents f12d2e9 + c4b3bd8 commit 68cb610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application>
<receiver android:name=".api.TimedNotificationPublisher" />
<receiver android:name="io.ionic.backgroundrunner.plugin.api.TimedNotificationPublisher" />
</application>
</manifest>

0 comments on commit 68cb610

Please sign in to comment.