diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 34d2b73ac2db..7750e322d728 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -256,6 +256,10 @@ message SystemMessage { // Package: android NOTE_ADB_WIFI_ACTIVE = 62; + // Notify user there was a non-framework gnss location access during an emergency + // Package: android + NOTE_GNSS_NFW_LOCATION_ACCESS = 63; + // 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 |