Language

WifiConfiguration.AllowedToUpdateByOtherUsers Property

Definition

Whether this wifi configuration is allowed to be updated by other users. -or- Allows this network configuration to be updated by other users.

public virtual bool AllowedToUpdateByOtherUsers { [Android.Runtime.Register("isAllowedToUpdateByOtherUsers", "()Z", "GetIsAllowedToUpdateByOtherUsersHandler", ApiSince=37)] get; [Android.Runtime.Register("setAllowedToUpdateByOtherUsers", "(Z)V", "GetSetAllowedToUpdateByOtherUsers_ZHandler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("isAllowedToUpdateByOtherUsers", "()Z", "GetIsAllowedToUpdateByOtherUsersHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setAllowedToUpdateByOtherUsers", "(Z)V", "GetSetAllowedToUpdateByOtherUsers_ZHandler", ApiSince=37)>]
member this.AllowedToUpdateByOtherUsers : bool with get, set

Property Value

Whether this wifi configuration is allowed to be updated by other users.

Attributes

Remarks

Whether this wifi configuration is allowed to be updated by other users. Returns false for private (shared = false) configurations. Note: The admin user still can remove this configuration even if the network is not allowed to be updated by other users.

Android reference for android.net.wifi.WifiConfiguration.isAllowedToUpdateByOtherUsers.

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.

Applies to