From 0477dc60a8f384fa8df1beb27e6632535e08312c Mon Sep 17 00:00:00 2001 From: Xiaowen Lei Date: Fri, 24 Dec 2021 01:40:19 +0000 Subject: Add unique notification id for setting up dream. Test: atest NudgeToSetupDreamCallbackTest Test: flash device and check manually Bug: 213368707 Change-Id: Idb5837bf5b84eb4549bbe8bfc764e5bdca0f5bc2 --- proto/src/system_messages.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/src') diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 6d0eadb40d0f..196c6aaa7fcb 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -279,6 +279,9 @@ message SystemMessage { // Notify the user that a CA certificate is pending for the wifi connection. NOTE_SERVER_CA_CERTIFICATE = 67; + // Notify the user to set up dream + NOTE_SETUP_DREAM = 68; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release -- cgit v1.2.3-59-g8ed1b