Manifest.Permission.AccessLocalNetwork Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required to be able to advertise and connect to local network devices.
[Android.Runtime.Register("ACCESS_LOCAL_NETWORK", ApiSince=37)]
public const string AccessLocalNetwork;
[<Android.Runtime.Register("ACCESS_LOCAL_NETWORK", ApiSince=37)>]
val mutable AccessLocalNetwork : string
Field Value
- Attributes
Remarks
Required to be able to advertise and connect to local network devices.
A local network refers to an IP network that utilizes a broadcast-capable network interface, such as Wi-Fi or Ethernet, but excludes cellular (WWAN) or VPN connections.
Protection level: dangerous
Android reference for android.Manifest.permission.ACCESS_LOCAL_NETWORK.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.