- Edited
baljit1221 only when you logout, the notification will go away. Even if it doesn't, you need to force close app.
Store App and Delivery App always needs to run in the background when the user is logged in to make sure they get push notifications. And to allow the apps to run in the background, a notification service always needs to be shown to on the phone. (That's the android rule)
Kindly refer to this:
https://developer.android.com/guide/components/foreground-services#user-dismiss-notification
(User will only be able to dismiss the permanent notification from Android 13+)