LOCAL_NETWORK

Permission to communicate with devices on the local network (LAN) — smart-home devices, casting receivers, printers.

  • Android: Maps to ACCESS_LOCAL_NETWORK (API 37+ / Android 17 — a runtime permission in the NEARBY_DEVICES group whose enforcement is mandatory for apps targeting 37; users who already granted another NEARBY_DEVICES permission are not prompted again). No-op (always GRANTED) below API 37.

  • iOS: No-op (always GRANTED) — iOS has no API to query or explicitly request local-network authorization; the OS prompts automatically on the first LAN access when NSLocalNetworkUsageDescription is present in Info.plist.

Properties

Link copied to clipboard
open override val identifier: String

Unique identifier for this permission.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether this permission needs a specific transition from PARTIAL to background access.