From 011725f89e171a66ab90ca673cb32c0c1bff5e5b Mon Sep 17 00:00:00 2001 From: Zaiyue Xue Date: Wed, 11 Oct 2023 17:24:20 +0800 Subject: [PATCH] Fix battery usage database is not clear when time is changed [Root Cause]: Intent.ACTION_TIME_CHANGED is listened in the java code, but it is not registered in the AndroidManifest.xml. Bug: 304700667 Bug: 303352170 Fix: 304700667 Fix: 303352170 Test: manual Change-Id: I326c525c4a370493e8caa70258580b6bd9dfe357 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 31f4768913f..9e334671e81 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3198,6 +3198,7 @@ +