Add notification id for dock setup notifications.

Bug: 227649823
Test: locally on device
Change-Id: I251ab6e25b58b566fc53f0fd5240db49b06c1d97
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index dfa34bb..d995d78 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -290,6 +290,9 @@
     // Package: android
     NOTE_REVIEW_NOTIFICATION_PERMISSIONS = 71;
 
+    // Notify the user to setup their dock
+    NOTE_SETUP_DOCK = 72;
+
     // 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