The Callgo Manager app is a dedicated application for managers who handle delivery services.
You can efficiently manage the entire process from requesting and accepting delivery orders, checking progress, processing results, and even settlement in a single location.
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 confirm the order.
Users can directly control play, pause, and end the service through the always-visible **Notification**.
The service will immediately stop when the user chooses to end the service and will not automatically restart.
This feature provides order guidance and status notifications, not just simple sound effects. Therefore, the MEDIA_PLAYBACK foreground service permission is required for stable operation.
The Callgo Manager app uses this permission only for its core purpose of real-time order confirmation and efficient delivery operations.