From 04baf117bfb3e44e0f9be44e5be0d7a73045b59b Mon Sep 17 00:00:00 2001 From: Ricky Wai Date: Tue, 20 Mar 2018 14:20:54 +0000 Subject: [PATCH] Improve ConnectivityManager.getNetworkWatchlistConfigHash() javadoc Test: NULL Bug: 74831039 Change-Id: I227ba1377a51821204cd5830e7da6ff3a15bca02 --- core/java/android/net/ConnectivityManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/net/ConnectivityManager.java b/core/java/android/net/ConnectivityManager.java index 36f359ba04..82f79d313c 100644 --- a/core/java/android/net/ConnectivityManager.java +++ b/core/java/android/net/ConnectivityManager.java @@ -3858,8 +3858,8 @@ public class ConnectivityManager { /** * The network watchlist is a list of domains and IP addresses that are associated with - * potentially harmful apps. This method returns the hash of the watchlist currently - * used by the system. + * potentially harmful apps. This method returns the SHA-256 of the watchlist config file + * currently used by the system for validation purposes. * * @return Hash of network watchlist config file. Null if config does not exist. */