The Korea Manager app is a dedicated application for managers who handle delivery agency work.
You can efficiently manage the entire process, from delivery request and acceptance, to checking progress, processing results, and settlement, all in one place.
The app uses a foreground service to reliably receive new orders while running.
When an order arrives, the app provides voice notifications of the order number and item information, or plays a notification sound, allowing managers to immediately check the order.
Users can directly control play, pause, and end the app through the always-visible **Notification**.
The service will immediately stop when the user chooses to end it and will not automatically restart.
This feature provides essential order guidance and status notifications, not just sound effects. Therefore, the MEDIA_PLAYBACK foreground service permission is required for stable operation.
The Korea Manager app uses this permission only for its core purpose of real-time order confirmation and efficient delivery operations.