summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorlucaslin <lucaslin@google.com>2019-10-22 18:27:33 +0800
committerlucaslin <lucaslin@google.com>2019-10-22 18:27:33 +0800
commit783f2210658ff112cb5954b37c2461b1191e554d (patch)
tree9865cbfd4700c552b460657252d5c4dcc880ed3f /proto
parentae48da3c55dc8b337823ec9cf7c0b1035a1f7721 (diff)
Better notification to user when DNS-over-TLS is broken
Provide a specifc notification to let users know that device has no internet is because it really doesn't have internet access or it's caused by private DNS resolution failed. Bug: 113242081 Test: atest FrameworksNetTests Change-Id: I710c88a4742f5fd56c39fc797d7fa3ad36dba553
Diffstat (limited to 'proto')
-rw-r--r--proto/src/system_messages.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index ffbf1ae38635..ef071a43aa3e 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -249,6 +249,8 @@ message SystemMessage {
NOTE_NETWORK_LOGGED_IN = 744;
// A partial connectivity network was detected during network validation
NOTE_NETWORK_PARTIAL_CONNECTIVITY = 745;
+ // Private DNS is broken in strict mode
+ NOTE_NETWORK_PRIVATE_DNS_BROKEN = 746;
// Notify the user that their work profile has been deleted
// Package: android