From 4ca0c88b3fa8047f8de39249e32fa886e2ad3250 Mon Sep 17 00:00:00 2001 From: hughchen Date: Tue, 24 Dec 2019 16:42:15 +0800 Subject: [PATCH] Add metrics for Settings battery share page Bug: 145892058 Test: Build pass Change-Id: I4af0008ecdfb0907fb4fc9d32f728058cddf663b --- core/proto/android/app/settings_enums.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 97c94ec251930..d5a3b5e91151a 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2537,4 +2537,9 @@ enum PageId { // OS: R ACCESSIBILITY_CAPTION_MORE_OPTIONS = 1820; + // OPEN: Settings > Battery > Battery share + // CATEGORY: SETTINGS + // OS: R + FUELGAUGE_BATTERY_SHARE = 1821; + }