From 147a229ab86fcc65ef3b69e6f8ee3a59e5a3ca18 Mon Sep 17 00:00:00 2001 From: Kunhung Li Date: Fri, 21 Feb 2020 19:49:56 +0800 Subject: [PATCH] Add metrics for live wallpaper preview panel Add actions to know if users have tapped info or customize page for live wallpaper. Bug: 149981022 Test: make statsd_testdrive Change-Id: I7caa1c169652af7af0363b3f6679ad101593c84b --- core/proto/android/stats/style/style_enums.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/proto/android/stats/style/style_enums.proto b/core/proto/android/stats/style/style_enums.proto index 5b64d1ef5d4f1..f3f491ff34cda 100644 --- a/core/proto/android/stats/style/style_enums.proto +++ b/core/proto/android/stats/style/style_enums.proto @@ -36,6 +36,8 @@ enum Action { LIVE_WALLPAPER_DELETE_SUCCESS = 14; LIVE_WALLPAPER_DELETE_FAILED = 15; LIVE_WALLPAPER_APPLIED = 16; + LIVE_WALLPAPER_INFO_SELECT = 17; + LIVE_WALLPAPER_CUSTOMIZE_SELECT = 18; } enum LocationPreference {