Korea Merchants is a food delivery service using smartphones.
The service provides a delivery service where delivery drivers receive orders through the app, use the order information and location to pick up items from the store or delivery location, and then deliver them to the destination.
๐ [Required] Phone Permission
Purpose: Provides calling functionality to directly contact customers or dealers.
๐ข Foreground Service and Notification Permission
This app uses a foreground service (mediaPlayback) to provide real-time notification of delivery requests.
- When a real-time server event occurs, a notification sound is automatically played even when the app is in the background.
- This is intended to immediately grab the user's attention and may include a voice message, not just a simple sound effect.
- Therefore, the foreground service permission of the mediaPlayback type is required.