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 theNEARBY_DEVICESgroup 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
NSLocalNetworkUsageDescriptionis present in Info.plist.