Merge "[WIFI] Make Aware + Connectivity agent network specifiers sensitive" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a0ab48cb4
@@ -149,6 +149,11 @@ public class WifiAwareAgentNetworkSpecifier extends NetworkSpecifier implements
|
||||
"WifiAwareAgentNetworkSpecifier should not be used in network requests");
|
||||
}
|
||||
|
||||
@Override
|
||||
public NetworkSpecifier redact() {
|
||||
return null;
|
||||
}
|
||||
|
||||
private void initialize() {
|
||||
try {
|
||||
mDigester = MessageDigest.getInstance("SHA-256");
|
||||
|
||||
Reference in New Issue
Block a user