summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorRicky Wai <rickywai@google.com>2018-03-20 14:20:54 +0000
committerRicky Wai <rickywai@google.com>2018-03-22 20:13:05 +0000
commita86d5d5624d691b4b1906eae25a67ee19a600c80 (patch)
tree98f7fb408993fdee97b3e972406698724d2d5478 /core/java/android
parent90ad15400ac12a709fcb19a6c6197d3968eb37f6 (diff)
Improve ConnectivityManager.getNetworkWatchlistConfigHash() javadoc
Test: NULL Bug: 74831039 Change-Id: I227ba1377a51821204cd5830e7da6ff3a15bca02
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/net/ConnectivityManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/net/ConnectivityManager.java b/core/java/android/net/ConnectivityManager.java
index 36f359ba04ea..82f79d313ccc 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.
*/