No hidden background location
현재 매니페스트는 ACCESS_BACKGROUND_LOCATION을 선언하지 않습니다. 위치 처리는 사용자가 시작한 표시되는 포그라운드 서비스 중에만 계속됩니다.
권한
ArxSilex MapTools가 위치, 카메라, Bluetooth, 주변 Wi‑Fi, 알림 및 포그라운드 서비스 권한을 요청하는 이유입니다.
Overview
권한은 특정 기능에만 요청되며 광고, Analytics, Crashlytics, AdMob 또는 자체 추적에 사용되지 않습니다.
현재 매니페스트는 ACCESS_BACKGROUND_LOCATION을 선언하지 않습니다. 위치 처리는 사용자가 시작한 표시되는 포그라운드 서비스 중에만 계속됩니다.
Android 설정에서 권한을 거부하거나 취소할 수 있습니다.
앱은 광범위한 저장소 권한을 선언하지 않고 사용자가 선택한 파일만 사용합니다. MANAGE_EXTERNAL_STORAGE, READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE.
Manifest
This list follows the permissions currently declared in the Android manifest.
| Permission / area | Use in ArxSilex MapTools | Data context |
|---|---|---|
ACCESS_FINE_LOCATION, ACCESS_COARSE_LOCATION | Map position, target navigation, bearings, tracking, track recording, elevation context, viewrange, AR/LiveView, Remote ID and BLE group features. | Approximate or precise device location, accuracy and timestamps while the selected feature is active. |
FOREGROUND_SERVICE, FOREGROUND_SERVICE_LOCATION | Visible ongoing location features such as GPS tracking, navigation context, group mode or Remote ID monitoring. | Location processing while the user-started foreground service is active, including when the app is minimized or the screen is off. |
FOREGROUND_SERVICE_CONNECTED_DEVICE | BLE group mode and Remote ID / nearby-device functions that work with close devices or public broadcasts. | Nearby-device state, BLE packets, group session data and received Remote ID broadcasts. |
FOREGROUND_SERVICE_DATA_SYNC | Longer local data tasks such as POI or file indexing when Android expects a visible service. | Local files, POI and import data; no app-owned server synchronization. |
POST_NOTIFICATIONS | Visible status notifications for tracking, BLE group mode, Remote ID monitoring and longer local tasks. | Notification text about the active app feature. |
CAMERA | QR/barcode scan, QR import and AR/LiveView. | Camera frames are processed for the selected function, not for ads or analytics. |
BLUETOOTH, BLUETOOTH_ADMIN up to Android 11 | Compatibility for Bluetooth features on older Android versions. | Bluetooth state and BLE nearby data. |
BLUETOOTH_SCAN, BLUETOOTH_ADVERTISE, BLUETOOTH_CONNECT | BLE group mode, nearby participants, sending own group data and receiving Remote ID over BLE. | BLE packets, group identifiers, session tokens, active group location data and public Remote ID broadcasts. |
NEARBY_WIFI_DEVICES, ACCESS_WIFI_STATE, CHANGE_WIFI_STATE | Nearby Wi-Fi and Wi-Fi-aware features, network state and Remote ID variants when supported by device and Android. | Wi-Fi / nearby status and technical nearby data; not used for advertising profiling. |
INTERNET, ACCESS_NETWORK_STATE | Online maps, Google Maps, OpenStreetMap tiles, provider requests, network status and external links. | Provider-side technical request data such as IP address, map area, user agent and connection metadata. |
Android file picker / share targets | Import and export of projects, maps, POI, elevation data, overlays, backups and reports. | Only files or destinations selected by you or shared to the app. |
포그라운드 서비스
If you start tracking, BLE group mode, Remote ID monitoring or a longer local data task, Android may keep the task running as a foreground service and show a persistent notification.
Ongoing processing starts from an app action and can be stopped in the app or from the Android notification.
For tracking, group mode or Remote ID monitoring, location may be processed while the app is not visible, but only during the visible foreground service.
Drone reception processes publicly broadcast Remote ID data locally. The app does not connect to or control drones.
Permission-gated data is not used to provide ads and is not shared with advertising SDKs.
Remote ID 및 주변 기기
Remote ID and BLE group features combine Android permission groups because nearby radio scans can reveal location-related information and Android protects them separately.
Bluetooth Low Energy reception covers legacy and extended advertisements, service data and manufacturer data. Wi-Fi reception covers Wi-Fi Aware/NAN and Wi-Fi Beacon; active Wi-Fi Beacon compatibility scans are optional.
OpenDroneID / ASTM F3411 and ASD-STAN / EU Direct Remote ID payloads are parsed. Supported message groups include Basic ID, Location/Vector, System, Operator ID, Self ID, Auth and Message Pack.
The app can show drone ID, status, timestamp, drone position, altitude/height, speed, heading, receiver source, signal strength and, if broadcast and enabled by the user, operator or take-off position.
Remote ID history can be exported manually as KML, GeoJSON or CSV. Operator or pilot positions are included only when you choose that option.
자세한 정보
Details about data purposes, recipients, storage periods and deletion options are described on the privacy, data safety and data deletion pages.