diff options
author | Sarah Chin <sarahchin@google.com> | 2020-05-14 14:29:13 -0700 |
---|---|---|
committer | Sarah Chin <sarahchin@google.com> | 2020-06-22 16:15:03 -0700 |
commit | 957f0a5285b20fdfde96278070ec19633516ebf9 (patch) | |
tree | 03bf25a719b6fe30006df429529180981d29ab80 /core/proto | |
parent | bdc57bef813d07a837202bae3040c98dd64506a0 (diff) |
Add Setting for NR screen off indications
Test: build
Bug: 154241884
Change-Id: Ifa485230f6d27eaa7a665a396e3eac33e00feadb
Merged-In: Ifa485230f6d27eaa7a665a396e3eac33e00feadb
Diffstat (limited to 'core/proto')
-rw-r--r-- | core/proto/android/providers/settings/global.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/proto/android/providers/settings/global.proto b/core/proto/android/providers/settings/global.proto index 829e1f7d0d96..cd4a1c8d77a8 100644 --- a/core/proto/android/providers/settings/global.proto +++ b/core/proto/android/providers/settings/global.proto @@ -693,6 +693,8 @@ message GlobalSettingsProto { } optional Notification notification = 82; + optional SettingProto nr_nsa_tracking_screen_off_mode = 153 [ (android.privacy).dest = DEST_AUTOMATIC ]; + optional SettingProto nsd_on = 83 [ (android.privacy).dest = DEST_AUTOMATIC ]; message Ntp { @@ -1052,5 +1054,5 @@ message GlobalSettingsProto { // Please insert fields in alphabetical order and group them into messages // if possible (to avoid reaching the method limit). - // Next tag = 151; + // Next tag = 154; } |