diff options
author | Lucas Lin <lucaslin@google.com> | 2019-03-12 01:47:25 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-12 01:47:25 -0700 |
commit | fc0fbbb3af201499c5df7e8d7b813f336bdc2078 (patch) | |
tree | 66eec793c371e07d6da713c5f34539645a69b027 /proto | |
parent | c279ec5c6ff02aa195636db7cbc9c64b08a73720 (diff) | |
parent | c0448b383fe5244cc67e3678c17400521d8fa6f2 (diff) |
Merge "Check if network has partial connectivity" am: 174ae05817 am: 6cf91d1558
am: c0448b383f
Change-Id: Ib6c5ecc8238e1ac237eddcc00802fa5e7c0e24b9
Diffstat (limited to 'proto')
-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 3a8931630338..16d8e95f4845 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -243,6 +243,8 @@ message SystemMessage { NOTE_NETWORK_SWITCH = 743; // Device logged-in captive portal network successfully NOTE_NETWORK_LOGGED_IN = 744; + // A partial connectivity network was detected during network validation + NOTE_NETWORK_PARTIAL_CONNECTIVITY = 745; // Notify the user that their work profile has been deleted // Package: android |