diff options
| author | 2017-03-15 11:52:50 -0700 | |
|---|---|---|
| committer | 2017-03-15 11:52:50 -0700 | |
| commit | bf8d9de3252ed228a1c689968cabf53204f917af (patch) | |
| tree | 843f6a7f442009ab5a2701682c5baa477a3d7056 | |
| parent | 4b7c5f75ea9f7a721d2674f13f4c6c64a69bf7e0 (diff) | |
Add logging constants for settings security lockscreen preferences.
Bug: 36163515
Test: builds
Change-Id: I245c69073576975ec1531c83ac90090f3386909f
| -rw-r--r-- | proto/src/metrics_constants.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 03582ea48d2c..3800f297a8cc 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3604,6 +3604,10 @@ message MetricsEvent { // ACTION: Settings > Search > Click saved queries ACTION_CLICK_SETTINGS_SEARCH_SAVED_QUERY = 881; + // OPEN: Settings > Security & screen lock -> Lock screen preferences + // CATEGORY: SETTINGS + SETTINGS_LOCK_SCREEN_PREFERENCES = 882; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |