Activity를 생성 --> Service 실행(Notification manager로 SetForeground로 등록)  --> Notifcation bar 내려서

제가 만든 서비스 클릭시

 

클릭할때마다 Activity가 중복해서 생성(onCreate) 가 되네요.

제가 원하는 것은 처음에 실행한 Activity만 resume 해서 보여주는 것인데요.

 

변경할 수 있는 방법이 혹시 없을까요?