We provide a Handaitz agency application that allows delivery agents to easily request deliveries, accept deliveries, track delivery status, manage delivery results, and manage delivery payments.
📱 Admin App Service Access Permissions
The admin app requires the following access permissions for service operation and monitoring.
📷 [Required] Camera Permission
Purpose: Used to capture signature images and photos of completed deliveries and upload them to the server.
🗂️ [Required] Storage Permission
Purpose: Used to select photos from the gallery and upload them as signature or delivery images.
※ Replaced with the Photo and Video Selection permission on Android 13 and higher.
📞 [Required] Phone Permission
Purpose: Provides calling functionality to directly contact customers or merchants.
📍 [Optional] Location Permission
Purpose: Used to check the real-time location of riders and support efficient dispatch and location management.
※ Users can deny location permission, but some location-based features may be restricted.
📢 Purpose of Foreground Service and Notification Usage
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 type mediaPlayback is required.