diff options
author | Soonil Nagarkar <sooniln@google.com> | 2020-04-16 14:18:12 -0700 |
---|---|---|
committer | Soonil Nagarkar <sooniln@google.com> | 2020-04-16 16:33:51 -0700 |
commit | bfef65afa8a42178506631cef25e19ee86c9f2e5 (patch) | |
tree | f5bcf65edb57f1da0c2339fdf2587604b17dc905 /proto/src | |
parent | fb9a1917100adb1cfa6d762678f4aef9bccedc90 (diff) |
DO NOT MERGE Update NFW location access notification strings
Bug: 153651821
Test: manual
Change-Id: I9816555be467d22eba65778a48899144bdad8436
Diffstat (limited to 'proto/src')
-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 |