ConnectivityManager.GetNetworkWatchlistConfigHash Method

Definition

The network watchlist is a list of domains and IP addresses that are associated with potentially harmful apps.

[Android.Runtime.Register("getNetworkWatchlistConfigHash", "()[B", "GetGetNetworkWatchlistConfigHashHandler", ApiSince=28)]
public virtual byte[]? GetNetworkWatchlistConfigHash ();
[<Android.Runtime.Register("getNetworkWatchlistConfigHash", "()[B", "GetGetNetworkWatchlistConfigHashHandler", ApiSince=28)>]
abstract member GetNetworkWatchlistConfigHash : unit -> byte[]
override this.GetNetworkWatchlistConfigHash : unit -> byte[]

Returns

Byte[]

Hash of network watchlist config file. Null if config does not exist.

Attributes

Remarks

The network watchlist is a list of domains and IP addresses that are associated with potentially harmful apps. This method returns the SHA-256 of the watchlist config file currently used by the system for validation purposes.

Java documentation for android.net.ConnectivityManager.getNetworkWatchlistConfigHash().

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