Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62990469 authored by Rohan Shah's avatar Rohan Shah
Browse files

[Notif] Rename/reset blocking helper stats file

Changed the name of the blocking helper stats file to effectively reset
blocking helper stats.

Will be submitted following a dogfood email being sent out.

Test: Manually, mp droid -> check file in adb shell
Bug: 77143005
Change-Id: I4d79077220d628e5fd7ce40553222658f94efc24
parent 530c4c1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ public class Assistant extends NotificationAssistantService {
            mFile = new AtomicFile(new File(new File(
                    Environment.getDataUserCePackageDirectory(
                            StorageManager.UUID_PRIVATE_INTERNAL, getUserId(), getPackageName()),
                    "assistant"), "block_stats.xml"));
                    "assistant"), "blocking_helper_stats.xml"));
            loadFile();
            for (StatusBarNotification sbn : getActiveNotifications()) {
                onNotificationPosted(sbn);