diff options
author | 2024-12-20 11:20:05 -0800 | |
---|---|---|
committer | 2024-12-20 11:20:05 -0800 | |
commit | 696c3b7d2bf4f90a745e317c8993ae07183d67d8 (patch) | |
tree | 4a195bb13878d6680d232dfc43af4213178584a3 /proto/src | |
parent | 578bb1321005d131a7ee265f460b4fd96837d9df (diff) |
Added field for outgoingSms atoms
The field is_mt_sms_polling helps distinguish between check messages and regular P2P sms.
Bug: 383033991
Change-Id: Id276a7bf6e8040e5ded446998b72ebe6b8dfc638
Flag: EXEMPT refactor
Test: Build test
Diffstat (limited to 'proto/src')
-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 a675886853..b8b59c3c67 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; |