//안드로이드에게 서비스를 인식하려면 등록 하여야 함.
<service android:enabled="true” android:name=“com.pyo.service.MusicService”>
<intent-filter>
// 위 서비스 클래스의 별칭(action name)
<action android:name=“com.pyo.intent.action.MusicAction" />
</intent-filter>
</service>
Service Component Life Cycle
Service 호출 순서

WorkManager 주요 클래스
BroadcastReceiver
ContentProvider
Intent
Intent의 구성요소
IntentFilter
Intent Resolution : Intent Filter 구조를 파악하여 코드에서 호출 시 적절한 인텐트를 찾아 자동으로 싷행시켜주는 기능