The Eutteum Manager app is a food delivery service using a smartphone.
We provide a service where an agent who receives an order through the app uses the order information and location to pick up the item from the store or request location and then moves to the destination location to deliver the item.
📱 Information on administrator app service access permissions
The administrator app requires the following access rights for service operation and monitoring.
📷 [Required] Camera permission
Purpose of use: Used to directly take signature images and photos of delivery completion and upload them to the server.
🗂️ [Required] Storage (storage) permission
Purpose of use: To allow you to select a photo from your gallery and upload it as a signature or delivery image.
※ In Android 13 and higher, it is replaced with photo and video selection permission.
📞 [Required] Phone permission
Purpose of use: Providing a call function to directly contact customers or merchants
📍 [Optional] Location permissions
Purpose of use: Used to check the real-time location of the rider and support efficient dispatch and location control.
※ Users can refuse location permission, in which case some location-based functions may be restricted.
🔔 [Required] Foreground service and notification permissions (FOREGROUND_SERVICE, POST_NOTIFICATIONS)
Purpose of use: To maintain data transmission and reception function with real-time server, real-time order notification sound or media playback purpose
Provides notifications about connection status and key information while using the app
※ For Android 13 and higher, separate notification permissions are required.
📱 Information on administrator app service access permissions
The administrator app requires the following access rights for service operation and monitoring.
📷 [Required] Camera permission
Purpose of use: Used to directly take signature images and photos of delivery completion and upload them to the server.
🗂️ [Required] Storage (storage) permission
Purpose of use: To allow you to select a photo from your gallery and upload it as a signature or delivery image.
※ In Android 13 and higher, it is replaced with photo and video selection permission.
📞 [Required] Phone permission
Purpose of use: Providing a call function to directly contact customers or merchants
📍 [Optional] Location permissions
Purpose of use: Used to check the real-time location of the rider and support efficient dispatch and location control.
※ Users can refuse location permission, in which case some location-based functions may be restricted.
📢 Purpose of using foreground services and notifications
This app uses a foreground service (mediaPlayback) to notify you of receipt of delivery requests in real time.
- When a real-time server event occurs, a notification sound is automatically played even if the app is in the background.
- This is intended to immediately grab the user's attention and may include a voice message rather than just a sound effect.
- So you need foreground service permission of type mediaPlayback.