Hello,
How to open my .NET MAUI Android app open when i tap its notification entry
You need to open a specific activity when click your notification, you need to create a PendingIntent object and associate the PendingIntent with the notification. For more details, you can refer to this document. Starting an activity from a notification
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.