diff options
author | 2024-12-20 23:44:55 -0800 | |
---|---|---|
committer | 2024-12-20 23:44:55 -0800 | |
commit | 8848d8c5b3abe518b74f0c3836d7655c581058b5 (patch) | |
tree | 0e6a1a8b2ff275c78b69b100db536f40132e2c0c | |
parent | 3b4eab147bd29b2ce8c2496e520b2e38b7583724 (diff) | |
parent | 696c3b7d2bf4f90a745e317c8993ae07183d67d8 (diff) |
Merge "Added field for outgoingSms atoms" into main
-rw-r--r-- | proto/src/persist_atoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index ca689128d1..7f42be30b3 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -378,6 +378,7 @@ message OutgoingSms { optional bool is_managed_profile = 18; optional bool is_emergency = 19; optional bool is_ntn = 20; + optional bool is_mt_sms_polling = 21; // Internal use only optional int32 hashCode = 10001; |