Android notification start when ever I open app
问题 I am adding notification to my app, Everyting is working fine if app is shut down, and it fires notification exactly as i want, but when ever i start app, and on create is called notification fires. If i leave app and start app again, notification will fire again. However, when ever i open my app notification fires. I do not want that behavior. This is a code for for notifications and i put code in onCreate : I know that i should move this from onCreate but where to move it? Is it possible to