THE BIRTH OF INNOVATIVE SERVICES FOR ELECTRIC CARS
ENERGIZEYOUR MOTION
엔모션의 새로운 소식을 안내해드립니다.
EVOA 앱은 원활한 서비스 제공을 위해 다음 권한이 필요합니다.
1. android.permission.INTERNET
- 인터넷 연결을 통해 외부 서버와 통신하거나 데이터를 동기화할 수 있습니다.
2. android.permission.BLUETOOTH
- 블루투스 기능을 사용하여 블루투스 장치와 통신할 수 있습니다.
3. android.permission.BLUETOOTH_ADMIN
- 블루투스 장치 검색 및 페어링/페어링 해제를 위한 고급 블루투스 기능을 제공합니다.
4. android.permission.BLUETOOTH_SCAN
- 주변 블루투스 장치를 검색하기 위해 필요합니다.
5. android.permission.BLUETOOTH_ADVERTISE
- 블루투스 저전력(BLE) 장치가 앱을 통해 데이터를 브로드캐스팅할 수 있도록 허용합니다.
6. android.permission.BLUETOOTH_CONNECT
- 이미 페어링된 블루투스 장치와의 연결 및 데이터 송수신에 필요합니다.
7. android.permission.FOREGROUND_SERVICE
- 앱이 활성 상태에서 장기 실행 서비스를 유지할 수 있도록 허용합니다. (예: 블루투스 연결 유지, 실시간 데이터 동기화)
8. android.permission.FOREGROUND_SERVICE_DATA_SYNC
- 실시간 데이터 동기화를 위한 전용 포그라운드 서비스 권한입니다.
9. android.permission.ACCESS_COARSE_LOCATION
- Android 10 이상에서 블루투스 장치 검색에 필요합니다.
10. android.permission.ACCESS_FINE_LOCATION
- 근처 블루투스 장치 식별을 위해 필요합니다.
11. android.permission.POST_NOTIFICATIONS
- 연결 상태, 데이터 동기화 업데이트 또는 블루투스 관련 알림을 사용자에게 전송합니다.
12. android.permission.READ_EXTERNAL_STORAGE (maxSdkVersion=32)
- 장치에 저장된 이미지 파일에 접근하기 위해 필요합니다. (문의 게시판)
13. android.permission.READ_MEDIA_IMAGES
- Android 13 이상에서 미디어 라이브러리에 저장된 이미지 파일에 접근합니다.
The EVOA app requires the following permissions to ensure seamless service and functionality.
1. android.permission.INTERNET
- Enables the app to connect to external servers and sync data over the internet.
2. android.permission.BLUETOOTH
- Allows the app to communicate with Bluetooth-enabled devices.
3. android.permission.BLUETOOTH_ADMIN
- Provides advanced Bluetooth operations like discovering and pairing/unpairing devices.
4. android.permission.BLUETOOTH_SCAN
- Used for scanning nearby Bluetooth devices.
5. android.permission.BLUETOOTH_ADVERTISE
- Required for broadcasting data over Bluetooth (e.g., advertising services for other devices to connect).
6. android.permission.BLUETOOTH_CONNECT
- Enables connecting to and interacting with already-paired Bluetooth devices.
7. android.permission.FOREGROUND_SERVICE
- Keeps long-running services active while the app is in use (e.g., maintaining Bluetooth connection, real-time data sync).
8. android.permission.FOREGROUND_SERVICE_DATA_SYNC
- Specifically used for real-time data synchronization.
9. android.permission.ACCESS_COARSE_LOCATION
- Required for discovering Bluetooth devices on Android 10 and later.
10. android.permission.ACCESS_FINE_LOCATION
- Precisely identifying nearby Bluetooth devices.
11. android.permission.POST_NOTIFICATIONS
- Used for sending notifications related to connection status, data sync updates, or Bluetooth alerts.
12. android.permission.READ_EXTERNAL_STORAGE (maxSdkVersion=32)
- Allows access to image files stored on the device.
13. android.permission.READ_MEDIA_IMAGES
- Required on Android 13 and later for accessing image files in the media library.