Improve ConnectivityManager.getNetworkWatchlistConfigHash() javadoc

Test: NULL
Bug: 74831039
Change-Id: I227ba1377a51821204cd5830e7da6ff3a15bca02
This commit is contained in:
Ricky Wai
2018-03-20 14:20:54 +00:00
parent bfcc17cc20
commit 04baf117bf

View File

@@ -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.
*/