Merged
Conversation
Notimanager로 이름 통일
androidManifest에 포그라운드 서비스 등록 해당 서비스에서 받은 알림을 상태바에서 보여줌.
NotiListenerService에서 알림을 받으면 포그라운드 서비스에 해당 앱 알림을 띄우도록 함. 그리고 MainActivity 실행 시 포그라운드 서비스 실행.
중요 알림을 클릭하면 해당 앱 제목 페이지로 이동하도록 함.
Code Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR
작업 내용
참고 사항
알림에서 보여지는 UI의 경우 다국어 지원과 함께 업데이트할 예정입니다.
지금은 의도한 대로 알림이 그룹으로 묶여 보여지는 데에 의의가 있습니다.
✏ Git Close
#39