diff options
author | Lucas Lin <lucaslin@google.com> | 2019-10-23 03:07:15 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-23 03:07:15 -0700 |
commit | a55366ffdbb0aba240e5637e52bc1a4540da7c52 (patch) | |
tree | 6b9b8e777b847f54a286019b24b75ccfa39db302 /proto/src | |
parent | 2e6ef064d00cc2effb40397e8adab8678d526772 (diff) | |
parent | eb24608dbc0a3c518eec0a69a70d31dc3c390b6c (diff) |
Merge "Better notification to user when DNS-over-TLS is broken" am: 81852c8481
am: eb24608dbc
Change-Id: I2d257ced3460985be3980d122496232de73d18b3
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 2 |
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 |