We provide the "Dream Agency" application so that users who work as delivery agents can easily request delivery, accept delivery, check delivery status, receive delivery results, and settle delivery payments.
📢 Required permission information: FOREGROUND_SERVICE_MEDIA_PLAYBACK
This app uses the foreground service to receive real-time orders and deliver immediate notifications. This function is a core function of the app, and is automatically activated when the app is launched, and performs the following actions:
Maintain real-time connection with the server: Always maintain a connection so that you can receive notifications immediately when a new order occurs.
Provide voice notifications of order information: When an order arrives, a notification sound is played through the in-app media player, enabling a quick response even in situations where visual confirmation is difficult.
Maintain operation even in background mode: Order reception and notifications operate in real time even if the user does not directly open the app, preventing work from being missed.
This service runs automatically without manual control by the user (affiliate), and if it is interrupted, order reception delays or omissions may occur, so it is absolutely necessary for work stability.
🔔 User Awareness
When the foreground service is running, the system notification will clearly show the user that the app is waiting for an order.
⚙️ You can change the permissions at any time in Settings.
(Phone Settings > Apps > Dream Agency)